summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* ui/sdl: switch to new show-cursor optionGerd Hoffmann2020-02-121-0/+10
* ui: wire up legacy -show-cursor optionGerd Hoffmann2020-02-121-0/+2
* qemu_set_log_filename: filename argument may be NULLSalvador Fandino2020-01-301-4/+1Star
* vl: replace deprecated qbus_reset_all registrationDamien Hedde2020-01-301-1/+9
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-271-1/+13
|\
| * accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé2020-01-241-1/+1
| * pvpanic: implement crashloaded event handlingzhenwei pi2020-01-241-0/+12
* | vl: Only choose enabled accelerators in configure_acceleratorsRichard Henderson2020-01-221-8/+13
* | vl: Remove useless test in configure_acceleratorsRichard Henderson2020-01-221-1/+1
* | vl: Reduce scope of variables in configure_acceleratorsRichard Henderson2020-01-221-1/+2
* | vl: Remove unused variable in configure_acceleratorsRichard Henderson2020-01-221-2/+1Star
|/
* runstate: ignore finishmigrate -> prelaunch transitionLaurent Vivier2020-01-201-4/+6
* ui: Print available display backends with '-display help'Thomas Huth2020-01-141-0/+5
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2020-01-131-0/+1
|\
| * vl: fix memory leak in configure_acceleratorsChen Qun2020-01-081-0/+1
* | semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard2020-01-091-0/+3
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-12-201-66/+159
|\
| * kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini2019-12-171-1/+2
| * kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini2019-12-171-0/+4
| * xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini2019-12-171-10/+4Star
| * tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini2019-12-171-4/+4
| * tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini2019-12-171-15/+17
| * accel: pass object to accel_init_machinePaolo Bonzini2019-12-171-1/+3
| * qom: add object_new_with_classPaolo Bonzini2019-12-171-2/+1Star
| * qom: introduce object_register_sugar_propPaolo Bonzini2019-12-171-7/+3Star
| * vl: warn for unavailable accelerators, clarify messagesPaolo Bonzini2019-12-171-1/+6
| * vl: configure accelerators from -accel optionsPaolo Bonzini2019-12-171-39/+54
| * vl: introduce object_parse_property_optPaolo Bonzini2019-12-171-15/+20
| * vl: merge -accel processing into configure_acceleratorsPaolo Bonzini2019-12-171-5/+59
| * vl: extract accelerator option processing to a separate functionPaolo Bonzini2019-12-171-8/+20
| * vl: move icount configuration earlierPaolo Bonzini2019-12-171-7/+11
* | error: Fix -msg timestamp defaultMarkus Armbruster2019-12-181-1/+1
|/
* Remove the core bluetooth codeThomas Huth2019-12-171-136/+0Star
* virtfs: Remove the deprecated "-virtfs_synth" optionThomas Huth2019-12-091-23/+0Star
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-301-0/+11
|\
| * vl: support -plugin optionLluís Vilanova2019-10-281-0/+11
* | qdev/qbus: add hidden device supportJens Freimann2019-10-291-2/+4
* | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell2019-10-291-1/+2
|\ \ | |/ |/|
| * hw/m68k: add Nubus macfb video cardLaurent Vivier2019-10-281-1/+2
* | runstate: ignore exit request in finish migrate stateLaurent Vivier2019-10-231-0/+3
|/
* vl: Split off user_creatable_print_help()Kevin Wolf2019-10-141-51/+1Star
* replay: finish record/replay before closing the disksPavel Dovgalyuk2019-10-141-0/+1
* replay: disable default snapshot for record/replayPavel Dovgalyuk2019-10-141-2/+8
* 9p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis2019-10-101-1/+6
* Disallow colons in the parameter of "-accel"Thomas Huth2019-10-011-0/+5
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-08-211-1/+1
|\
| * vl: Rewrite a fall through commentPhilippe Mathieu-Daudé2019-08-211-1/+1
* | i386: use machine class ->wakeup methodNicholas Piggin2019-08-211-2/+0Star
* | machine: Add wakeup method to MachineClassNicholas Piggin2019-08-211-1/+17
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell2019-08-161-5/+6
|\