Re: [Qemu-devel] [PATCH 6/8] blockdev: Allow image files to auto-enable streaming

2011-04-29 Thread Kevin Wolf
Am 27.04.2011 15:27, schrieb Stefan Hajnoczi: > Image files that having streaming enabled will automatically begin > streaming when opened. > > Signed-off-by: Stefan Hajnoczi Hm... I wasn't really happy about images that do copy on read even if I didn't tell qemu so on the command line. Now they

[Qemu-devel] [PATCH 6/8] blockdev: Allow image files to auto-enable streaming

2011-04-27 Thread Stefan Hajnoczi
Image files that having streaming enabled will automatically begin streaming when opened. Signed-off-by: Stefan Hajnoczi --- block.c |5 + block.h |1 + block_int.h |1 + blockdev.c |9 + 4 files changed, 16 insertions(+), 0 deletions(-) diff --git a/block.c