index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vl.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
vl: Clean up error reporting in parse_fw_cfg()
Markus Armbruster
2018-10-19
1
-9
/
+8
|
*
vl: Clean up error reporting in mon_init_func()
Markus Armbruster
2018-10-19
1
-8
/
+6
|
*
vl: Clean up error reporting in machine_set_property()
Markus Armbruster
2018-10-19
1
-6
/
+3
|
*
vl: Clean up error reporting in chardev_init_func()
Markus Armbruster
2018-10-19
1
-5
/
+3
|
*
qom: Clean up error reporting in user_creatable_add_opts_foreach()
Markus Armbruster
2018-10-19
1
-10
/
+6
|
*
vl: Clean up error reporting in parse_add_fd()
Markus Armbruster
2018-10-19
1
-13
/
+9
|
*
seccomp: Clean up error reporting in parse_sandbox()
Markus Armbruster
2018-10-19
1
-2
/
+2
|
*
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2018-10-19
1
-6
/
+1
|
*
vl: Print error when using incorrect backend for debugcon
Philippe Mathieu-Daudé
2018-10-19
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-10-19
1
-39
/
+73
|
\
\
|
*
|
vl, qapi: offset calculation in RTC_CHANGE event reverted
Artem Pisarenko
2018-10-19
1
-5
/
+5
|
*
|
Fixes RTC bug with base datetime shifts in clock=vm
Artem Pisarenko
2018-10-19
1
-23
/
+39
|
*
|
vl: refactor -rtc option references
Artem Pisarenko
2018-10-19
1
-33
/
+51
|
|
/
*
/
COLO: Remove colo_state migration struct
Zhang Chen
2018-10-19
1
-2
/
+0
|
/
*
vl: list user creatable properties when 'help' is argument
Marc-André Lureau
2018-10-05
1
-3
/
+37
*
vl: handle -object help
Marc-André Lureau
2018-10-05
1
-0
/
+13
*
chardev: mark the calls that allow an implicit mux monitor
Marc-André Lureau
2018-10-03
1
-5
/
+5
*
replay: allow loading any snapshots before recording
Pavel Dovgalyuk
2018-10-02
1
-3
/
+4
*
Delete PID file on exit
Marc-André Lureau
2018-10-02
1
-1
/
+13
*
util: add qemu_write_pidfile()
Marc-André Lureau
2018-10-02
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180926a'...
Peter Maydell
2018-09-28
1
-0
/
+1
|
\
|
*
Add a hint message to loadvm and exits on failure
Jose Ricardo Ziviani
2018-09-26
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180926' into ...
Peter Maydell
2018-09-28
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
seccomp: check TSYNC host capability
Marc-André Lureau
2018-09-26
1
-2
/
+2
*
|
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-08-3...
Peter Maydell
2018-09-24
1
-110
/
+22
|
\
\
|
*
|
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
Thomas Huth
2018-08-31
1
-18
/
+0
|
*
|
Remove the deprecated options -startdate, -localtime and -rtc-td-hack
Thomas Huth
2018-08-31
1
-54
/
+22
|
*
|
Remove the deprecated -nodefconfig option
Thomas Huth
2018-08-31
1
-2
/
+0
|
*
|
Remove the deprecated -balloon option
Thomas Huth
2018-08-31
1
-36
/
+0
|
|
/
*
/
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-28
1
-9
/
+7
|
/
*
kvm: add call to qemu_add_opts() for -overcommit option
Prasad Singamsetty
2018-08-23
1
-0
/
+1
*
vl: add -enable-sync-profile
Emilio G. Cota
2018-08-23
1
-0
/
+3
*
net: Silence 'has no peer' messages in testing mode
Thomas Huth
2018-08-23
1
-2
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-07-02
1
-2
/
+3
|
\
|
*
vl: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-2
/
+3
*
|
s390/ipl: fix ipl with -no-reboot
Christian Borntraeger
2018-07-02
1
-2
/
+2
|
/
*
kvm: support -overcommit cpu-pm=on|off
Michael S. Tsirkin
2018-06-28
1
-1
/
+31
*
Deprecate the -enable-hax option
Thomas Huth
2018-06-28
1
-0
/
+1
*
hw/i386: Deprecate the machine types pc-0.10 and pc-0.11
Thomas Huth
2018-06-25
1
-2
/
+8
*
vl.c: do not allow --daemonize in combination with --preconfig CLI option
Igor Mammedov
2018-06-25
1
-0
/
+6
*
vl.c: Don't zero-initialize statics for serial_hds
Peter Maydell
2018-06-22
1
-2
/
+2
*
monitor: move init global earlier
Peter Xu
2018-06-18
1
-6
/
+1
*
cli: Don't run early event loop if no --preconfig was specified
Igor Mammedov
2018-06-11
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-06-01
1
-0
/
+1
|
\
|
*
qemu-options: Mark the non-functional -clock option as deprecated
Thomas Huth
2018-06-01
1
-0
/
+1
|
*
sandbox: disable -sandbox if CONFIG_SECCOMP undefined
Yi Min Zhao
2018-05-31
1
-116
/
+8
*
|
sandbox: disable -sandbox if CONFIG_SECCOMP undefined
Yi Min Zhao
2018-06-01
1
-116
/
+8
*
|
cli: add --preconfig option
Igor Mammedov
2018-05-30
1
-1
/
+34
|
/
*
block: Cancel job in bdrv_close_all() callers
Kevin Wolf
2018-05-23
1
-0
/
+1
*
qemu-options: Allow -no-user-config again
Michal Privoznik
2018-05-20
1
-0
/
+4
[prev]
[next]