summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_sizePhilippe Mathieu-Daudé2019-03-111-1/+0Star
| | |/ | |/|
* | | vl: Create block backends before setting machine propertiesMarkus Armbruster2019-03-111-2/+7
* | | vl: Factor configure_blockdev() out of main()Markus Armbruster2019-03-111-32/+42
* | | vl: Improve legibility of BlockdevOptions queueMarkus Armbruster2019-03-111-10/+12
* | | sysbus: Fix latent bug with onboard devicesMarkus Armbruster2019-03-111-0/+4
* | | vl: Fix latent bug with -global and onboard devicesMarkus Armbruster2019-03-111-17/+2Star
* | | qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster2019-03-111-0/+1
|/ /
* / hw/display: Add basic ATI VGA emulationBALATON Zoltan2019-03-111-0/+1
|/
* slirp: move sources to src/ subdirectoryMarc-André Lureau2019-03-071-3/+0Star
* migration/ram.c: add a notifier chain for precopyWei Wang2019-03-061-0/+1
* migration: Cleanup during exitDr. David Alan Gilbert2019-03-061-1/+6
* vl: Set machine ram_size, maxram_size and ram_slots earlierEric Auger2019-03-051-3/+3
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-02-141-6/+0Star
|\
| * qemu-options: Remove deprecated option -clockThomas Huth2019-02-141-6/+0Star
* | char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-4/+4
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-051-65/+1Star
|\
| * qemu-options: Remove deprecated "-virtioconsole" optionPaolo Bonzini2019-02-051-60/+1Star
| * Remove deprecated -enable-hax optionThomas Huth2019-02-051-5/+0Star
* | Remove deprecated -no-frame optionThomas Huth2019-02-051-20/+3Star
|/
* trace: improve runstate tracingVladimir Sementsov-Ogievskiy2019-01-251-2/+5
* Remove broken Xen PV domain builderAnthony PERARD2019-01-141-7/+0Star
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* accel: Improve selection of the default acceleratorThomas Huth2019-01-111-1/+1
* qdev-props: remove errp from GlobalPropertyMarc-André Lureau2019-01-071-1/+0Star
* qdev: all globals are now user-providedMarc-André Lureau2019-01-071-1/+0Star
* hw: apply machine compat properties without touching globalsMarc-André Lureau2019-01-071-1/+0Star
* hw: apply accel compat properties without touching globalsMarc-André Lureau2019-01-071-1/+0Star
* fw_cfg: Make qemu_extra_params_fw locallyLi Qiang2019-01-041-1/+0Star
* fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang2019-01-041-1/+1
* fw_cfg: Fix -boot bootsplash error checkingLi Qiang2019-01-041-1/+1
* vl: Introduce shutdown_notifiersYuval Shaia2018-12-221-1/+14
* hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé2018-12-191-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2018-12-191-5/+2Star
|\
| * vl: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2018-12-181-5/+2Star
* | qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-181-2/+4
* | qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza2018-12-181-0/+19
* | qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak2018-12-181-2/+2
|/
* monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu2018-12-121-5/+0Star
* vl.c: remove outdated commentLi Qiang2018-11-271-3/+0Star
* vl: Improve error message when we can't load fw_cfg from fileLi Qiang2018-11-271-2/+4
* qapi: add query-display-options commandGerd Hoffmann2018-11-271-0/+6
* bt: Mark the bluetooth subsystem as deprecatedThomas Huth2018-11-121-0/+4
* vl: Avoid crash when -mon is underspecifiedEric Blake2018-11-061-0/+4
* fw_cfg: Drop newline in @file descriptionMax Reitz2018-11-051-1/+1
* object: Make option help nicer to readMax Reitz2018-11-051-3/+10
* vl:c: make sure that sockets are calculated correctly in '-smp X' caseIgor Mammedov2018-10-241-1/+4
* vl.c deprecate incorrect CPUs topologyIgor Mammedov2018-10-241-0/+7
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2018-10-231-86/+54Star
|\
| * vl: Simplify call of parse_name()Markus Armbruster2018-10-191-4/+2Star
| * vl: Fix exit status for -drive format=helpMarkus Armbruster2018-10-191-1/+1