Re: [Qemu-devel] [PATCH] 9pfs: adjust the order of resource cleanup in device unrealize

2016-11-15 Thread Greg Kurz
Hi Li, Please incorporate this patch in your cleanup series since it depends on it. On Mon, 14 Nov 2016 20:38:57 -0500 Li Qiang wrote: > From: Li Qiang > > Unrealize should undo things that were set during realize in > reverse order. This is what this patch does. > So should do the error pa

[Qemu-devel] [PATCH] 9pfs: adjust the order of resource cleanup in device unrealize

2016-11-14 Thread Li Qiang
From: Li Qiang Unrealize should undo things that were set during realize in reverse order. This is what this patch does. Signed-off-by: Li Qiang --- hw/9pfs/9p.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c index aea7e9d..f7e14ac 100644 --- a/