[libvirt] [PATCHv5 1/9] conf: refactor code for checking ABI stability of panic device

Jiri Denemark jdenemar at redhat.com
Wed Nov 25 14:08:35 UTC 2015


On Tue, Nov 24, 2015 at 15:26:30 +0300, Dmitry Andreev wrote:
> ---
> v5: this code was moved from another patch
>  src/conf/domain_conf.c | 21 ++-------------------
>  1 file changed, 2 insertions(+), 19 deletions(-)
> 
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index 0ac7dbf..a14dd77 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -17619,7 +17619,7 @@ virDomainDefFeaturesCheckABIStability(virDomainDefPtr src,
>  }
>  
>  static bool
> -virDomainPanicCheckABIStability(virDomainPanicDefPtr src,
> +virDomainPanicDefCheckABIStability(virDomainPanicDefPtr src,
>                                  virDomainPanicDefPtr dst)
>  {
>      if (!src && !dst)
...

ACK with the following patch squashed in.

Jirka

diff --git i/src/conf/domain_conf.c w/src/conf/domain_conf.c
index 4bbf941..7f4c643 100644
--- i/src/conf/domain_conf.c
+++ w/src/conf/domain_conf.c
@@ -17614,7 +17614,7 @@ virDomainDefFeaturesCheckABIStability(virDomainDefPtr src,
 
 static bool
 virDomainPanicDefCheckABIStability(virDomainPanicDefPtr src,
-                                virDomainPanicDefPtr dst)
+                                   virDomainPanicDefPtr dst)
 {
     if (!src && !dst)
         return true;




More information about the libvir-list mailing list