aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/sysemu.h
AgeCommit message (Expand)Author
2015-11-10Disable mlock around incoming postcopyDr. David Alan Gilbert
2015-11-10Don't iterate on precopy-only devices during postcopyDr. David Alan Gilbert
2015-11-10Add qemu_savevm_state_complete_postcopyDr. David Alan Gilbert
2015-11-10Modify save_live_pending for postcopyDr. David Alan Gilbert
2015-11-10MIG_CMD_PACKAGED: Send a packaged chunk of migration streamDr. David Alan Gilbert
2015-11-10Add wrappers and handlers for sending/receiving the postcopy-ram migration me...Dr. David Alan Gilbert
2015-11-10Return path: Control commandsDr. David Alan Gilbert
2015-11-10Migration commandsDr. David Alan Gilbert
2015-11-10Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert
2015-11-10Provide runtime Target page informationDr. David Alan Gilbert
2015-11-04migration: rename qemu_savevm_state_cancelLiang Li
2015-09-19machine: Eliminate QEMUMachine and qemu_register_machine()Eduardo Habkost
2015-09-07Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin
2015-07-07runstate: Add runstate storeJuan Quintela
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae
2015-06-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...Peter Maydell
2015-06-12virtio-vga: add '-vga virtio' supportGerd Hoffmann
2015-06-12Split header writing out of qemu_savevm_state_beginDr. David Alan Gilbert
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-03hw/pci: add support for NUMA nodesMarcel Apfelbaum
2015-06-02monitor: Use trad. command interface for HMP pcie_aer_inject_errorMarkus Armbruster
2015-03-12configure: opengl overhaulGerd Hoffmann
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell
2015-03-01pci-hotplug-old: Has been dead for five major releases, buryMarkus Armbruster
2015-02-23numa: Move NUMA declarations from sysemu.h to numa.hEduardo Habkost
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster
2015-02-18hmp: Clean up declarations for long-gone info handlersMarkus Armbruster
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum
2015-01-08hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei
2014-12-22bootdevice: add Error **errp argument for qemu_boot_set()Gonglei
2014-12-22bootdevice: add Error **errp argument for validate_bootdevices()Gonglei
2014-12-22bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell
2014-11-11numa: make 'info numa' take into account hotplugged memoryzhanghailiang
2014-11-02qom/cpu: remove the unused CPU hot-plug notifierGu Zheng
2014-10-15bootindex: add a setter/getter functions wrapper for bootindex propertyGonglei
2014-10-15bootindex: add del_boot_device_path functionGonglei
2014-10-15bootindex: add check bootindex functionGonglei
2014-10-15bootdevice: move bootdevice related code to new file bootdevice.cGonglei
2014-06-29numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost
2014-06-23qapi event: convert RTC_CHANGEWenchao Xia
2014-06-23vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini
2014-06-19numa: add -numa node,memdev= optionPaolo Bonzini
2014-06-19memory: reorganize file-based allocationPaolo Bonzini
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini
2014-06-19NUMA: expand MAX_NODES from 64 to 128Wanlong Gao
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao