Re: [libvirt] [PATCH v3 2/4] conf: add support for panic device

2013-12-20 Thread John Ferlan
On 12/09/2013 04:11 AM, Hu Tao wrote: ...snip... +static bool +virDomainPanicCheckABIStability(virDomainPanicDefPtr src, +virDomainPanicDefPtr dst) +{ +return virDomainDeviceInfoCheckABIStability(src-info, dst-info); +} + These changes have

Re: [libvirt] [PATCH v3 2/4] conf: add support for panic device

2013-12-20 Thread Eric Blake
On 12/20/2013 06:59 AM, John Ferlan wrote: On 12/09/2013 04:11 AM, Hu Tao wrote: ...snip... +static bool +virDomainPanicCheckABIStability(virDomainPanicDefPtr src, +virDomainPanicDefPtr dst) +{ +return

Re: [libvirt] [PATCH v3 2/4] conf: add support for panic device

2013-12-20 Thread Daniel P. Berrange
On Fri, Dec 20, 2013 at 07:11:00AM -0700, Eric Blake wrote: On 12/20/2013 06:59 AM, John Ferlan wrote: On 12/09/2013 04:11 AM, Hu Tao wrote: ...snip... +static bool +virDomainPanicCheckABIStability(virDomainPanicDefPtr src, +

Re: [libvirt] [PATCH v3 2/4] conf: add support for panic device

2013-12-12 Thread Daniel P. Berrange
On Mon, Dec 09, 2013 at 05:11:14PM +0800, Hu Tao wrote: panic device is a device that enables libvirt to receive notification of guest panic event. --- docs/formatdomain.html.in | 28 + docs/schemas/domaincommon.rng | 10 ++ src/conf/domain_conf.c| 72

Re: [libvirt] [PATCH v3 2/4] conf: add support for panic device

2013-12-12 Thread Eric Blake
On 12/12/2013 05:08 AM, Daniel P. Berrange wrote: On Mon, Dec 09, 2013 at 05:11:14PM +0800, Hu Tao wrote: panic device is a device that enables libvirt to receive notification of guest panic event. --- docs/formatdomain.html.in | 28 + docs/schemas/domaincommon.rng | 10

[libvirt] [PATCH v3 2/4] conf: add support for panic device

2013-12-09 Thread Hu Tao
panic device is a device that enables libvirt to receive notification of guest panic event. --- docs/formatdomain.html.in | 28 + docs/schemas/domaincommon.rng | 10 ++ src/conf/domain_conf.c| 72 +++ src/conf/domain_conf.h