summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* vhost-user-gpu: fix cursor move/updateMarc-André Lureau2021-03-261-6/+12
* vhost-user-gpu: fix vugbm_device_init fallbackMarc-André Lureau2021-03-263-30/+22Star
* vhost-user-gpu: glFlush before notifying clientsMarc-André Lureau2021-03-262-1/+4
* contrib: ivshmem client and server build fix for SunOS.David CARLIER2021-03-202-12/+12
* plugins: Expose physical addresses instead of device offsetsAaron Lindsay2021-03-172-2/+2
* contrib: Open brace '{' following struct go on the same linezhouyang2021-02-181-2/+1Star
* contrib: space required after that ','zhouyang2021-02-181-6/+6
* contrib: Add spaces around operatorzhouyang2021-02-181-1/+1
* contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"zhouyang2021-02-181-1/+1
* contrib: Don't use '#' flag of printf formatzhouyang2021-02-184-6/+6
* plugins: new hwprofile pluginAlex Bennée2021-02-182-0/+306
* vhost-user-gpu: handle display-info in a callbackMarc-André Lureau2021-02-041-6/+27
* vhost-user-gpu: use an extandable state enum for commandsMarc-André Lureau2021-02-043-6/+12
* vhost-user-gpu: handle vhost-user-gpu features in a callbackMarc-André Lureau2021-02-042-11/+28
* elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZEJiaxun Yang2021-01-203-14/+14
* libiscsi: convert to mesonPaolo Bonzini2021-01-021-1/+1
* curl: convert to mesonPaolo Bonzini2021-01-021-1/+1
* contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid()AlexChen2020-12-181-1/+1
* elf2dmp/pdb: Plug memleak in pdb_init_from_filePan Nengyuan2020-12-131-0/+1
* elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_initPan Nengyuan2020-12-131-0/+1
* Clean up includesMarkus Armbruster2020-12-105-4/+2Star
* contrib/vhost-user-input: avoid g_return_val_if() input validationStefan Hajnoczi2020-12-091-1/+3
* contrib/vhost-user-gpu: avoid g_return_val_if() input validationStefan Hajnoczi2020-12-091-1/+3
* contrib/vhost-user-blk: avoid g_return_val_if() input validationStefan Hajnoczi2020-12-091-1/+3
* libvhost-user: make it a meson subprojectMarc-André Lureau2020-12-0813-3803/+8Star
* libvhost-user: drop qemu/osdep.h dependencyMarc-André Lureau2020-12-081-2/+8
* libvhost-user: remove qemu/compiler.h usageMarc-André Lureau2020-12-081-1/+4
* libvhost-user: replace qemu/memfd.h usageMarc-André Lureau2020-12-081-7/+43
* libvhost-user: replace qemu/bswap.h with glibc endian.hMarc-André Lureau2020-12-081-37/+40
* vhost-user-scsi: Fix memleaks in vus_proc_req()Alex Chen2020-12-081-1/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-11-174-15/+15
|\
| * vhost-user-blk/scsi: Fix broken error handling for socket callAlexChen2020-11-172-2/+2
| * contrib/libvhost-user: Fix bad printf format specifiersAlexChen2020-11-171-12/+12
| * vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncationStefan Hajnoczi2020-11-121-1/+1
* | plugins: Fix two resource leaks in setup_socket()Alex Chen2020-11-161-0/+2
* | plugins: Fix resource leak in connect_socket()Alex Chen2020-11-161-0/+1
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-11-052-5/+12
|\
| * contrib/vhost-user-blk: fix get_config() information leakStefan Hajnoczi2020-11-031-0/+2
| * libvhost-user: follow QEMU comment styleStefan Hajnoczi2020-11-031-5/+10
* | meson: vhost-user-gpu/virtiofsd: use absolute pathMarc Hartmayer2020-11-031-1/+1
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-10-301-2/+2
|\
| * elf2dmp: Fix memory leak on main() error pathsAlexChen2020-10-271-2/+2
* | contrib/gitdm: Add more individual contributorsAlex Bennée2020-10-271-0/+5
* | Adding ani's email as an individual contributorAni Sinha2020-10-271-0/+1
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-261-1/+1
|\ \
| * | configure: move directory options from config-host.mak to mesonPaolo Bonzini2020-10-261-1/+1
| |/
* | util/vhost-user-server: use static library in meson.buildStefan Hajnoczi2020-10-231-0/+1
* | libvhost-user: remove watch for kick_fd when de-initialize vu-devCoiby Xu2020-10-231-0/+1
* | libvhost-user: Allow vu_message_read to be replacedCoiby Xu2020-10-233-8/+29
|/
* plugin: Fixes compiling errors on msys2/mingwYonggang Luo2020-10-091-1/+1