aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2018-10-19fsdev: Clean up error reporting in qemu_fsdev_add()Markus Armbruster
2018-10-19tpm: Clean up error reporting in tpm_init_tpmdev()Markus Armbruster
2018-10-19vnc: Clean up error reporting in vnc_init_func()Markus Armbruster
2018-10-19vl: Clean up error reporting in device_init_func()Markus Armbruster
2018-10-19vl: Clean up error reporting in parse_fw_cfg()Markus Armbruster
2018-10-19vl: Clean up error reporting in mon_init_func()Markus Armbruster
2018-10-19vl: Clean up error reporting in machine_set_property()Markus Armbruster
2018-10-19vl: Clean up error reporting in chardev_init_func()Markus Armbruster
2018-10-19qom: Clean up error reporting in user_creatable_add_opts_foreach()Markus Armbruster
2018-10-19vl: Clean up error reporting in parse_add_fd()Markus Armbruster
2018-10-19seccomp: Clean up error reporting in parse_sandbox()Markus Armbruster
2018-10-19Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2018-10-19vl: Print error when using incorrect backend for debugconPhilippe Mathieu-Daudé
2018-10-05vl: list user creatable properties when 'help' is argumentMarc-André Lureau
2018-10-05vl: handle -object helpMarc-André Lureau
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau
2018-10-02replay: allow loading any snapshots before recordingPavel Dovgalyuk
2018-10-02Delete PID file on exitMarc-André Lureau
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau
2018-09-28Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180926a'...Peter Maydell
2018-09-28Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180926' into ...Peter Maydell
2018-09-26seccomp: check TSYNC host capabilityMarc-André Lureau
2018-09-26Add a hint message to loadvm and exits on failureJose Ricardo Ziviani
2018-09-24Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-08-3...Peter Maydell
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth
2018-08-31Remove the deprecated options -startdate, -localtime and -rtc-td-hackThomas Huth
2018-08-31Remove the deprecated -nodefconfig optionThomas Huth
2018-08-31Remove the deprecated -balloon optionThomas Huth
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-23kvm: add call to qemu_add_opts() for -overcommit optionPrasad Singamsetty
2018-08-23vl: add -enable-sync-profileEmilio G. Cota
2018-08-23net: Silence 'has no peer' messages in testing modeThomas Huth
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-02vl: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02s390/ipl: fix ipl with -no-rebootChristian Borntraeger
2018-06-28kvm: support -overcommit cpu-pm=on|offMichael S. Tsirkin
2018-06-28Deprecate the -enable-hax optionThomas Huth
2018-06-25hw/i386: Deprecate the machine types pc-0.10 and pc-0.11Thomas Huth
2018-06-25vl.c: do not allow --daemonize in combination with --preconfig CLI optionIgor Mammedov
2018-06-22vl.c: Don't zero-initialize statics for serial_hdsPeter Maydell
2018-06-18monitor: move init global earlierPeter Xu
2018-06-11cli: Don't run early event loop if no --preconfig was specifiedIgor Mammedov
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01qemu-options: Mark the non-functional -clock option as deprecatedThomas Huth
2018-06-01sandbox: disable -sandbox if CONFIG_SECCOMP undefinedYi Min Zhao
2018-05-31sandbox: disable -sandbox if CONFIG_SECCOMP undefinedYi Min Zhao
2018-05-30cli: add --preconfig optionIgor Mammedov
2018-05-23block: Cancel job in bdrv_close_all() callersKevin Wolf
2018-05-20qemu-options: Allow -no-user-config againMichal Privoznik
2018-05-15ui: document non-qapi parser cases.Gerd Hoffmann