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