Age | Commit message (Expand) | Author |
2020-01-30 | qemu_set_log_filename: filename argument may be NULL | Salvador Fandino |
2020-01-30 | vl: replace deprecated qbus_reset_all registration | Damien Hedde |
2020-01-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-01-24 | accel: Replace current_machine->accelerator by current_accel() wrapper | Philippe Mathieu-Daudé |
2020-01-24 | pvpanic: implement crashloaded event handling | zhenwei pi |
2020-01-21 | vl: Only choose enabled accelerators in configure_accelerators | Richard Henderson |
2020-01-21 | vl: Remove useless test in configure_accelerators | Richard Henderson |
2020-01-21 | vl: Reduce scope of variables in configure_accelerators | Richard Henderson |
2020-01-21 | vl: Remove unused variable in configure_accelerators | Richard Henderson |
2020-01-20 | runstate: ignore finishmigrate -> prelaunch transition | Laurent Vivier |
2020-01-14 | ui: Print available display backends with '-display help' | Thomas Huth |
2020-01-13 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell |
2020-01-09 | semihosting: add qemu_semihosting_console_inc for SYS_READC | Keith Packard |
2020-01-08 | vl: fix memory leak in configure_accelerators | Chen Qun |
2019-12-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-12-18 | error: Fix -msg timestamp default | Markus Armbruster |
2019-12-17 | kvm: convert "-machine kernel_irqchip" to an accelerator property | Paolo Bonzini |
2019-12-17 | kvm: convert "-machine kvm_shadow_mem" to an accelerator property | Paolo Bonzini |
2019-12-17 | xen: convert "-machine igd-passthru" to an accelerator property | Paolo Bonzini |
2019-12-17 | tcg: add "-accel tcg,tb-size" and deprecate "-tb-size" | Paolo Bonzini |
2019-12-17 | tcg: convert "-accel threads" to a QOM property | Paolo Bonzini |
2019-12-17 | accel: pass object to accel_init_machine | Paolo Bonzini |
2019-12-17 | qom: add object_new_with_class | Paolo Bonzini |
2019-12-17 | qom: introduce object_register_sugar_prop | Paolo Bonzini |
2019-12-17 | vl: warn for unavailable accelerators, clarify messages | Paolo Bonzini |
2019-12-17 | vl: configure accelerators from -accel options | Paolo Bonzini |
2019-12-17 | vl: introduce object_parse_property_opt | Paolo Bonzini |
2019-12-17 | vl: merge -accel processing into configure_accelerators | Paolo Bonzini |
2019-12-17 | vl: extract accelerator option processing to a separate function | Paolo Bonzini |
2019-12-17 | vl: move icount configuration earlier | Paolo Bonzini |
2019-12-17 | Remove the core bluetooth code | Thomas Huth |
2019-12-09 | virtfs: Remove the deprecated "-virtfs_synth" option | Thomas Huth |
2019-10-30 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'... | Peter Maydell |
2019-10-29 | qdev/qbus: add hidden device support | Jens Freimann |
2019-10-29 | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i... | Peter Maydell |
2019-10-28 | hw/m68k: add Nubus macfb video card | Laurent Vivier |
2019-10-28 | vl: support -plugin option | Lluís Vilanova |
2019-10-23 | runstate: ignore exit request in finish migrate state | Laurent Vivier |
2019-10-14 | vl: Split off user_creatable_print_help() | Kevin Wolf |
2019-10-14 | replay: finish record/replay before closing the disks | Pavel Dovgalyuk |
2019-10-14 | replay: disable default snapshot for record/replay | Pavel Dovgalyuk |
2019-10-10 | 9p: Added virtfs option 'multidevs=remap|forbid|warn' | Antonios Motakis |
2019-10-01 | Disallow colons in the parameter of "-accel" | Thomas Huth |
2019-08-21 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell |
2019-08-21 | vl: Rewrite a fall through comment | Philippe Mathieu-Daudé |
2019-08-21 | i386: use machine class ->wakeup method | Nicholas Piggin |
2019-08-21 | machine: Add wakeup method to MachineClass | Nicholas Piggin |
2019-08-16 | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'... | Peter Maydell |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster |