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
2017-02-25
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...
Peter Maydell
1
-1
/
+48
2017-02-24
tcg: add options for enabling MTTCG
KONRAD Frederic
1
-1
/
+48
2017-02-22
machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...
Igor Mammedov
1
-1
/
+1
2017-02-21
hw: Deprecate -drive if=scsi with non-onboard HBAs
Markus Armbruster
1
-1
/
+7
2017-02-21
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
1
-0
/
+4
2017-02-16
vl: log available guest crash information
Anton Nefedov
1
-0
/
+11
2017-02-16
report guest crash information in GUEST_PANICKED event
Anton Nefedov
1
-3
/
+8
2017-02-16
vl: Move the cpu_synchronize_all_post_init() after generic devices initializa...
Dou Liyang
1
-2
/
+2
2017-02-16
move vm_start to cpus.c
Claudio Imbrenda
1
-29
/
+1
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
1
-1
/
+1
2017-01-27
chardev: qom-ify
Marc-André Lureau
1
-0
/
+2
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-5
/
+5
2017-01-27
block/iscsi: statically link qemu_iscsi_opts
Peter Lieven
1
-40
/
+0
2017-01-27
replay: save/load initial state
Pavel Dovgalyuk
1
-1
/
+6
2017-01-24
migration: Add a new option to enable only-migratable
Ashijeet Acharya
1
-0
/
+4
2017-01-23
arch_init: Remove unnecessary default_config_files table
Eduardo Habkost
1
-4
/
+14
2017-01-23
vl: Ensure the numa_post_machine_init func in the appropriate location
Dou Liyang
1
-2
/
+3
2017-01-19
Plumb the HAXM-based hardware acceleration support
Vincent Palatin
1
-3
/
+12
2017-01-16
acpi: filter based on CONFIG_ACPI_X86 rather than TARGET
Paolo Bonzini
1
-1
/
+2
2017-01-16
hw: move reset handlers from vl.c to hw/core
Paolo Bonzini
1
-42
/
+0
2017-01-16
smbios: filter based on CONFIG_SMBIOS rather than TARGET
Leif Lindholm
1
-1
/
+1
2017-01-12
numa: make -numa parser dynamically allocate CPUs masks
Igor Mammedov
1
-5
/
+0
2017-01-06
record/replay: add network support
Pavel Dovgalyuk
1
-1
/
+2
2016-11-09
vl.c: move pidfile creation up the line
Michael Tokarev
1
-5
/
+5
2016-11-02
vl: exit qemu on guest panic if -no-shutdown is not set
Christian Borntraeger
1
-0
/
+5
2016-10-31
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...
Peter Maydell
1
-0
/
+11
2016-10-30
COLO: Add a new RunState RUN_STATE_COLO
zhanghailiang
1
-0
/
+8
2016-10-30
COLO: migrate COLO related info to secondary node
zhanghailiang
1
-0
/
+3
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-10-28
monitor: deprecate 'default' option
Marc-André Lureau
1
-8
/
+3
2016-10-27
fdc: Move qdev properties to FloppyDrive
Kevin Wolf
1
-0
/
+1
2016-10-24
cpu: Support a target CPU having a variable page size
Peter Maydell
1
-0
/
+10
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
1
-1
/
+0
2016-10-24
char: remove init callback
Marc-André Lureau
1
-6
/
+6
2016-10-24
Put the copyright information on a separate line
Thomas Huth
1
-1
/
+1
2016-10-18
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...
Peter Maydell
1
-5
/
+4
2016-10-17
hw/arm/boot: allow using a command line specified dtb without a kernel
Michael Olbrich
1
-5
/
+0
2016-10-17
machine: Fix replacement of '_' by '-' in machine property names
Markus Armbruster
1
-5
/
+4
2016-10-12
trace: provide mechanism for registering trace events
Daniel P. Berrange
1
-0
/
+2
2016-10-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2016-10-07
block: Add bdrv_runtime_opts to query-command-line-options
Kevin Wolf
1
-0
/
+1
2016-10-04
qemu_kill_report: Report PID name too
Michal Privoznik
1
-2
/
+6
2016-09-29
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-1
/
+0
2016-09-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2016-09-28
trace: Properly initialize dynamic event states in hot-plugged vCPUs
Lluís Vilanova
1
-1
/
+0
2016-09-27
replay: allow replay stopping and restarting
Pavel Dovgalyuk
1
-0
/
+1
2016-09-27
cpus-common: move CPU list management to common code
Paolo Bonzini
1
-0
/
+1
2016-09-27
filter-rewriter: introduce filter-rewriter initialization
Zhang Chen
1
-1
/
+2
2016-09-27
colo-compare: introduce colo compare initialization
Zhang Chen
1
-1
/
+2
2016-09-23
vl: Switch qemu_uuid to QemuUUID
Fam Zheng
1
-3
/
+3
[next]