This repository was archived by the owner on Oct 24, 2022. It is now read-only.
Commit 2db5f82
committed
Minimally implement {get,set}_inflight_fd.
This implementation just returns Err(InvalidOperation), which is the
correct response for a backend that hasn't negotiated the inflight
feature. Eventually, it'd be nice if we allowed the backend to
negotiate this feature; harshanavkis/vhost-user-backend@8b44378 and slp/vhost-user-backend@3346318 are two
attempts at this.
This is intended as a simple, bikeshed-free way to get things compiling
again while we decide on, and implement, a way to actually support the
inflight feature.
Signed-off-by: Gaelan Steele <[email protected]>1 parent b109e4d commit 2db5f82
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
945 | 945 | | |
946 | 946 | | |
947 | 947 | | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
948 | 962 | | |
949 | 963 | | |
950 | 964 | | |
| |||
0 commit comments