[libvirt] [PATCHv8 10/17] util: Add interface for setting monitor ID.

John Ferlan jferlan at redhat.com
Tue Nov 13 23:31:38 UTC 2018



On 11/12/18 8:31 AM, Wang Huaqiang wrote:
> Add virResctrlMonitorSetID by leveraging previous refactored patch.
> 
> Signed-off-by: Wang Huaqiang <huaqiang.wang at intel.com>
> ---
>  src/util/virresctrl.c | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 

This one won't compile alone - it's missing the virresctrl.h and the
libvirt_private.syms change.

To make life easier - I'm going to merge it with the next patch.

Reviewed-by: John Ferlan <jferlan at redhat.com>

John

> diff --git a/src/util/virresctrl.c b/src/util/virresctrl.c
> index 4e4831c..ed682c9 100644
> --- a/src/util/virresctrl.c
> +++ b/src/util/virresctrl.c
> @@ -2581,3 +2581,12 @@ virResctrlMonitorCreate(virResctrlMonitorPtr monitor,
>      virResctrlUnlock(lockfd);
>      return ret;
>  }
> +
> +
> +int
> +virResctrlMonitorSetID(virResctrlMonitorPtr monitor,
> +                       const char *id)
> +
> +{
> +    return virResctrlSetID(&monitor->id, id);
> +}
> 




More information about the libvir-list mailing list