| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up includes | Markus Armbruster | 2020-12-10 | 5 | -4/+2 |
* | contrib/vhost-user-input: avoid g_return_val_if() input validation | Stefan Hajnoczi | 2020-12-09 | 1 | -1/+3 |
* | contrib/vhost-user-gpu: avoid g_return_val_if() input validation | Stefan Hajnoczi | 2020-12-09 | 1 | -1/+3 |
* | contrib/vhost-user-blk: avoid g_return_val_if() input validation | Stefan Hajnoczi | 2020-12-09 | 1 | -1/+3 |
* | libvhost-user: make it a meson subproject | Marc-André Lureau | 2020-12-08 | 13 | -3803/+8 |
* | libvhost-user: drop qemu/osdep.h dependency | Marc-André Lureau | 2020-12-08 | 1 | -2/+8 |
* | libvhost-user: remove qemu/compiler.h usage | Marc-André Lureau | 2020-12-08 | 1 | -1/+4 |
* | libvhost-user: replace qemu/memfd.h usage | Marc-André Lureau | 2020-12-08 | 1 | -7/+43 |
* | libvhost-user: replace qemu/bswap.h with glibc endian.h | Marc-André Lureau | 2020-12-08 | 1 | -37/+40 |
* | vhost-user-scsi: Fix memleaks in vus_proc_req() | Alex Chen | 2020-12-08 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2020-11-17 | 4 | -15/+15 |
|\ |
|
| * | vhost-user-blk/scsi: Fix broken error handling for socket call | AlexChen | 2020-11-17 | 2 | -2/+2 |
| * | contrib/libvhost-user: Fix bad printf format specifiers | AlexChen | 2020-11-17 | 1 | -12/+12 |
| * | vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation | Stefan Hajnoczi | 2020-11-12 | 1 | -1/+1 |
* | | plugins: Fix two resource leaks in setup_socket() | Alex Chen | 2020-11-16 | 1 | -0/+2 |
* | | plugins: Fix resource leak in connect_socket() | Alex Chen | 2020-11-16 | 1 | -0/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2020-11-05 | 2 | -5/+12 |
|\ |
|
| * | contrib/vhost-user-blk: fix get_config() information leak | Stefan Hajnoczi | 2020-11-03 | 1 | -0/+2 |
| * | libvhost-user: follow QEMU comment style | Stefan Hajnoczi | 2020-11-03 | 1 | -5/+10 |
* | | meson: vhost-user-gpu/virtiofsd: use absolute path | Marc Hartmayer | 2020-11-03 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-10-30 | 1 | -2/+2 |
|\ |
|
| * | elf2dmp: Fix memory leak on main() error paths | AlexChen | 2020-10-27 | 1 | -2/+2 |
* | | contrib/gitdm: Add more individual contributors | Alex Bennée | 2020-10-27 | 1 | -0/+5 |
* | | Adding ani's email as an individual contributor | Ani Sinha | 2020-10-27 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-26 | 1 | -1/+1 |
|\ \ |
|
| * | | configure: move directory options from config-host.mak to meson | Paolo Bonzini | 2020-10-26 | 1 | -1/+1 |
| |/ |
|
* | | util/vhost-user-server: use static library in meson.build | Stefan Hajnoczi | 2020-10-23 | 1 | -0/+1 |
* | | libvhost-user: remove watch for kick_fd when de-initialize vu-dev | Coiby Xu | 2020-10-23 | 1 | -0/+1 |
* | | libvhost-user: Allow vu_message_read to be replaced | Coiby Xu | 2020-10-23 | 3 | -8/+29 |
|/ |
|
* | plugin: Fixes compiling errors on msys2/mingw | Yonggang Luo | 2020-10-09 | 1 | -1/+1 |
* | contrib/gitdm: Add Yandex to the domain map | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -0/+1 |
* | contrib/gitdm: Add Yadro to the domain map | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -0/+1 |
* | contrib/gitdm: Add SUSE to the domain map | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -0/+1 |
* | contrib/gitdm: Add Nir Soffer to Red Hat domain | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -0/+1 |
* | contrib/gitdm: Add Qualcomm to the domain map | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -0/+1 |
* | contrib/gitdm: Add Nuvia to the domain map | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -0/+1 |
* | contrib/gitdm: Add Google to the domain map | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -1/+2 |
* | contrib/gitdm: Add ByteDance to the domain map | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -0/+1 |
* | contrib/gitdm: Add Baidu to the domain map | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -0/+1 |
* | contrib/gitdm: Add more individual contributors | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -0/+7 |
* | contrib/gitdm: Add more academic domains | Philippe Mathieu-Daudé | 2020-10-09 | 1 | -0/+4 |
* | libvhost-user: return on error in vu_log_queue_fill() | Stefan Hajnoczi | 2020-09-29 | 1 | -0/+1 |
* | libvhost-user: return early on virtqueue errors | Stefan Hajnoczi | 2020-09-29 | 1 | -8/+17 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -1/+1 |
* | libvhost-user: handle endianness as mandated by the spec | Marc Hartmayer | 2020-09-23 | 1 | -34/+43 |
* | contrib/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 4 | -7/+7 |
* | plugins: move the more involved plugins to contrib | Alex Bennée | 2020-09-10 | 5 | -0/+1082 |
* | meson: use meson datadir instead of qemu_datadir | Marc-André Lureau | 2020-09-01 | 1 | -1/+1 |
* | meson: move pixman detection to meson | Paolo Bonzini | 2020-08-27 | 1 | -1/+2 |
* | contrib/elf2dmp: convert to meson | Marc-André Lureau | 2020-08-21 | 2 | -4/+5 |