[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 0/4] Introducing QemuSupportState
From: |
Eduardo Habkost |
Subject: |
Re: [Qemu-ppc] [PATCH 0/4] Introducing QemuSupportState |
Date: |
Tue, 30 Oct 2018 11:34:44 -0300 |
User-agent: |
Mutt/1.9.2 (2017-12-15) |
On Tue, Oct 30, 2018 at 12:13:44PM +0100, Gerd Hoffmann wrote:
> Trying to fill the need to be more finegrained on support status ...
>
> Any hints/patches how to hook that into introspection so we get
> machine type / device support status to libvirt are welcome.
We have qom-list-types, but it returns info for all QOM types,
not just device types.
I see two possible approaches for this:
* Decide that every QOM type (devices, backend objects,
machine-types) will have this flag, and just add it to
qom-list-types.
* Add device-list-types or query-device-type commands,
specific for TYPE_DEVICE.
I'm not sure which one is better. The latter is more
conservative and safer, but will require duplicating the same
work for machine-types and backend objects later.
--
Eduardo
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/4] add QemuSupportState, (continued)
Re: [Qemu-ppc] [PATCH 1/4] add QemuSupportState, Eduardo Habkost, 2018/10/30
Re: [Qemu-ppc] [PATCH 1/4] add QemuSupportState, Eduardo Habkost, 2018/10/30
Re: [Qemu-ppc] [PATCH 1/4] add QemuSupportState, Murilo Opsfelder Araujo, 2018/10/30
[Qemu-ppc] [PATCH 3/4] tag cirrus as obsolete, Gerd Hoffmann, 2018/10/30
Re: [Qemu-ppc] [PATCH 0/4] Introducing QemuSupportState, Paolo Bonzini, 2018/10/30
Re: [Qemu-ppc] [PATCH 0/4] Introducing QemuSupportState,
Eduardo Habkost <=