[libvirt] [PATCH v2 12/12] qemu: Detect pr-manager-helper capability

John Ferlan jferlan at redhat.com
Fri Mar 2 17:58:31 UTC 2018



On 02/21/2018 01:11 PM, Michal Privoznik wrote:
> The capability tracks if qemu has pr-manager-helper object.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/qemu/qemu_capabilities.c | 1 +
>  1 file changed, 1 insertion(+)
> 

As noted earlier - this should just be merged with patch 3.

John

> diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
> index d0005c71d..21fbecbf6 100644
> --- a/src/qemu/qemu_capabilities.c
> +++ b/src/qemu/qemu_capabilities.c
> @@ -1695,6 +1695,7 @@ struct virQEMUCapsStringFlags virQEMUCapsObjectTypes[] = {
>      { "sclplmconsole", QEMU_CAPS_DEVICE_SCLPLMCONSOLE },
>      { "isa-serial", QEMU_CAPS_DEVICE_ISA_SERIAL },
>      { "pl011", QEMU_CAPS_DEVICE_PL011 },
> +    { "pr-manager-helper", QEMU_CAPS_PR_MANAGER_HELPER },
>  };
>  
>  static struct virQEMUCapsStringFlags virQEMUCapsObjectPropsVirtioBalloon[] = {
> 




More information about the libvir-list mailing list