Signed-off-by: Sanchit Garg
---
hw/virtio-9p.c | 21 +++--
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/hw/virtio-9p.c b/hw/virtio-9p.c
index 7c59988..d64d05a 100644
--- a/hw/virtio-9p.c
+++ b/hw/virtio-9p.c
@@ -18,6 +18,7 @@
#include "fsdev/qemu-fs
implemented by an lseek
followed by a readv. Depending upon the configuration of QEMU, the
appropriate read & write methods are selected. This patch also fixes the
zero byte read/write bug & obviates the need to apply a fix for that bug
separately.
Signed-off-by: M. Mohan Kumar
Signed-