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
2021-05-27
virtio-gpu: Add initial definitions for blob resources
Vivek Kasireddy
3
-0
/
+20
2021-05-27
virtio-gpu: Refactor virtio_gpu_create_mapping_iov
Vivek Kasireddy
3
-12
/
+12
2021-05-27
virtio-gpu: Refactor virtio_gpu_set_scanout
Vivek Kasireddy
2
-64
/
+95
2021-05-27
virtio-gpu: Add virtio_gpu_find_check_resource
Vivek Kasireddy
1
-19
/
+47
2021-05-27
stubs: Add stubs for udmabuf helpers
Vivek Kasireddy
3
-1
/
+20
2021-05-27
virtio-gpu: Add udmabuf helpers
Vivek Kasireddy
3
-0
/
+170
2021-05-27
headers: Add udmabuf.h
Vivek Kasireddy
2
-0
/
+35
2021-05-27
ui: Get the fd associated with udmabuf driver
Vivek Kasireddy
3
-0
/
+44
2021-05-27
hw/display/qxl: Set pci rom address aligned with page size
maobibo
1
-1
/
+1
2021-05-27
vhost-user-gpu: abstract vg_cleanup_mapping_iov
Li Qiang
3
-9
/
+26
2021-05-27
vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546)
Li Qiang
1
-0
/
+4
2021-05-27
vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-...
Li Qiang
1
-1
/
+4
2021-05-27
vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)
Li Qiang
1
-0
/
+7
2021-05-27
vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3...
Li Qiang
1
-0
/
+1
2021-05-27
vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)
Li Qiang
1
-0
/
+5
2021-05-27
vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)
Li Qiang
1
-0
/
+1
2021-05-27
vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-...
Li Qiang
1
-0
/
+1
2021-05-27
tap-bsd: Remove special casing for older OpenBSD releases
Brad Smith
1
-8
/
+0
2021-05-27
virtio-net: failover: add missing remove_migration_state_change_notifier()
Laurent Vivier
1
-0
/
+1
2021-05-27
hw/net/imx_fec: return 0xffff when accessing non-existing PHY
Guenter Roeck
2
-5
/
+5
2021-05-26
hw/core: Constify TCGCPUOps
Richard Henderson
22
-23
/
+23
2021-05-26
target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed
Richard Henderson
3
-33
/
+8
2021-05-26
cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
Philippe Mathieu-Daudé
4
-5
/
+9
2021-05-26
cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
Philippe Mathieu-Daudé
4
-6
/
+8
2021-05-26
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
22
-30
/
+35
2021-05-26
cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
Philippe Mathieu-Daudé
5
-7
/
+9
2021-05-26
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
8
-38
/
+43
2021-05-26
cpu: Move CPUClass::get_crash_info to SysemuCPUOps
Philippe Mathieu-Daudé
5
-5
/
+9
2021-05-26
cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
Philippe Mathieu-Daudé
5
-11
/
+14
2021-05-26
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
12
-25
/
+22
2021-05-26
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
22
-0
/
+174
2021-05-26
cpu: Move AVR target vmsd field from CPUClass to DeviceClass
Philippe Mathieu-Daudé
2
-3
/
+3
2021-05-26
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
10
-17
/
+17
2021-05-26
cpu: Assert DeviceClass::vmsd is NULL on user emulation
Philippe Mathieu-Daudé
3
-3
/
+8
2021-05-26
cpu: Directly use get_memory_mapping() fallback handlers in place
Philippe Mathieu-Daudé
2
-16
/
+13
2021-05-26
cpu: Directly use get_paging_enabled() fallback handlers in place
Philippe Mathieu-Daudé
2
-13
/
+11
2021-05-26
cpu: Directly use cpu_write_elf*() fallback handlers in place
Philippe Mathieu-Daudé
2
-63
/
+44
2021-05-26
cpu: Introduce cpu_virtio_is_big_endian()
Philippe Mathieu-Daudé
4
-9
/
+20
2021-05-26
cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
Philippe Mathieu-Daudé
2
-29
/
+36
2021-05-26
cpu: Split as cpu-common / cpu-sysemu
Philippe Mathieu-Daudé
3
-18
/
+36
2021-05-26
cpu: Remove duplicated 'sysemu/hw_accel.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2021-05-26
tcg/aarch64: Fix tcg_out_rotl
Yasuo Kuwahara
1
-3
/
+2
2021-05-26
replay: fix watchpoint processing for reverse debugging
Pavel Dovgalyuk
1
-0
/
+10
2021-05-26
accel/tcg: Keep TranslationBlock headers local to TCG
Philippe Mathieu-Daudé
8
-9
/
+8
2021-05-26
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
5
-2
/
+3
2021-05-26
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
37
-227
/
+924
2021-05-26
target/m68k: implement m68k "any instruction" trace mode
Mark Cave-Ayland
2
-7
/
+28
2021-05-26
target/m68k: introduce gen_singlestep_exception() function
Mark Cave-Ayland
1
-4
/
+13
2021-05-26
target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm...
Mark Cave-Ayland
1
-1
/
+3
2021-05-26
target/m68k: introduce is_singlestepping() function
Mark Cave-Ayland
1
-4
/
+15
[prev]
[next]