aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-12monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu1-5/+0
2018-11-27vl.c: remove outdated commentLi Qiang1-3/+0
2018-11-27vl: Improve error message when we can't load fw_cfg from fileLi Qiang1-2/+4
2018-11-27qapi: add query-display-options commandGerd Hoffmann1-0/+6
2018-11-12bt: Mark the bluetooth subsystem as deprecatedThomas Huth1-0/+4
2018-11-06vl: Avoid crash when -mon is underspecifiedEric Blake1-0/+4
2018-11-05fw_cfg: Drop newline in @file descriptionMax Reitz1-1/+1
2018-11-05object: Make option help nicer to readMax Reitz1-3/+10
2018-10-24vl:c: make sure that sockets are calculated correctly in '-smp X' caseIgor Mammedov1-1/+4
2018-10-24vl.c deprecate incorrect CPUs topologyIgor Mammedov1-0/+7
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-86/+54
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-39/+73
2018-10-19vl: Simplify call of parse_name()Markus Armbruster1-4/+2
2018-10-19vl: Fix exit status for -drive format=helpMarkus Armbruster1-1/+1
2018-10-19blockdev: Convert drive_new() to ErrorMarkus Armbruster1-4/+4
2018-10-19vl: Assert drive_new() does not fail in default_drive()Markus Armbruster1-3/+1
2018-10-19fsdev: Clean up error reporting in qemu_fsdev_add()Markus Armbruster1-5/+3
2018-10-19tpm: Clean up error reporting in tpm_init_tpmdev()Markus Armbruster1-3/+1
2018-10-19vnc: Clean up error reporting in vnc_init_func()Markus Armbruster1-1/+1
2018-10-19vl: Clean up error reporting in device_init_func()Markus Armbruster1-7/+3
2018-10-19vl: Clean up error reporting in parse_fw_cfg()Markus Armbruster1-9/+8
2018-10-19vl: Clean up error reporting in mon_init_func()Markus Armbruster1-8/+6
2018-10-19vl: Clean up error reporting in machine_set_property()Markus Armbruster1-6/+3
2018-10-19vl: Clean up error reporting in chardev_init_func()Markus Armbruster1-5/+3
2018-10-19qom: Clean up error reporting in user_creatable_add_opts_foreach()Markus Armbruster1-10/+6
2018-10-19vl: Clean up error reporting in parse_add_fd()Markus Armbruster1-13/+9
2018-10-19seccomp: Clean up error reporting in parse_sandbox()Markus Armbruster1-2/+2
2018-10-19Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-6/+1
2018-10-19vl: Print error when using incorrect backend for debugconPhilippe Mathieu-Daudé1-0/+1
2018-10-19vl, qapi: offset calculation in RTC_CHANGE event revertedArtem Pisarenko1-5/+5
2018-10-19Fixes RTC bug with base datetime shifts in clock=vmArtem Pisarenko1-23/+39
2018-10-19vl: refactor -rtc option referencesArtem Pisarenko1-33/+51
2018-10-19COLO: Remove colo_state migration structZhang Chen1-2/+0
2018-10-05vl: list user creatable properties when 'help' is argumentMarc-André Lureau1-3/+37
2018-10-05vl: handle -object helpMarc-André Lureau1-0/+13
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau1-5/+5
2018-10-02replay: allow loading any snapshots before recordingPavel Dovgalyuk1-3/+4
2018-10-02Delete PID file on exitMarc-André Lureau1-1/+13
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau1-2/+2
2018-09-28Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180926a'...Peter Maydell1-0/+1
2018-09-28Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180926' into ...Peter Maydell1-2/+2
2018-09-26seccomp: check TSYNC host capabilityMarc-André Lureau1-2/+2
2018-09-26Add a hint message to loadvm and exits on failureJose Ricardo Ziviani1-0/+1
2018-09-24Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-08-3...Peter Maydell1-110/+22
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth1-18/+0
2018-08-31Remove the deprecated options -startdate, -localtime and -rtc-td-hackThomas Huth1-54/+22
2018-08-31Remove the deprecated -nodefconfig optionThomas Huth1-2/+0
2018-08-31Remove the deprecated -balloon optionThomas Huth1-36/+0
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-9/+7
2018-08-23kvm: add call to qemu_add_opts() for -overcommit optionPrasad Singamsetty1-0/+1