Current Milestones: || || Planned || Estimate || Actual || ||cp15-rework || 2012-01-06 || 2012-06-23 || ||
Historical Milestones: ||initial-a15-system-model || 2012-01-27 || 2012-01-27 || 2012-01-17 || ||qemu-kvm-getting-started || 2012-03-04?|| 2012-03-04 || 2012-02-01 ||
== other == * cleaned up and refactored QEMU GIC/NVIC code enough to provide a solid foundation for the in-kernel irqchip support. Posted the refactoring bits to qemu-devel. This should be enough to unblock Marc Z. * qemu-linaro: LP:978694: added patch from Peter Chubb fixing beagle bootrom FAT12/FAT16 handling * finished a trivial bit of cleanup of an omap3 ID register patch I'd had lying around half-done for a while * investigating a bug reported by Alex Graf where we get a segfault gtk-query-immodules-2.0 but only if qemu's 'reserve memory space' feature is being used: this appears to be an interestingly nasty case where if the guest does mmap(dll); execute code in dll; munmap(); mmap(dll 2); execute code in dll 2; and the two mmap()s happened to pick the same address then we will end up using a stale cached translation from dll 1 when executing dll 2...
-- PMM