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
/
contrib
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-09
meson: fix missing preprocessor symbols
Paolo Bonzini
1
-1
/
+1
2021-06-15
vhost-user-gpu: reorder free calls.
Gerd Hoffmann
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-14
Fix build with 64 bits time_t
Fabrice Fontaine
1
-2
/
+6
2021-03-26
vhost-user-gpu: fix cursor move/update
Marc-André Lureau
1
-6
/
+12
2021-03-26
vhost-user-gpu: fix vugbm_device_init fallback
Marc-André Lureau
3
-30
/
+22
2021-03-26
vhost-user-gpu: glFlush before notifying clients
Marc-André Lureau
2
-1
/
+4
2021-03-20
contrib: ivshmem client and server build fix for SunOS.
David CARLIER
2
-12
/
+12
2021-03-17
plugins: Expose physical addresses instead of device offsets
Aaron Lindsay
2
-2
/
+2
2021-02-18
contrib: Open brace '{' following struct go on the same line
zhouyang
1
-2
/
+1
2021-02-18
contrib: space required after that ','
zhouyang
1
-6
/
+6
2021-02-18
contrib: Add spaces around operator
zhouyang
1
-1
/
+1
2021-02-18
contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"
zhouyang
1
-1
/
+1
2021-02-18
contrib: Don't use '#' flag of printf format
zhouyang
4
-6
/
+6
2021-02-18
plugins: new hwprofile plugin
Alex Bennée
2
-0
/
+306
2021-02-04
vhost-user-gpu: handle display-info in a callback
Marc-André Lureau
1
-6
/
+27
2021-02-04
vhost-user-gpu: use an extandable state enum for commands
Marc-André Lureau
3
-6
/
+12
2021-02-04
vhost-user-gpu: handle vhost-user-gpu features in a callback
Marc-André Lureau
2
-11
/
+28
2021-01-20
elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE
Jiaxun Yang
3
-14
/
+14
2021-01-02
libiscsi: convert to meson
Paolo Bonzini
1
-1
/
+1
2021-01-02
curl: convert to meson
Paolo Bonzini
1
-1
/
+1
2020-12-18
contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid()
AlexChen
1
-1
/
+1
2020-12-13
elf2dmp/pdb: Plug memleak in pdb_init_from_file
Pan Nengyuan
1
-0
/
+1
2020-12-13
elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
Pan Nengyuan
1
-0
/
+1
2020-12-10
Clean up includes
Markus Armbruster
5
-4
/
+2
2020-12-09
contrib/vhost-user-input: avoid g_return_val_if() input validation
Stefan Hajnoczi
1
-1
/
+3
2020-12-09
contrib/vhost-user-gpu: avoid g_return_val_if() input validation
Stefan Hajnoczi
1
-1
/
+3
2020-12-09
contrib/vhost-user-blk: avoid g_return_val_if() input validation
Stefan Hajnoczi
1
-1
/
+3
2020-12-08
libvhost-user: make it a meson subproject
Marc-André Lureau
13
-3803
/
+8
2020-12-08
libvhost-user: drop qemu/osdep.h dependency
Marc-André Lureau
1
-2
/
+8
2020-12-08
libvhost-user: remove qemu/compiler.h usage
Marc-André Lureau
1
-1
/
+4
2020-12-08
libvhost-user: replace qemu/memfd.h usage
Marc-André Lureau
1
-7
/
+43
2020-12-08
libvhost-user: replace qemu/bswap.h with glibc endian.h
Marc-André Lureau
1
-37
/
+40
2020-12-08
vhost-user-scsi: Fix memleaks in vus_proc_req()
Alex Chen
1
-1
/
+2
2020-11-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
4
-15
/
+15
2020-11-17
vhost-user-blk/scsi: Fix broken error handling for socket call
AlexChen
2
-2
/
+2
2020-11-17
contrib/libvhost-user: Fix bad printf format specifiers
AlexChen
1
-12
/
+12
2020-11-16
plugins: Fix two resource leaks in setup_socket()
Alex Chen
1
-0
/
+2
2020-11-16
plugins: Fix resource leak in connect_socket()
Alex Chen
1
-0
/
+1
2020-11-12
vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation
Stefan Hajnoczi
1
-1
/
+1
2020-11-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-5
/
+12
2020-11-03
contrib/vhost-user-blk: fix get_config() information leak
Stefan Hajnoczi
1
-0
/
+2
2020-11-03
libvhost-user: follow QEMU comment style
Stefan Hajnoczi
1
-5
/
+10
[next]