aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28Move definition of HOST_LONG_BITS to qemu-common.hStefan Weil
2012-02-28target-xtensa: Clean includesStefan Weil
2012-02-28target-unicore32: Clean includesStefan Weil
2012-02-28target-sh4: Clean includesStefan Weil
2012-02-28target-s390x: Clean includesStefan Weil
2012-02-28target-ppc: Clean includesStefan Weil
2012-02-28target-mips: Clean includesStefan Weil
2012-02-28target-microblaze: Clean includesStefan Weil
2012-02-28target-m68k: Clean includesStefan Weil
2012-02-28target-lm32: Clean includesStefan Weil
2012-02-28target-i386: Clean includesStefan Weil
2012-02-28target-cris: Clean includesStefan Weil
2012-02-28target-arm: Clean includesStefan Weil
2012-02-28target-alpha: Clean includesStefan Weil
2012-02-28Remove macro HOST_LONG_SIZEStefan Weil
2012-02-28qxl: properly handle upright and non-shared surfacesGerd Hoffmann
2012-02-28Error out when tls-channel option is used without TLSChristophe Fergeau
2012-02-28spice: use error_report to report errorsChristophe Fergeau
2012-02-28qxl: add optinal 64bit vram barGerd Hoffmann
2012-02-27Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2012-02-27usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka
2012-02-27slirp: Fix assertion failure on rejected DHCP requestsDavid Gibson
2012-02-27slirp: Refactor if_startJan Kiszka
2012-02-27slirp: Fix requeuing of batchq packets in if_startJan Kiszka