Re: [Qemu-block] [PATCH v2 01/22] xen_disk: Account for flush operations

2015-10-13 Thread Stefan Hajnoczi
On Fri, Oct 02, 2015 at 05:26:11PM +0300, Alberto Garcia wrote: > Currently both BLKIF_OP_WRITE and BLKIF_OP_FLUSH_DISKCACHE are being > accounted as write operations. > > Signed-off-by: Alberto Garcia > --- > hw/block/xen_disk.c | 4 +++- > 1 file changed, 3 insertions(+), 1

[Qemu-block] [PATCH v2 01/22] xen_disk: Account for flush operations

2015-10-02 Thread Alberto Garcia
Currently both BLKIF_OP_WRITE and BLKIF_OP_FLUSH_DISKCACHE are being accounted as write operations. Signed-off-by: Alberto Garcia --- hw/block/xen_disk.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/block/xen_disk.c b/hw/block/xen_disk.c index