summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-11vhost_user: Add Inflight I/O tracking supportSebastien Boeuf
2021-06-08vhost_user: Add header flags supportSebastien Boeuf
2021-05-21vhost_user: Fix get/set protocol featuresSebastien Boeuf
2021-05-18Add custom pipeline yaml for wider clippy coverageKeiichi Watanabe
2021-05-11Upgrade to GitHub-native Dependabotdependabot-preview[bot]
2021-05-10vhost_user: implement From instead of IntoDaniel Verkamp
2021-04-28vhost_user: Fix check for SET_VRING_ENABLEKeiichi Watanabe
2021-04-05Fix typos in the error messagesStefano Garzarella
2021-03-29vhost_user: config offset matches qemuDylan Reid
2021-03-18build(deps): bump rust-vmm-ci from `ebc7016` to `24d66cd`dependabot-preview[bot]
2021-03-10vhost_user: Add support for REM_MEM_REGSebastien Boeuf
2021-03-10vhost_user: Add support for ADD_MEM_REGSebastien Boeuf
2021-03-10vhost_user: Add support for GET_MAX_MEM_SLOTSSebastien Boeuf
2021-03-10vhost_user: Update list of message typesSebastien Boeuf
2021-03-07Allow using Path/PathBuf for initializationDylan Reid
2021-03-03Fix clippy erros and warningsKeiichi Watanabe
2021-03-01Prepare for publishing to crates.ioLiu Jiang
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-01Update .gitignore fileLiu Jiang
2021-03-01Introduce VhostBackendMut traitLiu Jiang
2021-02-24build(deps): bump rust-vmm-ci from `e58ea74` to `ebc7016`dependabot-preview[bot]
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-04fix link issues on aarch64 muslAndreea Florescu
2020-09-04Switch to rust-vmm-ci for the CIArron Wang
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