aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/sysemu.h
AgeCommit message (Expand)Author
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
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao
2014-03-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-03-20vl.c: Extend get_boot_devices_list() to ignore suffixesAlexey Kardashevskiy
2014-03-19sysemu.h: Document what MAX_CPUMASK_BITS really limitsEduardo Habkost
2014-03-13Fix vga_interface_type for command line argument '-device VGA'Mark Wu
2014-02-27sun4m: Add Sun CG3 framebuffer initialisation functionMark Cave-Ayland
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster
2013-09-25qemu: Adjust qemu wakeupLiu, Jinsong
2013-09-12scsi: prefer UUID to VM name for the initiator namePaolo Bonzini
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh
2013-07-30spice: fix display initializationGerd Hoffmann
2013-07-15cpus: Add return value for vm_stop()Kevin Wolf
2013-07-09vl: New qemu_get_machine_opts()Markus Armbruster
2013-05-01cpu: Introduce CPU hot-plug notifierIgor Mammedov
2013-04-30sysemu: drop register_devices from headerMichael S. Tsirkin
2013-04-30add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao
2013-04-26Common: Add quick access to first boot deviceDominik Dingel
2013-03-11migration: use qemu_file_set_error to pass error codes back to qemu_savevm_statePaolo Bonzini
2013-02-21ui: add basic GTK gui (v5)Anthony Liguori