summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-011-0/+1
|\
| * qemu-options: Mark the non-functional -clock option as deprecatedThomas Huth2018-06-011-0/+1
| * sandbox: disable -sandbox if CONFIG_SECCOMP undefinedYi Min Zhao2018-05-311-116/+8Star
* | sandbox: disable -sandbox if CONFIG_SECCOMP undefinedYi Min Zhao2018-06-011-116/+8Star
* | cli: add --preconfig optionIgor Mammedov2018-05-301-1/+34
|/
* block: Cancel job in bdrv_close_all() callersKevin Wolf2018-05-231-0/+1
* qemu-options: Allow -no-user-config againMichal Privoznik2018-05-201-0/+4
* ui: document non-qapi parser cases.Gerd Hoffmann2018-05-151-0/+14
* ui: switch gtk display to qapi parserGerd Hoffmann2018-05-151-32/+0Star
* ui: switch trivial displays to qapi parserGerd Hoffmann2018-05-151-6/+0Star
* ui: add qapi parser for -displayGerd Hoffmann2018-05-151-2/+22
* qemu-options: Remove deprecated -no-kvm-irqchipThomas Huth2018-05-091-5/+0Star
* qemu-options: Remove deprecated -no-kvm-pit-reinjectionThomas Huth2018-05-091-12/+0Star
* qemu-options: Bail out on unsupported options instead of silently ignoring themThomas Huth2018-05-091-1/+4
* qemu-options: Mark -virtioconsole as deprecatedThomas Huth2018-05-091-0/+2
* vl: allow 'maxmem' without 'slot'David Hildenbrand2018-05-071-15/+4Star
* 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