summaryrefslogtreecommitdiffstats
path: root/include/sysemu/sysemu.h
Commit message (Expand)AuthorAgeFilesLines
* Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert2015-11-121-1/+1
* Disable mlock around incoming postcopyDr. David Alan Gilbert2015-11-101-0/+1
* Don't iterate on precopy-only devices during postcopyDr. David Alan Gilbert2015-11-101-1/+1
* Add qemu_savevm_state_complete_postcopyDr. David Alan Gilbert2015-11-101-0/+1
* Modify save_live_pending for postcopyDr. David Alan Gilbert2015-11-101-1/+3
* MIG_CMD_PACKAGED: Send a packaged chunk of migration streamDr. David Alan Gilbert2015-11-101-0/+4
* Add wrappers and handlers for sending/receiving the postcopy-ram migration me...Dr. David Alan Gilbert2015-11-101-0/+19
* Return path: Control commandsDr. David Alan Gilbert2015-11-101-0/+4
* Migration commandsDr. David Alan Gilbert2015-11-101-0/+8
* Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert2015-11-101-1/+1
* Provide runtime Target page informationDr. David Alan Gilbert2015-11-101-0/+1
* migration: rename qemu_savevm_state_cancelLiang Li2015-11-041-1/+1
* machine: Eliminate QEMUMachine and qemu_register_machine()Eduardo Habkost2015-09-191-1/+1
* Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin2015-09-071-0/+1
* runstate: Add runstate storeJuan Quintela2015-07-071-0/+1
* semihosting: create SemihostingConfig structure and semihost.hLeon Alrae2015-06-191-1/+0
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...Peter Maydell2015-06-161-1/+1
|\
| * virtio-vga: add '-vga virtio' supportGerd Hoffmann2015-06-121-1/+1
* | Split header writing out of qemu_savevm_state_beginDr. David Alan Gilbert2015-06-121-0/+1
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-041-0/+1
|\
| * hw/pci: add support for NUMA nodesMarcel Apfelbaum2015-06-031-0/+1
* | monitor: Use trad. command interface for HMP pcie_aer_inject_errorMarkus Armbruster2015-06-021-3/+1
|/
* configure: opengl overhaulGerd Hoffmann2015-03-121-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-091-5/+0
|\
| * pci-hotplug-old: Has been dead for five major releases, buryMarkus Armbruster2015-03-011-5/+0
* | Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell2015-03-021-18/+0
|\ \ | |/ |/|
| * numa: Move NUMA declarations from sysemu.h to numa.hEduardo Habkost2015-02-231-18/+0
* | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster2015-02-181-2/+2
* | hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-181-8/+8
* | hmp: Clean up declarations for long-gone info handlersMarkus Armbruster2015-02-181-3/+0
|/
* hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-081-1/+1
* hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum2015-01-081-0/+1
* bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei2014-12-221-2/+2
* bootdevice: add Error **errp argument for qemu_boot_set()Gonglei2014-12-221-1/+1
* bootdevice: add Error **errp argument for validate_bootdevices()Gonglei2014-12-221-1/+1
* bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei2014-12-221-0/+8
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell2014-11-111-0/+1
|\
| * numa: make 'info numa' take into account hotplugged memoryzhanghailiang2014-11-111-0/+1
* | qom/cpu: remove the unused CPU hot-plug notifierGu Zheng2014-11-021-3/+0
|/
* bootindex: add a setter/getter functions wrapper for bootindex propertyGonglei2014-10-151-0/+3
* bootindex: add del_boot_device_path functionGonglei2014-10-151-0/+1
* bootindex: add check bootindex functionGonglei2014-10-151-0/+1
* bootdevice: move bootdevice related code to new file bootdevice.cGonglei2014-10-151-0/+1
* numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost2014-06-291-1/+6
* qapi event: convert RTC_CHANGEWenchao Xia2014-06-231-2/+0
* vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini2014-06-231-0/+1
* numa: add -numa node,memdev= optionPaolo Bonzini2014-06-191-0/+1
* memory: reorganize file-based allocationPaolo Bonzini2014-06-191-0/+2
* numa: introduce memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-0/+1
* NUMA: expand MAX_NODES from 64 to 128Wanlong Gao2014-06-191-1/+1
OpenPOWER on IntegriCloud