summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-01Upgrade to rust 2018 editionLiu Jiang
2021-03-01Introduce VhostBackendMut traitLiu Jiang
2020-12-14vhost-user: enlarge supported number of vringsLiu Jiang
2020-12-14vhost-kern: fix a typoLiu Jiang
2020-12-14vhost-kern: upgrade to latest vm-memory crateLiu Jiang
2020-12-14vhost-kern: treat addrs in VringConfigData as HVALiu Jiang
2020-09-04vhost_user: Update the list of slave messagesSebastien Boeuf
2020-09-04vhost_user: Add missing protocol featuresSebastien Boeuf
2020-09-04vhost-user: Require users provide a SlaveListenerSergio Lopez
2020-09-04build: Enable support of musl targetLiu Jiang
2020-09-04vhost-user: preserve master req handler's resultEryu Guan
2020-09-04vhost-user: Fix VhostUserConfig validationSergio Lopez
2020-09-04vhost-user: add FS_IO requestLiu Bo
2020-09-04vhost-user: SlaveFsCache depends on slave featureEryu Guan
2020-09-04vhost-user: retry on SocketRetry in connectionEryu Guan
2020-09-04vhost-user: handle short r/w in vhost-user connsEryu Guan
2020-09-04vhost-user: Only check SLAVE_REQ for SLAVE_REQ_FDSergio Lopez
2020-09-04vhost-user: control SlaveFsCacheReq with featureEryu Guan
2020-09-04vhost-user: Return error when connection brokenRob Bradford
2020-09-04vhost-user: add the ability to set slave req fdLiu Bo
2020-09-04vhost-user: add SlaveFsCacheReq handle map/unmapLiu Bo
2020-09-04vhost-user: Fix unit test race conditionSebastien Boeuf
2020-09-04vhost-user: Retry connect to vhost-user backendsRob Bradford
2020-09-04vhost-user: Export VHOST_USER_FS_SLAVE_ENTRIESEryu Guan
2020-09-04vhost-user: Mark some broken tests ignoredRob Bradford
2020-09-04vhost-user: fix VhostUserConfig payload managementSergio Lopez
2020-09-04vhost-user: Add clippy overrideRob Bradford
2020-09-04vhost-user: Add INFLIGHT_SHMFD protocol featureYang Zhong
2020-09-04vhost-user: Fix GET_CONFIG commandSebastien Boeuf
2020-09-04vhost-user: The vhost user version we supportYang Zhong
2020-09-04vhost-user: Wait for full request to be satisfiedSebastien Boeuf
2020-09-04vhost-user: Allow MasterReqHandler to replySebastien Boeuf
2020-09-04vhost-user: Change get_config()/set_config()Yang Zhong
2020-09-04vhost-user: Change the VhostUserConfigFlagsYang Zhong
2020-09-04vhost-user: Make number of queues configurableSebastien Boeuf
2020-09-04Add tests for vhost-userLiu Jiang
2020-09-04Initial support for handling slave requestsDaniel Prilik
2020-09-04Implement vhost-user slave side endpointLiu Jiang
2020-09-04Implement vhost-user master side endpointLiu Jiang
2020-09-04Implement unix domain socket based comm channelLiu Jiang
2020-09-04Define communication messages of vhost-user specLiu Jiang
2020-09-04Enable support of the in-kernel vhost-vsock driverLiu Jiang
2020-09-04Enable support of in-kernel vhost driverLiu Jiang
2020-09-04Simplify the auto-generated vhost bindingLiu Jiang
2020-09-04Add traits to support vhost backend devicesLiu Jiang
2019-04-03Initial commitLiu Jiang