summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-07-29lm32_juart: QOM cast cleanupAndreas Färber
2013-07-29lm32_juart: Relocate and tidy headerAndreas Färber
2013-07-29escc: QOM cast cleanupAndreas Färber
2013-07-29pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas Färber
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber
2013-07-29Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-07-29Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-29qemu-help: Sort devices by logical functionalityMarcel Apfelbaum
2013-07-29hw: import bitmap operations in qdev-core headerMarcel Apfelbaum
2013-07-29xics: rename types to be sane and follow coding styleAnthony Liguori
2013-07-29pseries: savevm support with KVMAlexey Kardashevskiy
2013-07-29pseries: savevm support for PCI host bridgeDavid Gibson
2013-07-29pseries: savevm support for pseries machineDavid Gibson
2013-07-29spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori
2013-07-29pseries: savevm support for VIO devicesDavid Gibson
2013-07-29dataplane: enable virtio-blk x-data-plane=on live migrationStefan Hajnoczi
2013-07-29migration: fix spice migrationStefan Hajnoczi
2013-07-29block: Repair the throttling code.Benoît Canet
2013-07-29target-i386: Disable PMU CPUID leaf by defaultEduardo Habkost
2013-07-29Xen PV DevicePaul Durrant
2013-07-29Merge branch 'trivial-patches' of git://git.corpit.ru/qemuAurelien Jarno
2013-07-29hw/mips: align initrd to 64KB to avoid kernel errorJames Hogan
2013-07-27exec: Remove env from list of poisoned namesStefan Weil
2013-07-26Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber
2013-07-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber
2013-07-26kvm: Change prototype of kvm_update_guest_debug()Stefan Weil
2013-07-26Implement sync modes for drive-backup.Ian Main
2013-07-26Implement qdict_flatten()Kevin Wolf
2013-07-26QemuOpts: Add qemu_opt_unset()Kevin Wolf
2013-07-26qapi: Anonymous unionsKevin Wolf
2013-07-26qapi: Add visitor for implicit structsKevin Wolf
2013-07-26Merge remote-tracking branch 'rth/tcg-next' into stagingAnthony Liguori
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2013-07-25isa_mmio: deletePaolo Bonzini
2013-07-23Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-07-23Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-23linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf
2013-07-23rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines
2013-07-23rdma: core logicMichael R. Hines
2013-07-23rdma: introduce ram_handle_compressed()Michael R. Hines
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber
2013-07-23cpu: Move gdb_regs field from CPU_COMMON to CPUStateAndreas Färber
2013-07-23cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber