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
/
softmmu
/
vl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
vl: extract default devices to separate functions
Paolo Bonzini
1
-102
/
+114
2020-12-10
vl: load plugins as late as possible
Paolo Bonzini
1
-6
/
+6
2020-12-10
vl: create "-net nic -net user" default earlier
Paolo Bonzini
1
-8
/
+8
2020-12-10
qemu-option: restrict qemu_opts_set to merge-lists QemuOpts
Paolo Bonzini
1
-12
/
+7
2020-12-10
vl: extract various command line desugaring snippets to a new function
Paolo Bonzini
1
-18
/
+22
2020-12-10
vl: preconfig and loadvm are mutually exclusive
Paolo Bonzini
1
-1
/
+6
2020-12-10
vl: extract various command line validation snippets to a new function
Paolo Bonzini
1
-39
/
+39
2020-12-10
vl: move prelaunch part of qemu_init to new functions
Paolo Bonzini
1
-115
/
+134
2020-12-10
vl: extract qemu_init_subsystems
Paolo Bonzini
1
-51
/
+43
2020-12-10
vl: move various initialization routines out of qemu_init
Paolo Bonzini
1
-5
/
+0
2020-12-10
vl: split various early command line options to a separate function
Paolo Bonzini
1
-88
/
+112
2020-12-10
vl: remove bogus check
Paolo Bonzini
1
-6
/
+0
2020-12-10
vl: extract validation of -smp to machine.c
Paolo Bonzini
1
-18
/
+2
2020-12-10
make ram_size local to vl.c
Paolo Bonzini
1
-1
/
+1
2020-12-10
vl: remove bios_name
Paolo Bonzini
1
-2
/
+0
2020-12-10
WHPX: support for the kernel-irqchip on/off
Sunil Muthuswamy
1
-2
/
+6
2020-11-11
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...
Peter Maydell
1
-4
/
+2
2020-11-11
trace: remove argument from trace_init_file
Paolo Bonzini
1
-4
/
+2
2020-11-11
Fix the qemu crash when guest shutdown in COLO mode
Rao, Lei
1
-0
/
+1
2020-11-03
semihosting: fix order of initialization functions
Paolo Bonzini
1
-3
/
+1
2020-10-30
pc: Implement -no-hpet as sugar for -machine hpet=on
Eduardo Habkost
1
-2
/
+2
2020-10-26
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-16
/
+0
2020-10-26
machine: move SMP initialization from vl.c
Paolo Bonzini
1
-7
/
+0
2020-10-26
machine: move UP defaults to class_base_init
Paolo Bonzini
1
-5
/
+0
2020-10-23
block/export: vhost-user block device backend server
Coiby Xu
1
-0
/
+4
2020-10-22
Remove deprecated -no-kvm option
Thomas Huth
1
-4
/
+0
2020-10-21
spice: load module when enabled on the cmdline
Gerd Hoffmann
1
-1
/
+5
2020-10-21
spice: move display_init() to QemuSpiceOps.
Gerd Hoffmann
1
-1
/
+1
2020-10-21
spice: move qemu_spice_init() to QemuSpiceOps.
Gerd Hoffmann
1
-1
/
+1
2020-10-15
chardev/spice: simplify chardev setup
Gerd Hoffmann
1
-4
/
+5
2020-10-13
softmmu/vl: Be less verbose about missing KVM when running the qtests
Thomas Huth
1
-7
/
+12
2020-10-05
icount: rename functions to be consistent with the module name
Claudio Fontana
1
-1
/
+1
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
1
-2
/
+4
2020-09-30
vl: relocate path to configuration file
Paolo Bonzini
1
-1
/
+2
2020-09-30
vl: relocate paths to data directories
Paolo Bonzini
1
-12
/
+28
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-1
/
+1
2020-09-09
softmmu: Add missing trace-events file
Philippe Mathieu-Daudé
1
-1
/
+1
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-1
/
+1
2020-07-27
semihosting: defer connect_chardevs a little more to use serialx
KONRAD Frederic
1
-2
/
+3
2020-07-24
Revert "tpm: Clean up error reporting in tpm_init_tpmdev()"
Markus Armbruster
1
-1
/
+3
2020-07-21
hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value
Philippe Mathieu-Daudé
1
-5
/
+1
2020-07-10
softmmu/vl: Remove the check for colons in -accel parameters
Thomas Huth
1
-5
/
+0
2020-07-10
util/qemu-error: prepend guest name to error message to identify affected VM ...
Mario Smarduch
1
-0
/
+9
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-4
/
+1
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-3
/
+1
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-6
/
+6
2020-07-09
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...
Peter Maydell
1
-9
/
+28
2020-07-09
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...
Peter Maydell
1
-2
/
+2
2020-07-08
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...
Peter Maydell
1
-6
/
+6
2020-07-07
qdev: device module support
Gerd Hoffmann
1
-2
/
+2
[prev]
[next]