mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
virtiofsd: Send replies to messages
Route fuse out messages back through the same queue elements that had the command that triggered the request. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
b509e1228b
commit
df57ba919e
3 changed files with 111 additions and 4 deletions
|
@ -22,4 +22,8 @@ int virtio_session_mount(struct fuse_session *se);
|
|||
|
||||
int virtio_loop(struct fuse_session *se);
|
||||
|
||||
|
||||
int virtio_send_msg(struct fuse_session *se, struct fuse_chan *ch,
|
||||
struct iovec *iov, int count);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue