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
config-file: move -set implementation to vl.c
Paolo Bonzini
1
-0
/
+33
2020-12-10
vl: clean up -boot variables
Paolo Bonzini
1
-6
/
+6
2020-12-10
vl: remove serial_max_hds
Paolo Bonzini
1
-5
/
+0
2020-12-10
vl: extract softmmu/rtc.c
Paolo Bonzini
1
-156
/
+0
2020-12-10
vl: extract machine done notifiers
Paolo Bonzini
1
-24
/
+0
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
1
-92
/
+3
2020-12-10
vl: start VM via qmp_cont
Paolo Bonzini
1
-1
/
+2
2020-12-10
migration, vl: start migration via qmp_migrate_incoming
Paolo Bonzini
1
-4
/
+7
2020-12-10
vl: move -global check earlier
Paolo Bonzini
1
-1
/
+2
2020-12-10
vl: initialize displays before preconfig loop
Paolo Bonzini
1
-21
/
+36
2020-12-10
vl: separate qemu_resolve_machine_memdev
Paolo Bonzini
1
-33
/
+37
2020-12-10
vl: separate qemu_apply_machine_options
Paolo Bonzini
1
-36
/
+45
2020-12-10
vl: separate qemu_create_machine
Paolo Bonzini
1
-53
/
+60
2020-12-10
vl: separate qemu_create_late_backends
Paolo Bonzini
1
-32
/
+32
2020-12-10
vl: separate qemu_create_early_backends
Paolo Bonzini
1
-58
/
+65
2020-12-10
vl: move CHECKPOINT_INIT after preconfig
Paolo Bonzini
1
-5
/
+0
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
[next]