summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-07Allow using Path/PathBuf for initializationDylan Reid
2021-03-03Fix clippy erros and warningsKeiichi Watanabe
2021-03-01vhost_user: add more negative unit test casesLiu Jiang
2021-03-01vhost_user: add more unit test casesLiu Jiang
2021-03-01vhost_user: use read_aligned() to access dataLiu Jiang
2021-03-01vhost_user: add VhostUserSlaveReqHandlerMut traitLiu Jiang
2021-03-01vhost_user: fix a bug in SlaveReqHandlerLiu Jiang
2021-03-01vhost_user: refine connection implementationLiu Jiang
2021-03-01vhost_user: fix bugs and refine message defintionLiu Jiang
2021-03-01vhost_user: refine the SlaveFsCacheReq structLiu Jiang
2021-03-01vhost-user: refine the MasterReqHandler traitLiu Jiang
2021-03-01vhost_user: use sock_ctrl_msg from vmm-sys-utilLiu Jiang
2021-03-01vhost_kern/vsock: implemnt VhostVsockLiu Jiang
2021-03-01vhost_kern: add more unit test casesLiu Jiang
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