[libvirt] [PATCH 3/3] libxl: Change virDomainObjIsActive to virDomainObjCheckIsActive

Jim Fehlig jfehlig at suse.com
Tue Feb 28 21:55:36 UTC 2017


On 02/24/2017 01:03 AM, Sagar Ghuge wrote:
> Replace virDomainObjIsActive with virDomainObjCheckIsActive
> which raises error if domain is not active
>
> Signed-off-by: Sagar Ghuge <ghugesss at gmail.com>
> ---
>  ...libxl-Implement-virDomainObjCheckIsActive.patch |  55 ++++
>  ...omainObjIsActive-with-virDomainObjCheckIs.patch | 109 ++++++++
>  ...e-virDomainObjIsActive-to-virDomainObjChe.patch | 298 +++++++++++++++++++++
>  patch1                                             |  52 ++++
>  src/libxl/libxl_driver.c                           | 102 ++-----
>  5 files changed, 537 insertions(+), 79 deletions(-)
>  create mode 100644 0001-libxl-Implement-virDomainObjCheckIsActive.patch
>  create mode 100644 0002-change-virDomainObjIsActive-with-virDomainObjCheckIs.patch
>  create mode 100644 0003-libxl-Change-virDomainObjIsActive-to-virDomainObjChe.patch
>  create mode 100644 patch1

Mistakenly added some older patches to the patch? :-) I assume you were only 
wanting to change src/libxl/libxl_driver.c in this patch. Please remove the 
embedded patches from this patch in the next version.

BTW, 'make syntax-check' fails when run on this patch. Ensure you run 'make 
syntax-check' and 'make check' on each patch before submitting to the list. Thanks!

Regards,
Jim




More information about the libvir-list mailing list