aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2020-02-12ui: deprecate legacy -show-cursor optionGerd Hoffmann
2020-02-12ui: drop curor_hide global variable.Gerd Hoffmann
2020-02-12ui/sdl: switch to new show-cursor optionGerd Hoffmann
2020-02-12ui: wire up legacy -show-cursor optionGerd Hoffmann
2020-01-30qemu_set_log_filename: filename argument may be NULLSalvador Fandino
2020-01-30vl: replace deprecated qbus_reset_all registrationDamien Hedde
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé
2020-01-24pvpanic: implement crashloaded event handlingzhenwei pi
2020-01-21vl: Only choose enabled accelerators in configure_acceleratorsRichard Henderson
2020-01-21vl: Remove useless test in configure_acceleratorsRichard Henderson
2020-01-21vl: Reduce scope of variables in configure_acceleratorsRichard Henderson
2020-01-21vl: Remove unused variable in configure_acceleratorsRichard Henderson
2020-01-20runstate: ignore finishmigrate -> prelaunch transitionLaurent Vivier
2020-01-14ui: Print available display backends with '-display help'Thomas Huth
2020-01-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard
2020-01-08vl: fix memory leak in configure_acceleratorsChen Qun
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-12-18error: Fix -msg timestamp defaultMarkus Armbruster
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini
2019-12-17tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini
2019-12-17tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini
2019-12-17accel: pass object to accel_init_machinePaolo Bonzini
2019-12-17qom: add object_new_with_classPaolo Bonzini
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini
2019-12-17vl: warn for unavailable accelerators, clarify messagesPaolo Bonzini
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini
2019-12-17vl: introduce object_parse_property_optPaolo Bonzini
2019-12-17vl: merge -accel processing into configure_acceleratorsPaolo Bonzini
2019-12-17vl: extract accelerator option processing to a separate functionPaolo Bonzini
2019-12-17vl: move icount configuration earlierPaolo Bonzini
2019-12-17Remove the core bluetooth codeThomas Huth
2019-12-09virtfs: Remove the deprecated "-virtfs_synth" optionThomas Huth
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-29qdev/qbus: add hidden device supportJens Freimann
2019-10-29Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier
2019-10-28vl: support -plugin optionLluís Vilanova
2019-10-23runstate: ignore exit request in finish migrate stateLaurent Vivier
2019-10-14vl: Split off user_creatable_print_help()Kevin Wolf
2019-10-14replay: finish record/replay before closing the disksPavel Dovgalyuk
2019-10-14replay: disable default snapshot for record/replayPavel Dovgalyuk
2019-10-109p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis
2019-10-01Disallow colons in the parameter of "-accel"Thomas Huth
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-08-21vl: Rewrite a fall through commentPhilippe Mathieu-Daudé
2019-08-21i386: use machine class ->wakeup methodNicholas Piggin