Re: [Qemu-devel] [PATCH v2 2/6] add QemuSupportState

2018-11-07 Thread Gerd Hoffmann
Hi, > >> +# @experimental: in development, can be unstable or incomplete. > > > > People reading this document would ask: what would appear on > > MAINTAINERS if SupportState is `experimental`? > > Probably Maintained. It's something that is on its way towards becoming > "supported", but

Re: [Qemu-devel] [PATCH v2 2/6] add QemuSupportState

2018-11-06 Thread Paolo Bonzini
On 06/11/2018 15:26, Eduardo Habkost wrote: > On Tue, Nov 06, 2018 at 11:23:31AM +0100, Gerd Hoffmann wrote: >> Indicates support state for something (device, backend, subsystem, ...) >> in qemu. Add QemuSupportState field to ObjectClass. Add some support >> code. >> >> TODO: wire up to

Re: [Qemu-devel] [PATCH v2 2/6] add QemuSupportState

2018-11-06 Thread Eduardo Habkost
On Tue, Nov 06, 2018 at 11:23:31AM +0100, Gerd Hoffmann wrote: > Indicates support state for something (device, backend, subsystem, ...) > in qemu. Add QemuSupportState field to ObjectClass. Add some support > code. > > TODO: wire up to qom-list-types > > Signed-off-by: Gerd Hoffmann > ---

[Qemu-devel] [PATCH v2 2/6] add QemuSupportState

2018-11-06 Thread Gerd Hoffmann
Indicates support state for something (device, backend, subsystem, ...) in qemu. Add QemuSupportState field to ObjectClass. Add some support code. TODO: wire up to qom-list-types Signed-off-by: Gerd Hoffmann --- include/qemu/support-state.h | 17 + include/qom/object.h