aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
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
2019-08-21machine: Add wakeup method to MachineClassNicholas Piggin
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-08-15qtest: Rename qtest.c:qtest_init()Oleinik, Alexander
2019-07-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-19qmp: don't emit the RESET event on wakeupNicholas Piggin
2019-07-19vl: Drain before (block) job cancel when quittingMax Reitz
2019-07-16vl: make sure char-pty message displayed by moving setbuf to the beginningWei Yang
2019-07-08vl: add qemu_add_vm_change_state_handler_prio()Stefan Hajnoczi
2019-07-05vl.c: Add -smp, dies=* command line support and update docLike Xu
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu
2019-07-05vl.c: Replace smp global variables with smp machine propertiesLike Xu
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu
2019-07-05hw/boards: Add struct CpuTopology to MachineStateLike Xu
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster
2019-06-18vl: Deprecate -mon pretty=... for HMP monitorsKevin Wolf
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-05vl: Document why objects are delayedMarkus Armbruster
2019-06-05vl: Fix -drive / -blockdev persistent reservation managementMarkus Armbruster
2019-06-03vl: make -accel help to list enabled accelerators onlyWainer dos Santos Moschetta
2019-05-30Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...Peter Maydell
2019-05-29hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau
2019-05-28semihosting: enable chardev backed output for consoleAlex Bennée
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-22cpus: Initialize pseudo-random seeds for all guest cpusRichard Henderson
2019-05-20Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2019-05-17vl: Deprecate -virtfs_synthGreg Kurz
2019-05-17vl: fix -sandbox parsing crash when seccomp support is disabledMarc-André Lureau
2019-05-15vl: Add missing descriptions to the VGA adapters listPhilippe Mathieu-Daudé
2019-05-15Declare -realtime as deprecatedThomas Huth
2019-05-07vl: add -vga help supportMarc-André Lureau
2019-05-07vl: constify VGAInterfaceInfoMarc-André Lureau
2019-04-29trace: fix runstate tracingYury Kotov
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost
2019-04-25vl: Simplify machine_parse()Markus Armbruster