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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-16
/
+0
2020-10-26
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...
Peter Maydell
2
-0
/
+29
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-26
fuzz: Add fuzzer callbacks to DMA-read functions
Alexander Bulekov
2
-0
/
+3
2020-10-26
fuzz: Declare DMA Read callback function
Alexander Bulekov
1
-0
/
+13
2020-10-24
memory: Add FlatView foreach function
Alexander Bulekov
1
-0
/
+13
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-22
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...
Peter Maydell
1
-3
/
+7
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-21
qapi: Restrict 'inject-nmi' command to machine code
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-15
chardev/spice: simplify chardev setup
Gerd Hoffmann
1
-4
/
+5
2020-10-15
module: silence errors for module_load_qom_all().
Gerd Hoffmann
1
-1
/
+1
2020-10-13
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-0
/
+16
2020-10-13
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1...
Peter Maydell
1
-7
/
+12
2020-10-13
softmmu/memory: Log invalid memory accesses
Philippe Mathieu-Daudé
1
-0
/
+16
2020-10-13
softmmu/vl: Be less verbose about missing KVM when running the qtests
Thomas Huth
1
-7
/
+12
2020-10-12
device_core: use drain_call_rcu in in qmp_device_add
Maxim Levitsky
1
-0
/
+12
2020-10-12
docs/devel/qtest: Include protocol spec in document
Eduardo Habkost
1
-8
/
+63
2020-10-12
exec: split out non-softmmu-specific parts
Paolo Bonzini
2
-1
/
+3713
2020-10-12
softmmu: move more files to softmmu/
Paolo Bonzini
7
-0
/
+2938
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
1
-1
/
+1
2020-10-09
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf
1
-1
/
+1
2020-10-06
gdbstub: add reverse continue support in replay mode
Pavel Dovgalyuk
1
-0
/
+5
2020-10-06
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
1
-3
/
+11
2020-10-05
cpus: add handle_interrupt to the CpusAccel interface
Claudio Fontana
1
-0
/
+18
2020-10-05
cpus: remove checks for non-NULL cpus_accel
Claudio Fontana
1
-12
/
+21
2020-10-05
cpus: cleanup now unneeded includes
Claudio Fontana
1
-7
/
+0
2020-10-05
cpus: extract out hvf-specific code to target/i386/hvf/
Claudio Fontana
1
-66
/
+0
2020-10-05
cpus: extract out whpx-specific code to target/i386/
Claudio Fontana
1
-79
/
+0
2020-10-05
cpus: extract out hax-specific code to target/i386/
Claudio Fontana
1
-79
/
+1
2020-10-05
cpus: extract out kvm-specific code to accel/kvm
Claudio Fontana
1
-77
/
+0
2020-10-05
cpus: extract out qtest-specific code to accel/qtest
Claudio Fontana
1
-63
/
+1
2020-10-05
cpus: extract out TCG-specific code to accel/tcg
Claudio Fontana
1
-504
/
+1
2020-10-05
cpus: prepare new CpusAccel cpu accelerator interface
Claudio Fontana
2
-48
/
+156
2020-10-05
icount: rename functions to be consistent with the module name
Claudio Fontana
4
-28
/
+28
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
7
-742
/
+897
2020-09-30
exec: Remove MemoryRegion::global_locking field
Philippe Mathieu-Daudé
1
-6
/
+0
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-29
qapi: Restrict balloon-related commands to machine code
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
4
-30
/
+30
2020-09-09
softmmu: Add missing trace-events file
Philippe Mathieu-Daudé
6
-4
/
+33
2020-09-03
softmmu/cpus: Only set parallel_cpus for SMP
Richard Henderson
1
-1
/
+10
2020-08-21
meson: move SDL and SDL-image detection to meson
Paolo Bonzini
1
-0
/
+1
2020-08-21
meson: link emulators without Makefile.target
Paolo Bonzini
1
-2
/
+0
2020-08-21
meson: convert most of softmmu/
Paolo Bonzini
2
-13
/
+11
[next]