aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-04Switch ram_save to the memory APIAvi Kivity
2012-01-04Store MemoryRegion in RAMBlockAvi Kivity
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2012-01-04memory: introduce memory_region_name()Avi Kivity
2012-01-04Fix parse of usb device description with multiple configurationsCao,Bing Bu
2012-01-04hw/omap1.c: Separate PWL from omap_mpu_stateJuha Riihimäki
2012-01-04hw/omap1.c: omap_mpuio_init() need not be publicPeter Maydell
2012-01-04hw/pl110.c: Add post-load hook to invalidate displayPeter Maydell
2012-01-04hw/pl181.c: Add save/load supportPeter Maydell
2012-01-04s390: fix cpu hotplug / cpu activity on interruptsChristian Borntraeger
2012-01-04s390x: add TR function for EXECUTEAlexander Graf
2012-01-04Expose drive_add on all architecturesAlexander Graf
2012-01-04Add generic drive hotpluggingAlexander Graf
2012-01-04Compile device-hotplug on all targetsAlexander Graf
2012-01-04[S390] Add hotplug supportAlexander Graf
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori
2012-01-03Remove cpu_get_physical_page_desc()Avi Kivity
2012-01-03sparc: avoid cpu_get_physical_page_desc()Avi Kivity
2012-01-03virtio-balloon: avoid cpu_get_physical_page_desc()Avi Kivity
2012-01-03vhost: avoid cpu_get_physical_page_desc()Avi Kivity
2012-01-03kvm: avoid cpu_get_physical_page_desc()Avi Kivity
2012-01-03memory: remove CPUPhysMemoryClientAvi Kivity
2012-01-03xen: convert to MemoryListener APIAvi Kivity
2012-01-03PPC: Add description for the Freescale e500mc core.Varun Sethi
2012-01-03pseries: Check for duplicate addresses on the spapr-vio busMichael Ellerman
2012-01-03pseries: Populate "/chosen/linux,stdout-path" in the FDTDavid Gibson
2012-01-03pseries: Add a routine to find a stable "default" vty and use itDavid Gibson
2012-01-03pseries: Emit device tree nodes in reg orderDavid Gibson
2012-01-03pseries: FDT NUMA extensions to support multi-node guestsBharata B Rao
2012-01-03pseries: Remove hcalls callbackDavid Gibson
2012-01-03kvm-ppc: halt secondary cpus when guest resetLiu Yu-B13201
2012-01-03console: Fix segfault on screendump without VGA adapterAlexander Graf
2012-01-03PPC: monitor: add ability to dump SLB entriesNishanth Aravamudan
2011-12-30virtio-console: Fix failure on unconnected ptyChristian Borntraeger
2011-12-27Fix qapi code generation wrt parallel buildAvi Kivity
2011-12-27Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2011-12-27Merge remote-tracking branch 'bonzini/nbd-for-anthony' into stagingAnthony Liguori
2011-12-22enable architectural PMU cpuid leaf for kvmGleb Natapov
2011-12-22Set numa topology for max_cpusVasilis Liaskovitis
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka
2011-12-22nbd: add myself as maintainerPaolo Bonzini
2011-12-22qemu-nbd: throttle requestsPaolo Bonzini
2011-12-22qemu-nbd: asynchronous operationPaolo Bonzini
2011-12-22qemu-nbd: add client pointer to NBDRequestPaolo Bonzini
2011-12-22qemu-nbd: move client handling to nbd.cPaolo Bonzini
2011-12-22qemu-nbd: use common main loopPaolo Bonzini
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini
2011-12-22qemu-nbd: introduce NBDRequestPaolo Bonzini