qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH RFC] iothread: Add "spawns" property


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH RFC] iothread: Add "spawns" property
Date: Fri, 4 Nov 2016 08:34:22 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On 11/04/2016 07:10 AM, Fam Zheng wrote:

>> Do we even need a IOThreadGroup object ? Can't we just explicitly pass
>> a list of IOThread object IDs to the device. eg something like
>>
>>    -device virtio-blk-pci,iothread=t1,iothread=t2,iothread=t3
> 
> Is that a supported syntax by qdev/QOM?

With all the qdict_crumple conversation going on, we definitely want
SOME sort of list syntax.  The CLI currently allows repetitive
specification of a key to create a list, although we may change the
syntax to iothread.0=t1,iothread.1=t2,iothread.2=t3 to explicitly call
out that we are passing a list.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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