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

2015-11-25 Thread Jiri Denemark
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

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

2015-11-24 Thread Dmitry Andreev
--- 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 @