[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Image streaming and live block copy
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] Image streaming and live block copy |
Date: |
Fri, 17 Jun 2011 11:22:12 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 |
Am 17.06.2011 10:57, schrieb Stefan Hajnoczi:
> On Fri, Jun 17, 2011 at 9:36 AM, Kevin Wolf <address@hidden> wrote:
>> By the way, we'll get problems with the colon syntax. Without -blockdev
>> we'll have to invent a new syntax, maybe with brackets:
>>
>> blkstream:[nbd:localhost]:out.qcow2
>
> Embedding block driver options in filenames is getting worse as time
> goes on.
Well, yes. We need -blockdev for a sane way to express complex relations
between BlockDriverStates. But then, we'll also want to have convenient
shortcuts for manual use, and that may be something like the existing
colon syntax. I really don't feel like typing three full -blockdev
parameters for qcow2 on blockdbg on raw.
> I recently tried to refactor and eliminate
> QEMUOptionParameter so that we only use QemuOpts instead of two
> different option APIs. Part of that involves keeping separate
> per-block driver (i.e. -blockdev) options lists, which would allow us
> to pass proper options to block drivers instead of embedding them in
> the filename.
Aren't these completely independent things? QEMUOptionParameter is used
for image creation, whereas filenames are used for opening images. I
think you can change one without changing the other.
Kevin
- Re: [Qemu-devel] Image streaming and live block copy, (continued)
- Re: [Qemu-devel] Image streaming and live block copy, Marcelo Tosatti, 2011/06/17
- Re: [Qemu-devel] Image streaming and live block copy, Stefan Hajnoczi, 2011/06/18
- Re: [Qemu-devel] Image streaming and live block copy, Stefan Hajnoczi, 2011/06/18
- Re: [Qemu-devel] Image streaming and live block copy, Dor Laor, 2011/06/19
- Re: [Qemu-devel] Image streaming and live block copy, Stefan Hajnoczi, 2011/06/24
- Re: [Qemu-devel] Image streaming and live block copy, Dor Laor, 2011/06/26
- Re: [Qemu-devel] Image streaming and live block copy, Kevin Wolf, 2011/06/27
- Re: [Qemu-devel] Image streaming and live block copy, Dor Laor, 2011/06/27
- Re: [Qemu-devel] Image streaming and live block copy, Kevin Wolf, 2011/06/17
- Re: [Qemu-devel] Image streaming and live block copy, Stefan Hajnoczi, 2011/06/17
- Re: [Qemu-devel] Image streaming and live block copy,
Kevin Wolf <=
- Re: [Qemu-devel] Image streaming and live block copy, Stefan Hajnoczi, 2011/06/17
- Re: [Qemu-devel] Image streaming and live block copy, Anthony Liguori, 2011/06/17
- Re: [Qemu-devel] Image streaming and live block copy, Marcelo Tosatti, 2011/06/17
- Re: [Qemu-devel] Image streaming and live block copy, Marcelo Tosatti, 2011/06/17
Re: [Qemu-devel] Image streaming and live block copy (was: [PATCH 00/13] QED image streaming), Marcelo Tosatti, 2011/06/16