summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-29qemu-help: Sort devices by logical functionalityMarcel Apfelbaum1-0/+29
2013-07-29hw: import bitmap operations in qdev-core headerMarcel Apfelbaum1-0/+1
2013-07-29xics: rename types to be sane and follow coding styleAnthony Liguori2-8/+69
2013-07-29pseries: savevm support with KVMAlexey Kardashevskiy1-0/+1
2013-07-29pseries: savevm support for PCI host bridgeDavid Gibson1-3/+3
2013-07-29pseries: savevm support for pseries machineDavid Gibson1-3/+9
2013-07-29spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori1-7/+16
2013-07-29pseries: savevm support for VIO devicesDavid Gibson1-0/+5
2013-07-29Xen PV DevicePaul Durrant1-2/+3
2013-07-29Merge branch 'trivial-patches' of git://git.corpit.ru/qemuAurelien Jarno1-1/+0
2013-07-29hw/mips: align initrd to 64KB to avoid kernel errorJames Hogan1-0/+3
2013-07-27exec: Remove env from list of poisoned namesStefan Weil1-1/+0
2013-07-26Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori3-2/+58
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber1-0/+2
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2-0/+12
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber1-0/+37
2013-07-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori6-1/+18
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber1-1/+6
2013-07-26kvm: Change prototype of kvm_update_guest_debug()Stefan Weil1-1/+1
2013-07-26Implement sync modes for drive-backup.Ian Main1-1/+3
2013-07-26Implement qdict_flatten()Kevin Wolf1-0/+1
2013-07-26QemuOpts: Add qemu_opt_unset()Kevin Wolf1-0/+1
2013-07-26qapi: Anonymous unionsKevin Wolf3-0/+6
2013-07-26qapi: Add visitor for implicit structsKevin Wolf2-0/+7
2013-07-26Merge remote-tracking branch 'rth/tcg-next' into stagingAnthony Liguori2-2/+14
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2-3/+7
2013-07-25isa_mmio: deletePaolo Bonzini1-3/+0
2013-07-23Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori1-0/+7
2013-07-23Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori6-81/+77
2013-07-23linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf1-2/+6
2013-07-23rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines1-0/+1
2013-07-23rdma: core logicMichael R. Hines1-0/+4
2013-07-23rdma: introduce ram_handle_compressed()Michael R. Hines1-0/+2
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber1-1/+1
2013-07-23cpu: Move gdb_regs field from CPU_COMMON to CPUStateAndreas Färber2-2/+2
2013-07-23cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber1-0/+3
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2-9/+12
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2-58/+21
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber1-1/+1
2013-07-23gdbstub: Change syscall callback argument to CPUStateAndreas Färber1-1/+1
2013-07-23kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUStateAndreas Färber1-2/+2
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber2-6/+13
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2-1/+2
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber1-0/+5
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber1-0/+2
2013-07-23cpu: Introduce vaddr typeAndreas Färber1-0/+12
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber1-2/+2
2013-07-23q35: Use type-safe cast instead of direct access of parent devHu Tao1-2/+8
2013-07-23sysbus: Document SysBusDeviceClass::init and realize semanticsHu Tao1-0/+12
2013-07-22bitops: Provide sextract32() and sextract64()Peter Maydell1-0/+50