[Qemu-devel] [PATCH] [virtio-9p] Fix couple functions doing "return on void functions"

2011-06-14 Thread Malahal Naineni
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

[Qemu-devel] [PATCH] Stop renaming files with similar name!

2011-04-27 Thread Malahal Naineni
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