summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth2018-04-301-50/+0Star
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180427-pull-request' i...Peter Maydell2018-04-271-5/+9
|\
| * sdl: Allow OpenGL ES context creationElie Tournier2018-04-271-0/+4
| * qapi: Parameter gl of DisplayType now accept an enumElie Tournier2018-04-271-5/+5
* | AccelClass: Introduce accel_setup_postIan Jackson2018-04-261-0/+1
|/
* vl.c: new function serial_max_hds()Peter Maydell2018-04-261-0/+5
* vl.c: Remove compile time limit on number of serial portsPeter Maydell2018-04-261-8/+7Star
* vl.c: Provide accessor function serial_hd() for serial_hds[] arrayPeter Maydell2018-04-261-0/+9
* gdbstub: send a termination packet instead of crashing gdbKONRAD Frederic2018-03-271-0/+2
* 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