index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: refine check for whether to look for virglrenderer
Paolo Bonzini
2022-02-21
1
-2
/
+1
*
configure, meson: move guest-agent, tools to meson
Paolo Bonzini
2022-02-21
1
-1
/
+1
*
contrib/plugins: add a drcov plugin
Ivanov Arkady
2022-02-09
2
-0
/
+164
*
meson: build contrib/ executables after generated headers
Paolo Bonzini
2022-01-12
4
-4
/
+4
*
plugins/cache: make L2 emulation optional through args
Mahmoud Mandour
2021-11-04
1
-22
/
+54
*
plugins/cache: split command line arguments into name and value
Mahmoud Mandour
2021-11-04
1
-27
/
+30
*
plugins/cache: implement unified L2 cache emulation
Mahmoud Mandour
2021-11-04
1
-81
/
+175
*
plugins/cache: freed heap-allocated mutexes
Mahmoud Mandour
2021-11-04
1
-0
/
+3
*
elf2dmp: Fail cleanly if PDB file specifies zero block_size
Peter Maydell
2021-09-20
1
-0
/
+4
*
elf2dmp: Check curl_easy_setopt() return value
Peter Maydell
2021-09-20
1
-12
/
+10
*
configure / meson: Move the GBM handling to meson.build
Thomas Huth
2021-09-06
1
-3
/
+2
*
plugins/howvec: adapting to the new argument passing scheme
Mahmoud Mandour
2021-09-02
1
-8
/
+19
*
plugins/hwprofile: adapt to the new plugin arguments scheme
Mahmoud Mandour
2021-09-02
1
-12
/
+27
*
plugins/lockstep: make socket path not positional & parse bool arg
Mahmoud Mandour
2021-09-02
1
-9
/
+22
*
plugins/hotblocks: Added correct boolean argument parsing
Mahmoud Mandour
2021-09-02
1
-2
/
+12
*
plugins/hotpages: introduce sortby arg and parsed bool args correctly
Mahmoud Mandour
2021-09-02
1
-10
/
+20
*
plugins/cache: supported multicore cache modelling
Mahmoud Mandour
2021-09-02
1
-44
/
+132
*
plugins/execlog: removed unintended "s" at the end of log lines.
Mahmoud Mandour
2021-09-02
1
-1
/
+1
*
plugins/cache: Fixed "function decl. is not a prototype" warnings
Mahmoud Mandour
2021-07-23
1
-3
/
+3
*
plugins/cache: limited the scope of a mutex lock
Mahmoud Mandour
2021-07-23
1
-2
/
+1
*
plugins/cache: Fixed a bug with destroying FIFO metadata
Mahmoud Mandour
2021-07-23
1
-1
/
+1
*
contrib/gitdm: add more individual contributor entries.
Alex Bennée
2021-07-23
2
-0
/
+6
*
contrib/gitdm: add a new interns group-map for GSoC/Outreachy work
Alex Bennée
2021-07-23
1
-0
/
+13
*
contrib/gitdm: add an explicit academic entry for BU
Alex Bennée
2021-07-23
1
-0
/
+3
*
contrib/gitdm: add group-map for Netflix
Alex Bennée
2021-07-23
1
-0
/
+5
*
contrib/gitdm: add domain-map for NVIDIA
Alex Bennée
2021-07-23
1
-0
/
+1
*
contrib/gitdm: add domain-map for Crudebyte
Alex Bennée
2021-07-23
1
-0
/
+1
*
contrib/gitdm: un-ironically add a mapping for LWN
Alex Bennée
2021-07-23
1
-0
/
+1
*
contrib/gitdm: add domain-map/group-map for Wind River
Alex Bennée
2021-07-23
2
-0
/
+2
*
contrib/gitdm: add domain-map for Eldorado
Alex Bennée
2021-07-23
1
-0
/
+1
*
contrib/gitdm: add domain-map/group-map mappings for Samsung
Alex Bennée
2021-07-23
2
-0
/
+2
*
contrib/gitdm: add a group mapping for robot scanners
Alex Bennée
2021-07-23
1
-0
/
+7
*
contrib/gitdm: add domain-map for MontaVista
Alex Bennée
2021-07-23
1
-0
/
+1
*
contrib/gitdm: add some new aliases to fix up commits
Alex Bennée
2021-07-23
1
-0
/
+3
*
plugins/cache: Added FIFO and LRU eviction policies
Mahmoud Mandour
2021-07-14
1
-13
/
+190
*
plugins/cache: Enable cache parameterization
Mahmoud Mandour
2021-07-14
1
-1
/
+46
*
plugins: Added a new cache modelling plugin
Mahmoud Mandour
2021-07-14
2
-0
/
+420
*
contrib/plugins: add execlog to log instruction execution and memory access
Alexandre Iooss
2021-07-14
2
-0
/
+154
*
contrib/plugins: enable -Wall for building plugins
Alex Bennée
2021-07-14
1
-1
/
+1
*
meson: fix missing preprocessor symbols
Paolo Bonzini
2021-07-09
1
-1
/
+1
*
vhost-user-gpu: reorder free calls.
Gerd Hoffmann
2021-06-15
1
-1
/
+1
*
vhost-user-gpu: abstract vg_cleanup_mapping_iov
Li Qiang
2021-05-27
3
-9
/
+26
*
vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546)
Li Qiang
2021-05-27
1
-0
/
+4
*
vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-...
Li Qiang
2021-05-27
1
-1
/
+4
*
vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)
Li Qiang
2021-05-27
1
-0
/
+7
*
vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3...
Li Qiang
2021-05-27
1
-0
/
+1
*
vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)
Li Qiang
2021-05-27
1
-0
/
+5
*
vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)
Li Qiang
2021-05-27
1
-0
/
+1
*
vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-...
Li Qiang
2021-05-27
1
-0
/
+1
*
Fix build with 64 bits time_t
Fabrice Fontaine
2021-05-14
1
-2
/
+6
[next]