summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-08vl: introduce vm_shutdown()Stefan Hajnoczi1-11/+4
2018-03-06balloon: Fix documentation of the --balloon parameter and deprecate itThomas Huth1-0/+3
2018-03-06Document --rtc-td-hack, --localtime and --startdate as deprecatedThomas Huth1-0/+5
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth1-9/+0
2018-03-06Remove the deprecated -tdf optionThomas Huth1-3/+0
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell1-63/+11
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-1/+9
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann1-10/+5
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann1-12/+0
2018-03-05curses: switch over to new display registryGerd Hoffmann1-15/+2
2018-03-05cocoa: switch over to new display registryGerd Hoffmann1-3/+0
2018-03-05sdl: switch over to new display registryGerd Hoffmann1-14/+1
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann1-12/+6
2018-03-05net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth1-0/+7
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth1-1/+2
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+3
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-2/+2
2018-03-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+6
2018-03-01cryptodev: add vhost-user as a new cryptodev backendGonglei1-0/+6
2018-02-26s390x/cpu: expose the guest crash informationChristian Borntraeger1-2/+9
2018-02-20vl: drop display_type variableGerd Hoffmann1-40/+14
2018-02-20vl: drop request_opengl variableGerd Hoffmann1-7/+1
2018-02-20vl: drop full_screen variableGerd Hoffmann1-2/+0
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann1-1/+2
2018-02-20curses: use DisplayOptionsGerd Hoffmann1-1/+3
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann1-1/+2
2018-02-20vl: drop no_quit variableGerd Hoffmann1-5/+2
2018-02-20sdl: use DisplayOptionsGerd Hoffmann1-2/+11
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann1-5/+18
2018-02-20vl: rename DisplayType to LegacyDisplayTypeGerd Hoffmann1-5/+5
2018-02-20vl: deprecate -no-frameGerd Hoffmann1-0/+4
2018-02-16monitor: Remove legacy "-mon default=on" parameterThomas Huth1-4/+0
2018-02-15vl: pause vcpus before stopping iothreadsStefan Hajnoczi1-1/+9
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2018-02-06tcg: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-1/+1
2018-01-26Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180126-v3-pull-reques...Peter Maydell1-15/+0
2018-01-26usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth1-15/+0
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann1-2/+2
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-2/+1
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+6
2018-01-16vl: fix direct firmware directories leakMarc-André Lureau1-3/+6
2018-01-15migration: finalize current_migration objectVladimir Sementsov-Ogievskiy1-0/+1
2017-12-22block: Remove the deprecated -hdachs optionThomas Huth1-84/+2
2017-12-21Remove legacy -no-kvm-pit optionThomas Huth1-4/+0
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé1-1/+1
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-12-14hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth1-44/+0
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang1-2/+1