aboutsummaryrefslogtreecommitdiff
path: root/contrib/libvhost-user/libvhost-user.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-08libvhost-user: make it a meson subprojectMarc-André Lureau1-690/+0
2020-11-12vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncationStefan Hajnoczi1-1/+1
2020-11-03libvhost-user: follow QEMU comment styleStefan Hajnoczi1-5/+10
2020-10-23libvhost-user: Allow vu_message_read to be replacedCoiby Xu1-0/+21
2020-09-17contrib/: fix some comment spelling errorszhaolichang1-1/+1
2020-06-12Lift max ram slots limit in libvhost-userRaphael Norwitz1-4/+11
2020-06-12Support individual region unmap in libvhost-userRaphael Norwitz1-0/+1
2020-06-12Support adding individual regions in libvhost-userRaphael Norwitz1-0/+7
2020-06-12Support ram slot configuration in libvhost-userRaphael Norwitz1-0/+1
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-27libvhost-user: implement in-band notificationsJohannes Berg1-0/+14
2020-01-23libvhost-user: Fix some memtable remap casesDr. David Alan Gilbert1-0/+3
2020-01-23contrib/libvhost-user: Protect slave fd with mutexDr. David Alan Gilbert1-0/+3
2019-07-04libvhost-user: support many virtqueuesStefan Hajnoczi1-3/+7
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau1-0/+1
2019-05-07QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi1-1/+1
2019-03-12libvhost-user: Support tracking inflight I/O in shared memoryXie Yongji1-0/+70
2019-03-12libvhost-user: add vu_queue_unpop()Marc-André Lureau1-0/+14
2019-03-12libvhost-user: fix clang enum-conversion warningMarc-André Lureau1-1/+1
2018-05-24libvhost-user: support host notifierTiwei Bie1-0/+32
2018-04-09contrib/libvhost-user: add the protocol feature used for SET/GET messageChangpeng Liu1-0/+1
2018-03-20vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert1-0/+1
2018-03-20vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert1-0/+2
2018-03-20libvhost-user: Open userfaultfdDr. David Alan Gilbert1-0/+3
2018-03-20vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert1-0/+3
2018-03-20postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert1-0/+2
2018-02-13libvhost-user: Support across-memory-boundary accessYongji Xie1-1/+2
2018-01-18contrib/libvhost-user: enable virtio config space messagesChangpeng Liu1-0/+33
2017-10-12libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FDDr. David Alan Gilbert1-0/+1
2017-10-12libvhost-user: Update and fix feature and request listsDr. David Alan Gilbert1-1/+8
2017-10-12libvhost-user: vu_queue_startedDr. David Alan Gilbert1-0/+9
2017-10-10libvhost-user: improve vu_queue_pop() docMarc-André Lureau1-1/+2
2017-09-08libvhost-user: support resuming vq->last_avail_idx based on used_idxMarc-André Lureau1-0/+7
2017-06-15vhost-user-scsi: Introduce a vhost-user-scsi sample applicationFelipe Franciosi1-5/+6
2017-05-10libvhost-user: fix crash when rings aren't readyMarc-André Lureau1-3/+3
2016-12-16contrib: add libvhost-userMarc-André Lureau1-0/+435