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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
132
-277
/
+306
2023-10-09
Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...
Stefan Hajnoczi
23
-106
/
+1769
2023-10-09
Merge tag 'pull-shadow-2023-10-06' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
46
-178
/
+170
2023-10-09
Merge tag 'pull-nbd-2023-10-05' of https://repo.or.cz/qemu/ericb into staging
Stefan Hajnoczi
16
-160
/
+537
2023-10-08
audio, qtest: get rid of QEMU_AUDIO_DRV
Paolo Bonzini
2
-15
/
+1
2023-10-08
audio: reintroduce default audio backend for VNC
Paolo Bonzini
4
-16
/
+21
2023-10-08
audio: do not use first -audiodev as default audio device
Paolo Bonzini
3
-24
/
+22
2023-10-08
audio: extend -audio to allow creating a default backend
Paolo Bonzini
3
-21
/
+37
2023-10-08
audio: extract audio_define_default
Paolo Bonzini
2
-7
/
+13
2023-10-08
audio: disable default backends if -audio/-audiodev is used
Paolo Bonzini
4
-8
/
+12
2023-10-08
audio: error hints need a trailing \n
Paolo Bonzini
1
-1
/
+1
2023-10-08
cutils: squelch compiler warnings with custom paths
Paolo Bonzini
1
-0
/
+9
2023-10-08
configure: change $softmmu to $system
Paolo Bonzini
1
-5
/
+5
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé
43
-39
/
+41
2023-10-07
meson: Rename target_softmmu_arch -> target_system_arch
Philippe Mathieu-Daudé
22
-24
/
+24
2023-10-07
meson: Rename softmmu_mods -> system_mods
Philippe Mathieu-Daudé
1
-5
/
+5
2023-10-07
target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ss
Philippe Mathieu-Daudé
1
-5
/
+5
2023-10-07
semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
Philippe Mathieu-Daudé
10
-27
/
+31
2023-10-07
gdbstub: Rename 'softmmu' -> 'system'
Philippe Mathieu-Daudé
4
-9
/
+9
2023-10-07
accel: Rename accel_softmmu* -> accel_system*
Philippe Mathieu-Daudé
5
-13
/
+13
2023-10-07
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
26
-42
/
+43
2023-10-07
fuzz: Correct invalid mentions of 'softmmu' by 'system'
Philippe Mathieu-Daudé
3
-4
/
+4
2023-10-07
cpu: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
2
-3
/
+3
2023-10-07
travis-ci: Correct invalid mentions of 'softmmu' by 'system'
Philippe Mathieu-Daudé
1
-2
/
+2
2023-10-07
softmmu/trace-events: Fix a typo
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-07
target/i386: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
3
-5
/
+5
2023-10-07
util/log: re-allow switching away from stderr log file
Fiona Ebner
1
-0
/
+2
2023-10-07
sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets
Philippe Mathieu-Daudé
5
-3
/
+5
2023-10-07
target/i386/hvf: Remove unused includes in 'hvf-i386.h'
Philippe Mathieu-Daudé
1
-6
/
+0
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in xattr syscalls
Laurent Vivier
1
-4
/
+4
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpu
Laurent Vivier
1
-3
/
+3
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()
Laurent Vivier
1
-11
/
+11
2023-10-06
linux-user/mmap.c: clean up local variable shadowing
Laurent Vivier
1
-3
/
+3
2023-10-06
linux-user/flatload: clean up local variable shadowing
Laurent Vivier
1
-4
/
+4
2023-10-06
hw/usb: Silence compiler warnings in USB code when compiling with -Wshadow
Thomas Huth
5
-14
/
+14
2023-10-06
target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()
Cédric Le Goater
1
-4
/
+0
2023-10-06
trace/control: Clean up global variable shadowing
Philippe Mathieu-Daudé
2
-4
/
+4
2023-10-06
sysemu/tpm: Clean up global variable shadowing
Philippe Mathieu-Daudé
2
-4
/
+4
2023-10-06
softmmu/vl: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-13
/
+13
2023-10-06
semihosting/arm-compat: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-1
/
+4
2023-10-06
util/guest-random: Clean up global variable shadowing
Philippe Mathieu-Daudé
2
-7
/
+7
2023-10-06
util/cutils: Clean up global variable shadowing in get_relocated_path()
Philippe Mathieu-Daudé
1
-1
/
+0
2023-10-06
ui/cocoa: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-2
/
+2
2023-10-06
semihosting: Clean up global variable shadowing
Philippe Mathieu-Daudé
3
-6
/
+6
2023-10-06
qom/object_interfaces: Clean up global variable shadowing
Philippe Mathieu-Daudé
2
-16
/
+16
2023-10-06
qemu-io: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-2
/
+2
2023-10-06
qemu-img: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-11
/
+11
2023-10-06
plugins/loader: Clean up global variable shadowing
Philippe Mathieu-Daudé
2
-4
/
+4
2023-10-06
os-posix: Clean up global variable shadowing
Philippe Mathieu-Daudé
2
-8
/
+8
2023-10-06
net/net: Clean up global variable shadowing
Philippe Mathieu-Daudé
2
-10
/
+10
[prev]
[next]