[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [libvirt] [PATCH v3 4/5] qmp: Add runnability informati
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [libvirt] [PATCH v3 4/5] qmp: Add runnability information to query-cpu-definitions |
Date: |
Tue, 20 Sep 2016 13:25:06 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
On 09/19/2016 02:42 PM, Eduardo Habkost wrote:
> Add a new optional field to query-cpu-definitions schema:
> "unavailable-features". It will contain a list of QOM properties
> that prevent the CPU model from running in the current host.
>
> Cc: David Hildenbrand <address@hidden>
> Cc: Michael Mueller <address@hidden>
> Cc: Christian Borntraeger <address@hidden>
> Cc: Cornelia Huck <address@hidden>
> Cc: Jiri Denemark <address@hidden>
> Cc: address@hidden
> Signed-off-by: Eduardo Habkost <address@hidden>
> ---
> +++ b/qapi-schema.json
> @@ -3111,10 +3111,31 @@
> # QEMU version, machine type, machine options and accelerator
> options.
> # A static model is always migration-safe. (since 2.8)
> #
> +# @unavailable-features: #optional List of properties that prevent
> +# the CPU model from running in the current
> +# host. (since 2.7)
We've missed 2.7; this should probably be 2.8. Otherwise reads okay to me;
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH v3 0/5] Add runnability info to query-cpu-definitions, Eduardo Habkost, 2016/09/19
- [Qemu-devel] [PATCH v3 4/5] qmp: Add runnability information to query-cpu-definitions, Eduardo Habkost, 2016/09/19
- Re: [Qemu-devel] [libvirt] [PATCH v3 4/5] qmp: Add runnability information to query-cpu-definitions,
Eric Blake <=
- [Qemu-devel] [PATCH v3 5/5] target-i386: Return runnability information on query-cpu-definitions, Eduardo Habkost, 2016/09/19
- [Qemu-devel] [PATCH v3 3/5] target-i386: Define CPUID filtering functions before x86_cpu_list(), Eduardo Habkost, 2016/09/19
- [Qemu-devel] [PATCH v3 1/5] target-i386: List CPU models using subclass list, Eduardo Habkost, 2016/09/19
- [Qemu-devel] [PATCH v3 2/5] target-i386: Move warning code outside x86_cpu_filter_features(), Eduardo Habkost, 2016/09/19
- Re: [Qemu-devel] [libvirt] [PATCH v3 0/5] Add runnability info to query-cpu-definitions, no-reply, 2016/09/19