summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sdl: reorganize -no-frame supportGerd Hoffmann2018-01-251-2/+2
|/
* possible_cpus: add CPUArchId::type fieldIgor Mammedov2018-01-191-2/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-01-161-3/+6
|\
| * vl: fix direct firmware directories leakMarc-André Lureau2018-01-161-3/+6
* | migration: finalize current_migration objectVladimir Sementsov-Ogievskiy2018-01-151-0/+1
|/
* block: Remove the deprecated -hdachs optionThomas Huth2017-12-221-84/+2Star
* Remove legacy -no-kvm-pit optionThomas Huth2017-12-211-4/+0Star
* hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé2017-12-181-1/+1
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth2017-12-141-44/+0Star
* NUMA: Enable adding NUMA node implicitlyDou Liyang2017-11-161-2/+1Star