index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2019-01-11
accel: Improve selection of the default accelerator
Thomas Huth
1
-1
/
+1
2019-01-07
qdev-props: remove errp from GlobalProperty
Marc-André Lureau
1
-1
/
+0
2019-01-07
qdev: all globals are now user-provided
Marc-André Lureau
1
-1
/
+0
2019-01-07
hw: apply machine compat properties without touching globals
Marc-André Lureau
1
-1
/
+0
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
1
-1
/
+0
2019-01-04
fw_cfg: Make qemu_extra_params_fw locally
Li Qiang
1
-1
/
+0
2019-01-04
fw_cfg: Fix -boot reboot-timeout error checking
Li Qiang
1
-1
/
+1
2019-01-04
fw_cfg: Fix -boot bootsplash error checking
Li Qiang
1
-1
/
+1
2018-12-22
vl: Introduce shutdown_notifiers
Yuval Shaia
1
-1
/
+14
2018-12-19
hw/smbios: Move to the hw/firmware/ subdirectory
Philippe Mathieu-Daudé
1
-1
/
+1
2018-12-19
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...
Peter Maydell
1
-5
/
+2
2018-12-18
vl: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-5
/
+2
2018-12-18
qmp hmp: Make system_wakeup check wake-up support and run state
Daniel Henrique Barboza
1
-2
/
+4
2018-12-18
qmp: query-current-machine with wakeup-suspend-support
Daniel Henrique Barboza
1
-0
/
+19
2018-12-18
qmp: Add reason to SHUTDOWN and RESET events
Dominik Csapak
1
-2
/
+2
2018-12-12
monitor: Remove "x-oob", offer capability "oob" unconditionally
Peter Xu
1
-5
/
+0
2018-11-27
vl.c: remove outdated comment
Li Qiang
1
-3
/
+0
2018-11-27
vl: Improve error message when we can't load fw_cfg from file
Li Qiang
1
-2
/
+4
2018-11-27
qapi: add query-display-options command
Gerd Hoffmann
1
-0
/
+6
2018-11-12
bt: Mark the bluetooth subsystem as deprecated
Thomas Huth
1
-0
/
+4
2018-11-06
vl: Avoid crash when -mon is underspecified
Eric Blake
1
-0
/
+4
2018-11-05
fw_cfg: Drop newline in @file description
Max Reitz
1
-1
/
+1
2018-11-05
object: Make option help nicer to read
Max Reitz
1
-3
/
+10
2018-10-24
vl:c: make sure that sockets are calculated correctly in '-smp X' case
Igor Mammedov
1
-1
/
+4
2018-10-24
vl.c deprecate incorrect CPUs topology
Igor Mammedov
1
-0
/
+7
2018-10-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...
Peter Maydell
1
-86
/
+54
2018-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-39
/
+73
2018-10-19
vl: Simplify call of parse_name()
Markus Armbruster
1
-4
/
+2
2018-10-19
vl: Fix exit status for -drive format=help
Markus Armbruster
1
-1
/
+1
2018-10-19
blockdev: Convert drive_new() to Error
Markus Armbruster
1
-4
/
+4
2018-10-19
vl: Assert drive_new() does not fail in default_drive()
Markus Armbruster
1
-3
/
+1
2018-10-19
fsdev: Clean up error reporting in qemu_fsdev_add()
Markus Armbruster
1
-5
/
+3
2018-10-19
tpm: Clean up error reporting in tpm_init_tpmdev()
Markus Armbruster
1
-3
/
+1
2018-10-19
vnc: Clean up error reporting in vnc_init_func()
Markus Armbruster
1
-1
/
+1
2018-10-19
vl: Clean up error reporting in device_init_func()
Markus Armbruster
1
-7
/
+3
2018-10-19
vl: Clean up error reporting in parse_fw_cfg()
Markus Armbruster
1
-9
/
+8
2018-10-19
vl: Clean up error reporting in mon_init_func()
Markus Armbruster
1
-8
/
+6
2018-10-19
vl: Clean up error reporting in machine_set_property()
Markus Armbruster
1
-6
/
+3
2018-10-19
vl: Clean up error reporting in chardev_init_func()
Markus Armbruster
1
-5
/
+3
2018-10-19
qom: Clean up error reporting in user_creatable_add_opts_foreach()
Markus Armbruster
1
-10
/
+6
2018-10-19
vl: Clean up error reporting in parse_add_fd()
Markus Armbruster
1
-13
/
+9
2018-10-19
seccomp: Clean up error reporting in parse_sandbox()
Markus Armbruster
1
-2
/
+2
2018-10-19
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-6
/
+1
2018-10-19
vl: Print error when using incorrect backend for debugcon
Philippe Mathieu-Daudé
1
-0
/
+1
2018-10-19
vl, qapi: offset calculation in RTC_CHANGE event reverted
Artem Pisarenko
1
-5
/
+5
2018-10-19
Fixes RTC bug with base datetime shifts in clock=vm
Artem Pisarenko
1
-23
/
+39
2018-10-19
vl: refactor -rtc option references
Artem Pisarenko
1
-33
/
+51
2018-10-19
COLO: Remove colo_state migration struct
Zhang Chen
1
-2
/
+0
2018-10-05
vl: list user creatable properties when 'help' is argument
Marc-André Lureau
1
-3
/
+37
[next]