aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-06migration/ram.c: add a notifier chain for precopyWei Wang1-0/+1
2019-03-06migration: Cleanup during exitDr. David Alan Gilbert1-1/+6
2019-03-05vl: Set machine ram_size, maxram_size and ram_slots earlierEric Auger1-3/+3
2019-02-14Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-6/+0
2019-02-14qemu-options: Remove deprecated option -clockThomas Huth1-6/+0
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini1-4/+4
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-65/+1
2019-02-05qemu-options: Remove deprecated "-virtioconsole" optionPaolo Bonzini1-60/+1
2019-02-05Remove deprecated -enable-hax optionThomas Huth1-5/+0
2019-02-05Remove deprecated -no-frame optionThomas Huth1-20/+3
2019-01-25trace: improve runstate tracingVladimir Sementsov-Ogievskiy1-2/+5
2019-01-14Remove broken Xen PV domain builderAnthony PERARD1-7/+0
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2019-01-11accel: Improve selection of the default acceleratorThomas Huth1-1/+1
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau1-1/+0
2019-01-07qdev: all globals are now user-providedMarc-André Lureau1-1/+0
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-1/+0
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-1/+0
2019-01-04fw_cfg: Make qemu_extra_params_fw locallyLi Qiang1-1/+0
2019-01-04fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang1-1/+1
2019-01-04fw_cfg: Fix -boot bootsplash error checkingLi Qiang1-1/+1
2018-12-22vl: Introduce shutdown_notifiersYuval Shaia1-1/+14
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2018-12-19Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell1-5/+2
2018-12-18vl: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-5/+2
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-2/+4
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza1-0/+19
2018-12-18qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak1-2/+2
2018-12-12monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu1-5/+0
2018-11-27vl.c: remove outdated commentLi Qiang1-3/+0
2018-11-27vl: Improve error message when we can't load fw_cfg from fileLi Qiang1-2/+4
2018-11-27qapi: add query-display-options commandGerd Hoffmann1-0/+6
2018-11-12bt: Mark the bluetooth subsystem as deprecatedThomas Huth1-0/+4
2018-11-06vl: Avoid crash when -mon is underspecifiedEric Blake1-0/+4
2018-11-05fw_cfg: Drop newline in @file descriptionMax Reitz1-1/+1
2018-11-05object: Make option help nicer to readMax Reitz1-3/+10
2018-10-24vl:c: make sure that sockets are calculated correctly in '-smp X' caseIgor Mammedov1-1/+4
2018-10-24vl.c deprecate incorrect CPUs topologyIgor Mammedov1-0/+7
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-86/+54
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-39/+73
2018-10-19vl: Simplify call of parse_name()Markus Armbruster1-4/+2
2018-10-19vl: Fix exit status for -drive format=helpMarkus Armbruster1-1/+1
2018-10-19blockdev: Convert drive_new() to ErrorMarkus Armbruster1-4/+4
2018-10-19vl: Assert drive_new() does not fail in default_drive()Markus Armbruster1-3/+1
2018-10-19fsdev: Clean up error reporting in qemu_fsdev_add()Markus Armbruster1-5/+3
2018-10-19tpm: Clean up error reporting in tpm_init_tpmdev()Markus Armbruster1-3/+1
2018-10-19vnc: Clean up error reporting in vnc_init_func()Markus Armbruster1-1/+1
2018-10-19vl: Clean up error reporting in device_init_func()Markus Armbruster1-7/+3
2018-10-19vl: Clean up error reporting in parse_fw_cfg()Markus Armbruster1-9/+8
2018-10-19vl: Clean up error reporting in mon_init_func()Markus Armbruster1-8/+6