Re: [libvirt] [PATCHv5 9/9] conf: reject multiple panic devices of same model

2015-11-25 Thread Jiri Denemark
On Tue, Nov 24, 2015 at 15:26:38 +0300, Dmitry Andreev wrote: > Only one panic device per model is allowed. > --- > v5: minor code fixes > > src/conf/domain_conf.c | 25 + > 1 file changed, 25 insertions(+) ACK Jirka -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCHv5 9/9] conf: reject multiple panic devices of same model

2015-11-24 Thread Dmitry Andreev
Only one panic device per model is allowed. --- v5: minor code fixes src/conf/domain_conf.c | 25 + 1 file changed, 25 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index ef322f5..c30f420 100644 --- a/src/conf/domain_conf.c +++