Re: [Qemu-devel] [PATCH 05/12] nbd: add support for NBD_CMD_FLAG_FUA

2011-09-13 Thread Kevin Wolf
Am 08.09.2011 17:24, schrieb Paolo Bonzini: > The server can use it to issue a flush automatically after a > write. The client can also use it to mimic a write-through > cache. > > Signed-off-by: Paolo Bonzini > --- > block/nbd.c |8 > nbd.c | 13 +++-- > 2 files ch

[Qemu-devel] [PATCH 05/12] nbd: add support for NBD_CMD_FLAG_FUA

2011-09-08 Thread Paolo Bonzini
The server can use it to issue a flush automatically after a write. The client can also use it to mimic a write-through cache. Signed-off-by: Paolo Bonzini --- block/nbd.c |8 nbd.c | 13 +++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/block/nb