aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-29memory: allow phys_map tree paths to terminate earlyAvi Kivity
2012-02-29memory: unify PhysPageEntry::node and ::leafAvi Kivity
2012-02-29memory: change phys_page_set() to set multiple pagesAvi Kivity
2012-02-29memory: switch phys_page_set() to a recursive implementationAvi Kivity
2012-02-29memory: replace phys_page_find_alloc() with phys_page_set()Avi Kivity
2012-02-29memory: simplify multipage/subpage registrationAvi Kivity
2012-02-29memory: give phys_page_find() its own tree search loopAvi Kivity
2012-02-29memory: make phys_page_find() return a MemoryRegionSectionAvi Kivity
2012-02-29memory: move tlb flush to MemoryListener commit callbackAvi Kivity
2012-02-29memory: unify the two branches of cpu_register_physical_memory_log()Avi Kivity
2012-02-29memory: fix RAM subpages in newly initialized pagesAvi Kivity
2012-02-29memory: compress phys_map node pointers to 16 bitsAvi Kivity
2012-02-29memory: store MemoryRegionSection pointers in phys_mapAvi Kivity
2012-02-29memory: unify phys_map last level with intermediate levelsAvi Kivity
2012-02-29memory: remove first level of l1_phys_mapAvi Kivity
2012-02-29memory: change memory registration to rebuild the memory map on each changeAvi Kivity
2012-02-29memory: support stateless memory listenersAvi Kivity
2012-02-29memory: split memory listener for the two address spacesAvi Kivity
2012-02-29xen: ignore I/O memory regionsAvi Kivity
2012-02-29memory: allow MemoryListeners to observe a specific address spaceAvi Kivity
2012-02-29memory: drop AddressSpaceOpsAvi Kivity
2012-02-29memory: use a MemoryListener for core memory map updates tooAvi Kivity
2012-02-29memory: don't pass ->readable attribute to cpu_register_physical_memory_logAvi Kivity
2012-02-29memory: add a readonly attribute to MemoryRegionSectionAvi Kivity
2012-02-29memory: move ioeventfd ops to MemoryListenerAvi Kivity
2012-02-29memory: code motion: move MEMORY_LISTENER_CALL()Avi Kivity
2012-02-29memory: switch memory listeners to a QTAILQAvi Kivity
2012-02-29memory: add shorthand for invoking a callback on all listenersAvi Kivity
2012-02-29memory: remove memory_region_set_offset()Avi Kivity
2012-02-29ioport: change portio_list not to use memory_region_set_offset()Avi Kivity
2012-02-11ppc: remove unused variablesBlue Swirl
2012-02-11cfi02: Fix lazy ROMD switching - once againJan Kiszka
2012-02-11memory-region: Report if region is read-only or write-only on info mtreeJan Kiszka
2012-02-11vga: Fix full updates in graphic modeJan Kiszka
2012-02-11Fix memory dirty getting API change falloutBlue Swirl
2012-02-09make: Remove duplicate use of GLIB_CFLAGSStefan Weil
2012-02-09ARM devboards: Set arm_sysctl properties before init, not afterPeter Maydell
2012-02-08Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into stagingAnthony Liguori
2012-02-08Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2012-02-08Merge remote-tracking branch 'sweil/w32' into stagingAnthony Liguori
2012-02-07Restore consistent formattingmalc
2012-02-07w32: Initialise critical section before starting thread (fix #922131)Stefan Weil
2012-02-07w32: Build windows and console executablesStefan Weil
2012-02-07qdev: remove unused fields from PropertyInfoPaolo Bonzini
2012-02-07qdev: initialize properties via QOMPaolo Bonzini
2012-02-07qdev: inline qdev_prop_set into qdev_prop_set_ptrPaolo Bonzini
2012-02-07qdev: access properties via QOMPaolo Bonzini
2012-02-07qdev: fix off-by-onePaolo Bonzini
2012-02-07qdev: let QOM free propertiesPaolo Bonzini
2012-02-07qdev: remove parse/print methods for pointer propertiesPaolo Bonzini