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
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-09-04
1
-9
/
+10
|
\
|
*
libvhost-user: introduce and use vu_has_protocol_feature()
Johannes Berg
2019-09-04
1
-10
/
+10
|
*
libvhost-user: fix SLAVE_SEND_FD handling
Johannes Berg
2019-09-04
1
-1
/
+2
*
|
contrib/gitdm: Add RT-RK to the domain-map
Philippe Mathieu-Daudé
2019-09-02
1
-0
/
+1
*
|
.mailmap/aliases: add some further commentary
Alex Bennée
2019-09-02
2
-3
/
+20
*
|
contrib/gitdm: Add armbru@pond.sub.org to group-map-redhat
Markus Armbruster
2019-09-02
1
-0
/
+1
*
|
contrib/gitdm: filetype interface is not in order, fix
Markus Armbruster
2019-09-02
1
-1
/
+1
|
/
*
contrib/elf2dmp: Build download.o with CURL_CFLAGS
Peter Maydell
2019-07-22
1
-0
/
+3
*
rdmacm-mux: fix strcpy string warning
Marc-André Lureau
2019-07-15
1
-1
/
+1
*
libvhost-user: implement VHOST_USER_PROTOCOL_F_MQ
Stefan Hajnoczi
2019-07-04
1
-3
/
+4
*
libvhost-user: support many virtqueues
Stefan Hajnoczi
2019-07-04
8
-37
/
+77
*
libvhost-user: add vmsg_set_reply_u64() helper
Stefan Hajnoczi
2019-07-04
1
-13
/
+13
*
vhost-user-gpu: initialize msghdr & iov at declaration
Marc-André Lureau
2019-06-16
1
-13
/
+8
*
vhost-user-input: check ioctl(EVIOCGNAME) return value
Marc-André Lureau
2019-06-16
1
-1
/
+5
*
vhost-user: improve error report
Marc-André Lureau
2019-06-16
2
-2
/
+2
*
vhost-user: check unix_listen() return value
Marc-André Lureau
2019-06-16
2
-0
/
+8
*
vhost-user-gpu: do not send scanout update if no GPU socket
Marc-André Lureau
2019-06-16
1
-1
/
+1
*
Clean up a header guard symbols (again)
Markus Armbruster
2019-06-12
3
-6
/
+9
*
Clean up a few header guard symbols
Markus Armbruster
2019-06-12
1
-3
/
+2
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
3
-3
/
+0
*
contrib: add vhost-user-gpu
Marc-André Lureau
2019-05-29
8
-0
/
+2376
*
vhost-user: add vhost_user_gpu_set_socket()
Marc-André Lureau
2019-05-29
2
-0
/
+2
*
contrib: add vhost-user-input
Marc-André Lureau
2019-05-22
2
-0
/
+394
*
libvhost-user: fix -Werror=format= on ppc64
Marc-André Lureau
2019-05-22
1
-2
/
+4
*
libvhost-user: fix cast warnings on 32 bits
Marc-André Lureau
2019-05-22
1
-3
/
+3
*
libvhost-user: fix bad vu_log_write
Li Feng
2019-05-21
1
-1
/
+1
*
contrib/vhost-user-blk: enable inflight I/O tracking
Xie Yongji
2019-05-21
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...
Peter Maydell
2019-05-13
5
-20
/
+18
|
\
|
*
Clean up header guards that don't match their file name
Markus Armbruster
2019-05-13
1
-3
/
+3
|
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2019-05-13
2
-13
/
+13
|
*
Clean up includes
Markus Armbruster
2019-05-13
2
-4
/
+2
*
|
libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_config
Marc-André Lureau
2019-05-10
1
-0
/
+4
*
|
libvhost-user: fix -Waddress-of-packed-member
Marc-André Lureau
2019-05-10
1
-3
/
+3
|
/
*
QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targets
Cao Jiaxi
2019-05-07
1
-1
/
+1
*
contrib/rdmacm-mux: Fix out-of-bounds risk
Yuval Shaia
2019-03-16
1
-2
/
+33
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-gitdm-next-120319-1' ...
Peter Maydell
2019-03-14
5
-0
/
+28
|
\
|
*
contrib: gitdm: add a mapping for Janus Technologies
Alex Bennée
2019-03-12
1
-0
/
+5
|
*
contrib: gitdm: another IBM email
Alex Bennée
2019-03-12
1
-0
/
+1
|
*
contrib: gitdm: add more individual contributors
Alex Bennée
2019-03-12
1
-0
/
+5
|
*
contrib: gitdm: Update Wave Computing group
Aleksandar Markovic
2019-03-12
1
-0
/
+12
|
*
contrib: gitdm: Update domain-map
Aleksandar Markovic
2019-03-12
1
-0
/
+5
*
|
libvhost-user: Support tracking inflight I/O in shared memory
Xie Yongji
2019-03-13
2
-20
/
+399
*
|
libvhost-user: Introduce vu_queue_map_desc()
Xie Yongji
2019-03-13
1
-37
/
+51
*
|
libvhost-user: Remove unnecessary FD flag check for event file descriptors
Xie Yongji
2019-03-13
1
-10
/
+4
*
|
libvhost-user: add vu_queue_unpop()
Marc-André Lureau
2019-03-13
2
-0
/
+30
*
|
libvhost-user-glib: export vug_source_new()
Marc-André Lureau
2019-03-13
2
-5
/
+9
*
|
libvhost-user: exit by default on VHOST_USER_NONE
Marc-André Lureau
2019-03-13
1
-1
/
+2
*
|
libvhost-user: fix clang enum-conversion warning
Marc-André Lureau
2019-03-13
1
-1
/
+1
|
/
*
contrib/elf2dmp: add kernel start address checking
Viktor Prutyanov
2019-03-11
1
-0
/
+6
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-02-05
7
-65
/
+54
|
\
[next]