Re: [Qemu-devel] [PATCH 5/7] qemu-io: allow specifying image as a set of options args

2015-12-22 Thread Daniel P. Berrange
On Tue, Dec 22, 2015 at 10:06:00AM -0700, Eric Blake wrote: > On 12/22/2015 04:06 AM, Daniel P. Berrange wrote: > > Currently qemu-io allows an image filename to be passed on the > > command line, but does not have a way to set any options except > > the format eg > > > > qemu-io https://127.0.0.

Re: [Qemu-devel] [PATCH 5/7] qemu-io: allow specifying image as a set of options args

2015-12-22 Thread Eric Blake
On 12/22/2015 04:06 AM, Daniel P. Berrange wrote: > Currently qemu-io allows an image filename to be passed on the > command line, but does not have a way to set any options except > the format eg > > qemu-io https://127.0.0.1/images/centos7.iso > qemu-io /home/berrange/demo.qcow2 Well, you CAN

[Qemu-devel] [PATCH 5/7] qemu-io: allow specifying image as a set of options args

2015-12-22 Thread Daniel P. Berrange
Currently qemu-io allows an image filename to be passed on the command line, but does not have a way to set any options except the format eg qemu-io https://127.0.0.1/images/centos7.iso qemu-io /home/berrange/demo.qcow2 This adds a --source arg (that is mutually exclusive with a positional file