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
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