[libvirt PATCH 2/5] conf: add reporting of "maximum" CPU mode in domain caps

Richard W.M. Jones rjones at redhat.com
Tue Feb 9 14:19:21 UTC 2021


On Tue, Feb 09, 2021 at 01:58:58PM +0000, Daniel P. Berrangé wrote:
> +    <mode name='maximum' supported='yes'>
> +      <enum name='maximumMigratable'>
> +        <value>on</value>
> +        <value>off</value>
> +      </enum>
> +    </mode>
>      <mode name='host-model' supported='yes'>

Hmmm - that "supported" attribute is something I hadn't noticed
before.  Does this mean <mode name='maximum' supported='no'> is
possible in qemu capabilities?  A quick scan of the libguestfs code
seems to show we don't cope with that.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html




More information about the libvir-list mailing list