aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2018-03-27gdbstub: send a termination packet instead of crashing gdbKONRAD Frederic
2018-03-27monitor: new parameter "x-oob"Peter Xu
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-03-20postcopy: Add notifier chainDr. David Alan Gilbert
2018-03-19monitor: unify global initPeter Xu
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov
2018-03-16Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2018-03-13migration: add postcopy migration of dirty bitmapsVladimir Sementsov-Ogievskiy
2018-03-12replay: push replay_mutex_lock up the call treeAlex Bennée
2018-03-12Polish the version strings containing the package versionThomas Huth
2018-03-12vl: export machine_init_donePeter Xu
2018-03-08vl: introduce vm_shutdown()Stefan Hajnoczi
2018-03-06balloon: Fix documentation of the --balloon parameter and deprecate itThomas Huth
2018-03-06Document --rtc-td-hack, --localtime and --startdate as deprecatedThomas Huth
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth
2018-03-06Remove the deprecated -tdf optionThomas Huth
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann
2018-03-05curses: switch over to new display registryGerd Hoffmann
2018-03-05cocoa: switch over to new display registryGerd Hoffmann
2018-03-05sdl: switch over to new display registryGerd Hoffmann
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann
2018-03-05net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-01cryptodev: add vhost-user as a new cryptodev backendGonglei
2018-02-26s390x/cpu: expose the guest crash informationChristian Borntraeger
2018-02-20vl: drop display_type variableGerd Hoffmann
2018-02-20vl: drop request_opengl variableGerd Hoffmann
2018-02-20vl: drop full_screen variableGerd Hoffmann
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann
2018-02-20curses: use DisplayOptionsGerd Hoffmann
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann
2018-02-20vl: drop no_quit variableGerd Hoffmann
2018-02-20sdl: use DisplayOptionsGerd Hoffmann
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann
2018-02-20vl: rename DisplayType to LegacyDisplayTypeGerd Hoffmann
2018-02-20vl: deprecate -no-frameGerd Hoffmann
2018-02-16monitor: Remove legacy "-mon default=on" parameterThomas Huth
2018-02-15vl: pause vcpus before stopping iothreadsStefan Hajnoczi
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2018-02-06tcg: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-01-26Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180126-v3-pull-reques...Peter Maydell