Re: [Qemu-devel] [PATCH v5] sheepdog: implement SD_OP_FLUSH_VDI operation

2012-04-04 Thread Kevin Wolf
Am 04.04.2012 10:58, schrieb Liu Yuan: > Hi kevin, > > On 04/04/2012 04:53 PM, Kevin Wolf wrote: > >> I can update it in my queue, no problem there. >> >> But I diffed this against v4 and it doesn't seem to have any changes, >> except in the context of two hunks. Are you sure that you didn't do t

Re: [Qemu-devel] [PATCH v5] sheepdog: implement SD_OP_FLUSH_VDI operation

2012-04-04 Thread Liu Yuan
Hi kevin, On 04/04/2012 04:53 PM, Kevin Wolf wrote: > I can update it in my queue, no problem there. > > But I diffed this against v4 and it doesn't seem to have any changes, > except in the context of two hunks. Are you sure that you didn't do the > fixes in a separate commit or send the wrong

Re: [Qemu-devel] [PATCH v5] sheepdog: implement SD_OP_FLUSH_VDI operation

2012-04-04 Thread Kevin Wolf
Am 03.04.2012 22:03, schrieb Liu Yuan: > From: Liu Yuan > > Flush operation is supposed to flush the write-back cache of > sheepdog cluster. > > By issuing flush operation, we can assure the Guest of data > reaching the sheepdog cluster storage. > > Cc: Kevin Wolf > Cc: MORITA Kazutaka > Sign

[Qemu-devel] [PATCH v5] sheepdog: implement SD_OP_FLUSH_VDI operation

2012-04-03 Thread Liu Yuan
From: Liu Yuan Flush operation is supposed to flush the write-back cache of sheepdog cluster. By issuing flush operation, we can assure the Guest of data reaching the sheepdog cluster storage. Cc: Kevin Wolf Cc: MORITA Kazutaka Signed-off-by: Liu Yuan --- Hi Kevin, Sorry, I found a proble