aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/sysemu.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-09monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.cMaxim Levitsky1-3/+0
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini1-2/+0
2020-02-22softmmu: split off vl.c:main() into main.cAlexander Bulekov1-0/+4
2020-02-19hostmem: fix strict bind policyIgor Mammedov1-1/+0
2020-02-19make mem_path local variableIgor Mammedov1-1/+0
2020-02-17monitor: Move monitor option parsing to monitor/monitor.cKevin Wolf1-1/+0
2020-02-12ui: drop curor_hide global variable.Gerd Hoffmann1-1/+0
2020-02-04trivial: Remove xenfb_enabled from sysemu.hThomas Huth1-1/+0
2020-02-04include/sysemu/sysemu.h: Remove usused variable no_quitThomas Huth1-1/+0
2019-10-31bootdevice: FW_CFG interface for LCHS valuesSam Eiderman1-0/+1
2019-10-31bootdevice: Add interface to gather LCHSSam Eiderman1-0/+3
2019-09-03includes: remove stale [smp|max]_cpus externsAlex Bennée1-2/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-61/+0
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-1/+0
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+3
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster1-7/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-1/+0
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-1/+0
2019-07-08vl: add qemu_add_vm_change_state_handler_prio()Stefan Hajnoczi1-0/+2
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée1-0/+1
2019-04-02Revert "migration: move only_migratable to MigrationState"Markus Armbruster1-0/+1
2019-03-11hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_sizePhilippe Mathieu-Daudé1-1/+0
2019-03-05migration: Switch to using announce timerDr. David Alan Gilbert1-2/+0
2019-02-05Remove deprecated -no-frame optionThomas Huth1-1/+0
2019-01-04fw_cfg: Make qemu_extra_params_fw locallyLi Qiang1-1/+0
2018-12-22vl: Introduce shutdown_notifiersYuval Shaia1-0/+1
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-1/+2
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza1-0/+1
2018-12-18qapi: Turn ShutdownCause into QAPI enumDominik Csapak1-20/+0
2018-08-16fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland1-1/+1
2018-07-02s390/ipl: fix ipl with -no-rebootChristian Borntraeger1-0/+4
2018-06-28kvm: support -overcommit cpu-pm=on|offMichael S. Tsirkin1-0/+1
2018-05-30cli: add --preconfig optionIgor Mammedov1-0/+1
2018-04-26vl.c: new function serial_max_hds()Peter Maydell1-2/+4
2018-04-26vl.c: Remove compile time limit on number of serial portsPeter Maydell1-2/+0
2018-04-26vl.c: Provide accessor function serial_hd() for serial_hds[] arrayPeter Maydell1-0/+3
2018-03-12vl: export machine_init_donePeter Xu1-0/+2
2018-03-08vl: introduce vm_shutdown()Stefan Hajnoczi1-0/+1
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+1
2018-03-05net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth1-0/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-0/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann1-0/+1
2017-12-14hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth1-2/+0
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek1-1/+1
2017-06-28migration: move only_migratable to MigrationStatePeter Xu1-1/+0
2017-06-01migration: Create include for migration snapshotsJuan Quintela1-3/+0
2017-05-31migration: Create savevm.h for functions exported from savevm.cJuan Quintela1-47/+0
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi1-7/+25