Kevin Wolf writes:
> Am 29.03.2019 um 16:06 hat Eric Blake geschrieben:
>> On 3/29/19 8:52 AM, Markus Armbruster wrote:
>> > Subjective summary:
>> >
>> > * For the known use cases, query-qemu-features is merely a crutch for
>> > getting information into the QAPI QMP schema. Such crutches are
Am 29.03.2019 um 16:06 hat Eric Blake geschrieben:
> On 3/29/19 8:52 AM, Markus Armbruster wrote:
> > Subjective summary:
> >
> > * For the known use cases, query-qemu-features is merely a crutch for
> > getting information into the QAPI QMP schema. Such crutches are ugly,
> > but in absence
Eric Blake writes:
> On 3/29/19 8:52 AM, Markus Armbruster wrote:
>
>> The basic idea is simple. Let me explain with an example.
>>
>> Instead of what I proposed above:
>>
>> { 'union': 'BlockdevOptions',
>>'base': { 'driver': 'BlockdevDriver',
>> '*node-name': 's
Kevin Wolf writes:
> From: Stefan Hajnoczi
>
> QMP clients can usually detect the presence of features via schema
> introspection. There are rare features that do not involve schema
> changes and are therefore impossible to detect with schema
> introspection.
>
> This patch adds the query-qemu-
On 3/29/19 8:52 AM, Markus Armbruster wrote:
> The basic idea is simple. Let me explain with an example.
>
> Instead of what I proposed above:
>
> { 'union': 'BlockdevOptions',
>'base': { 'driver': 'BlockdevDriver',
> '*node-name': 'str',
> '*disca
Eric Blake writes:
> On 3/28/19 1:28 PM, Kevin Wolf wrote:
>> From: Stefan Hajnoczi
>>
>> QMP clients can usually detect the presence of features via schema
>> introspection. There are rare features that do not involve schema
>> changes and are therefore impossible to detect with schema
>> int
On 3/28/19 1:28 PM, Kevin Wolf wrote:
> From: Stefan Hajnoczi
>
> QMP clients can usually detect the presence of features via schema
> introspection. There are rare features that do not involve schema
> changes and are therefore impossible to detect with schema
> introspection.
>
> This patch a
From: Stefan Hajnoczi
QMP clients can usually detect the presence of features via schema
introspection. There are rare features that do not involve schema
changes and are therefore impossible to detect with schema
introspection.
This patch adds the query-qemu-features command. It returns a stru