aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-22softmmu: move vl.c to softmmu/Alexander Bulekov1-4447/+0
2020-02-17monitor: Move monitor option parsing to monitor/monitor.cKevin Wolf1-44/+1
2020-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2020-02-12vl: Don't mismatch g_strsplit()/g_free()Pan Nengyuan1-1/+1
2020-02-12ui: deprecate legacy -show-cursor optionGerd Hoffmann1-0/+2
2020-02-12ui: drop curor_hide global variable.Gerd Hoffmann1-2/+0
2020-02-12ui/sdl: switch to new show-cursor optionGerd Hoffmann1-0/+10
2020-02-12ui: wire up legacy -show-cursor optionGerd Hoffmann1-0/+2
2020-01-30qemu_set_log_filename: filename argument may be NULLSalvador Fandino1-4/+1
2020-01-30vl: replace deprecated qbus_reset_all registrationDamien Hedde1-1/+9
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+13
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé1-1/+1
2020-01-24pvpanic: implement crashloaded event handlingzhenwei pi1-0/+12
2020-01-21vl: Only choose enabled accelerators in configure_acceleratorsRichard Henderson1-8/+13
2020-01-21vl: Remove useless test in configure_acceleratorsRichard Henderson1-1/+1
2020-01-21vl: Reduce scope of variables in configure_acceleratorsRichard Henderson1-1/+2
2020-01-21vl: Remove unused variable in configure_acceleratorsRichard Henderson1-2/+1
2020-01-20runstate: ignore finishmigrate -> prelaunch transitionLaurent Vivier1-4/+6
2020-01-14ui: Print available display backends with '-display help'Thomas Huth1-0/+5
2020-01-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-0/+1
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard1-0/+3
2020-01-08vl: fix memory leak in configure_acceleratorsChen Qun1-0/+1
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-66/+159
2019-12-18error: Fix -msg timestamp defaultMarkus Armbruster1-1/+1
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini1-1/+2
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini1-0/+4
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini1-10/+4
2019-12-17tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini1-4/+4
2019-12-17tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini1-15/+17
2019-12-17accel: pass object to accel_init_machinePaolo Bonzini1-1/+3
2019-12-17qom: add object_new_with_classPaolo Bonzini1-2/+1
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini1-7/+3
2019-12-17vl: warn for unavailable accelerators, clarify messagesPaolo Bonzini1-1/+6
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini1-39/+54
2019-12-17vl: introduce object_parse_property_optPaolo Bonzini1-15/+20
2019-12-17vl: merge -accel processing into configure_acceleratorsPaolo Bonzini1-5/+59
2019-12-17vl: extract accelerator option processing to a separate functionPaolo Bonzini1-8/+20
2019-12-17vl: move icount configuration earlierPaolo Bonzini1-7/+11
2019-12-17Remove the core bluetooth codeThomas Huth1-136/+0
2019-12-09virtfs: Remove the deprecated "-virtfs_synth" optionThomas Huth1-23/+0
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell1-0/+11
2019-10-29qdev/qbus: add hidden device supportJens Freimann1-2/+4
2019-10-29Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell1-1/+2
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier1-1/+2
2019-10-28vl: support -plugin optionLluís Vilanova1-0/+11
2019-10-23runstate: ignore exit request in finish migrate stateLaurent Vivier1-0/+3
2019-10-14vl: Split off user_creatable_print_help()Kevin Wolf1-51/+1
2019-10-14replay: finish record/replay before closing the disksPavel Dovgalyuk1-0/+1
2019-10-14replay: disable default snapshot for record/replayPavel Dovgalyuk1-2/+8
2019-10-109p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis1-1/+6