Signed-off-by: Malahal Naineni
---
hw/9pfs/virtio-9p-local.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/9pfs/virtio-9p-local.c b/hw/9pfs/virtio-9p-local.c
index 1b6c323..b6643fc 100644
--- a/hw/9pfs/virtio-9p-local.c
+++ b/hw/9pfs/virtio-9p-local.c
@@ -166,7
v9fs_complete_rename() mistakenly renames files with similar name
as we don't check if the matched name is really an offspring.
Signed-off-by: Malahal Naineni
---
hw/9pfs/virtio-9p.c | 24
1 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/hw/9pfs/v