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
2022-04-20
tests/tcg: add compiler test variables when using containers
Paolo Bonzini
6
-11
/
+28
2022-04-20
tests/docker: do not duplicate rules for hexagon-cross
Paolo Bonzini
2
-22
/
+4
2022-04-20
tests/docker: simplify docker-TEST@IMAGE targets
Paolo Bonzini
1
-10
/
+2
2022-04-20
tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)
Paolo Bonzini
1
-1
/
+1
2022-04-20
tests/docker: inline variable definitions or move close to use
Paolo Bonzini
1
-16
/
+16
2022-04-20
tests/docker: remove unnecessary default definitions
Paolo Bonzini
1
-5
/
+0
2022-04-20
tests/docker: remove dead variable
Paolo Bonzini
1
-1
/
+0
2022-04-20
tests/docker: remove test targets
Paolo Bonzini
2
-27
/
+1
2022-04-20
tests/docker: remove dead code for linux-user containers
Paolo Bonzini
1
-11
/
+0
2022-04-20
docs/devel: drop :hidden: and :includehidden: tags
Alex Bennée
7
-9
/
+1
2022-04-20
docs/devel: add some notes on the binfmt-image-debian targets
Alex Bennée
1
-0
/
+38
2022-04-20
tests/avocado: update aarch64_virt test to exercise -cpu max
Alex Bennée
3
-25
/
+52
2022-04-19
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
515
-1791
/
+3179
2022-04-19
Open 7.1 development tree
Richard Henderson
1
-1
/
+1
2022-04-19
Update version for v7.0.0 release
v7.0.0
Peter Maydell
1
-1
/
+1
2022-04-13
target/i386: Remove unused XMMReg, YMMReg types and CPUState fields
Peter Maydell
1
-18
/
+0
2022-04-13
target/i386: do not access beyond the low 128 bits of SSE registers
Paolo Bonzini
1
-28
/
+47
2022-04-12
Update version for v7.0.0-rc4 release
v7.0.0-rc4
Peter Maydell
1
-1
/
+1
2022-04-08
virtio-iommu: use-after-free fix
Wentao Liang
1
-0
/
+1
2022-04-08
Merge tag 'fixes-20220408-pull-request' of git://git.kraxel.org/qemu into sta...
Peter Maydell
3
-2
/
+17
2022-04-07
ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
Mauro Matteo Cascella
3
-1
/
+16
2022-04-07
display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)
Mauro Matteo Cascella
1
-1
/
+1
2022-04-06
Update version for v7.0.0-rc3 release
v7.0.0-rc3
Peter Maydell
1
-1
/
+1
2022-04-06
acpi: fix acpi_index migration
Dr. David Alan Gilbert
5
-14
/
+17
2022-04-06
virtio-ccw: do not include headers for all virtio devices
Paolo Bonzini
4
-16
/
+6
2022-04-06
virtio-ccw: move device type declarations to .c files
Paolo Bonzini
13
-133
/
+119
2022-04-06
virtio-ccw: move vhost_ccw_scsi to a separate file
Paolo Bonzini
3
-47
/
+65
2022-04-06
s390x: follow qdev tree to detect SCSI device on a CCW bus
Paolo Bonzini
1
-8
/
+12
2022-04-06
hw: hyperv: Initial commit for Synthetic Debugging device
Jon Doron
4
-0
/
+414
2022-04-06
hyperv: Add support to process syndbg commands
Jon Doron
8
-8
/
+451
2022-04-06
hyperv: Add definitions for syndbg
Jon Doron
2
-0
/
+89
2022-04-06
hyperv: SControl is optional to enable SynIc
Jon Doron
1
-33
/
+76
2022-04-06
thread-posix: optimize qemu_sem_timedwait with zero timeout
Paolo Bonzini
1
-2
/
+6
2022-04-06
thread-posix: implement Semaphore with QemuCond and QemuMutex
Longpeng(Mike)
2
-76
/
+34
2022-04-06
thread-posix: use monotonic clock for QemuCond and QemuSemaphore
Longpeng(Mike)
2
-7
/
+57
2022-04-06
thread-posix: remove the posix semaphore support
Longpeng(Mike)
3
-59
/
+0
2022-04-06
whpx: Added support for breakpoints and stepping
Ivan Shcherbakov
8
-18
/
+815
2022-04-06
build-sys: simplify AF_VSOCK check
Marc-André Lureau
1
-19
/
+4
2022-04-06
build-sys: drop ntddscsi.h check
Marc-André Lureau
3
-40
/
+2
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
243
-254
/
+1
2022-04-06
qga: remove explicit environ argument from exec/spawn
Marc-André Lureau
2
-19
/
+7
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
4
-18
/
+17
2022-04-06
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
18
-62
/
+80
2022-04-06
include: move page_size_init() to include/hw/core/cpu.h
Marc-André Lureau
2
-2
/
+2
2022-04-06
include: move os_*() to os-foo.h
Marc-André Lureau
4
-14
/
+5
2022-04-06
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
5
-5
/
+5
2022-04-06
include: move progress API to qemu-progress.h
Marc-André Lureau
4
-5
/
+10
2022-04-06
include: move target page bits declaration to page-vary.h
Marc-André Lureau
6
-20
/
+22
2022-04-06
include: move cpu_exec* declarations to cpu-common.h
Marc-André Lureau
2
-3
/
+3
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
10
-28
/
+28
[next]