Re: [Qemu-devel] [PATCH v5 21/22] qemu-io: Make filename optional

2013-12-13 Thread Kevin Wolf
Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: > Giving a filename is actually not essential, since it can be specified > through the options as well - on the contrary: Sometimes a filename must > not be given. > > Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf

[Qemu-devel] [PATCH v5 21/22] qemu-io: Make filename optional

2013-12-13 Thread Max Reitz
Giving a filename is actually not essential, since it can be specified through the options as well - on the contrary: Sometimes a filename must not be given. Signed-off-by: Max Reitz --- qemu-io.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/qemu-io.c b/qemu-io.c i