qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: RFC v2: blockdev_add & friends, brief rationale, QMP do


From: Gerd Hoffmann
Subject: [Qemu-devel] Re: RFC v2: blockdev_add & friends, brief rationale, QMP docs
Date: Tue, 15 Jun 2010 16:39:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100505 Fedora/3.0.4-2.el6 Thunderbird/3.0.4

On 06/15/10 15:44, Avi Kivity wrote:
On 06/10/2010 08:45 PM, Markus Armbruster wrote:


* Our config file format is in INI syntax. QemuOpts correspond to
INI sections. Sections can't be nested, so recursive QemuOpts
don't translate.

git (and probably others) use

[a "b"]
c = d

for

a.b.c=d

'b' is the id in qemu, i.e. -device driver=foo,id=bar,arg=value translates to

[device "bar"]
  driver = "foo"
  arg = "value"

in qemu.

Oh, and there is -set device.bar.arg2=value2 btw ...

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]