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
*
contrib/elf2dmp: add ELF dump header checking
Viktor Prutyanov
2022-05-25
1
-0
/
+53
*
vhost-user-scsi: avoid unlink(NULL) with fd passing
Stefan Hajnoczi
2022-05-16
1
-1
/
+4
*
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-05-03
1
-1
/
+1
*
meson, configure: move RDMA options to meson
Paolo Bonzini
2022-04-28
1
-3
/
+1
*
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
2022-04-25
2
-27
/
+55
|
\
|
*
contrib/vhost-user-blk: add missing GOptionEntry NULL terminator
Stefan Hajnoczi
2022-04-21
1
-1
/
+2
|
*
Implements Backend Program conventions for vhost-user-scsi
Sakshi Kaushik
2022-04-21
1
-26
/
+53
*
|
include/qemu: rename Windows context definitions to expose bitness
Viktor Prutyanov
2022-04-22
1
-3
/
+3
|
/
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
mailmap/gitdm: more fixes for bad tags and authors
Alex Bennée
2022-03-23
1
-1
/
+3
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-1
/
+1
*
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
[next]