summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: new parameter "x-oob"Peter Xu2018-03-271-0/+5
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-201-0/+2
|\
| * postcopy: Add notifier chainDr. David Alan Gilbert2018-03-201-0/+2
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-03-201-7/+3Star
|\ \
| * | Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov2018-03-191-7/+3Star
* | | monitor: unify global initPeter Xu2018-03-191-1/+6
|/ /
* | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2018-03-161-0/+1
|\ \
| * | migration: add postcopy migration of dirty bitmapsVladimir Sementsov-Ogievskiy2018-03-131-0/+1
| |/
* | replay: push replay_mutex_lock up the call treeAlex Bennée2018-03-121-0/+1
* | Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
* | vl: export machine_init_donePeter Xu2018-03-121-2/+2
|/
* vl: introduce vm_shutdown()Stefan Hajnoczi2018-03-081-11/+4Star
* balloon: Fix documentation of the --balloon parameter and deprecate itThomas Huth2018-03-061-0/+3
* Document --rtc-td-hack, --localtime and --startdate as deprecatedThomas Huth2018-03-061-0/+5
* scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth2018-03-061-9/+0Star
* Remove the deprecated -tdf optionThomas Huth2018-03-061-3/+0Star
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell2018-03-051-63/+11Star
|\
| * console: add and use qemu_display_find_defaultGerd Hoffmann2018-03-051-10/+5Star
| * egl-headless: switch over to new display registryGerd Hoffmann2018-03-051-12/+0Star
| * curses: switch over to new display registryGerd Hoffmann2018-03-051-15/+2Star
| * cocoa: switch over to new display registryGerd Hoffmann2018-03-051-3/+0Star
| * sdl: switch over to new display registryGerd Hoffmann2018-03-051-14/+1Star
| * console: add qemu display registry, add gtkGerd Hoffmann2018-03-051-12/+6Star
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2018-03-051-1/+9
|\ \
| * | net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth2018-03-051-0/+7
| * | net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth2018-03-051-1/+2
| |/
* | qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+3
* | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-2/+2
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-011-0/+6
|\
| * cryptodev: add vhost-user as a new cryptodev backendGonglei2018-03-011-0/+6
* | s390x/cpu: expose the guest crash informationChristian Borntraeger2018-02-261-2/+9
|/
* vl: drop display_type variableGerd Hoffmann2018-02-201-40/+14Star
* vl: drop request_opengl variableGerd Hoffmann2018-02-201-7/+1Star
* vl: drop full_screen variableGerd Hoffmann2018-02-201-2/+0Star
* cocoa: use DisplayOptionsGerd Hoffmann2018-02-201-1/+2
* curses: use DisplayOptionsGerd Hoffmann2018-02-201-1/+3
* egl-headless: use DisplayOptionsGerd Hoffmann2018-02-201-1/+2
* vl: drop no_quit variableGerd Hoffmann2018-02-201-5/+2Star
* sdl: use DisplayOptionsGerd Hoffmann2018-02-201-2/+11
* gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann2018-02-201-5/+18
* vl: rename DisplayType to LegacyDisplayTypeGerd Hoffmann2018-02-201-5/+5
* vl: deprecate -no-frameGerd Hoffmann2018-02-201-0/+4
* monitor: Remove legacy "-mon default=on" parameterThomas Huth2018-02-161-4/+0Star
* vl: pause vcpus before stopping iothreadsStefan Hajnoczi2018-02-151-1/+9
* Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-091-1/+1
* tcg: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180126-v3-pull-reques...Peter Maydell2018-01-261-15/+0Star
|\
| * usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth2018-01-261-15/+0Star