aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-01Disallow colons in the parameter of "-accel"Thomas Huth1-0/+5
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-1/+1
2019-08-21vl: Rewrite a fall through commentPhilippe Mathieu-Daudé1-1/+1
2019-08-21i386: use machine class ->wakeup methodNicholas Piggin1-2/+0
2019-08-21machine: Add wakeup method to MachineClassNicholas Piggin1-1/+17
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell1-5/+6
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-3/+3
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-08-15qtest: Rename qtest.c:qtest_init()Oleinik, Alexander1-1/+1
2019-07-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2019-07-19qmp: don't emit the RESET event on wakeupNicholas Piggin1-1/+1
2019-07-19vl: Drain before (block) job cancel when quittingMax Reitz1-0/+11
2019-07-16vl: make sure char-pty message displayed by moving setbuf to the beginningWei Yang1-2/+2
2019-07-08vl: add qemu_add_vm_change_state_handler_prio()Stefan Hajnoczi1-12/+47
2019-07-05vl.c: Add -smp, dies=* command line support and update docLike Xu1-0/+3
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu1-73/+2
2019-07-05vl.c: Replace smp global variables with smp machine propertiesLike Xu1-27/+26
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-1/+1
2019-07-05hw/boards: Add struct CpuTopology to MachineStateLike Xu1-0/+5
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster1-45/+0
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster1-1/+1
2019-06-18vl: Deprecate -mon pretty=... for HMP monitorsKevin Wolf1-1/+9
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf1-6/+12
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-06-05vl: Document why objects are delayedMarkus Armbruster1-2/+8
2019-06-05vl: Fix -drive / -blockdev persistent reservation managementMarkus Armbruster1-2/+1
2019-06-03vl: make -accel help to list enabled accelerators onlyWainer dos Santos Moschetta1-1/+17
2019-05-30Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...Peter Maydell1-0/+1
2019-05-29hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau1-0/+1
2019-05-28semihosting: enable chardev backed output for consoleAlex Bennée1-0/+2
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée1-123/+3
2019-05-22cpus: Initialize pseudo-random seeds for all guest cpusRichard Henderson1-0/+4
2019-05-20Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-0/+4
2019-05-17vl: Deprecate -virtfs_synthGreg Kurz1-0/+4
2019-05-17vl: fix -sandbox parsing crash when seccomp support is disabledMarc-André Lureau1-8/+10
2019-05-15vl: Add missing descriptions to the VGA adapters listPhilippe Mathieu-Daudé1-0/+2
2019-05-15Declare -realtime as deprecatedThomas Huth1-0/+2
2019-05-07vl: add -vga help supportMarc-André Lureau1-9/+31
2019-05-07vl: constify VGAInterfaceInfoMarc-André Lureau1-3/+3
2019-04-29trace: fix runstate tracingYury Kotov1-1/+1
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost1-9/+9