Re: [libvirt] [RFC PATCH 05/12] conf: Add interface to parse and format memory device information

2015-02-09 Thread Peter Krempa
On Mon, Feb 09, 2015 at 10:28:49 +, Daniel Berrange wrote: On Fri, Jan 30, 2015 at 02:21:02PM +0100, Peter Krempa wrote: WIP: TODO: docs Also forbid the new device in post parse callback in all driver that implement the callback to warn users right away that the device is not

Re: [libvirt] [RFC PATCH 05/12] conf: Add interface to parse and format memory device information

2015-02-09 Thread Daniel P. Berrange
On Fri, Jan 30, 2015 at 02:21:02PM +0100, Peter Krempa wrote: WIP: TODO: docs Also forbid the new device in post parse callback in all driver that implement the callback to warn users right away that the device is not supported with their hypervisor. --- docs/schemas/domaincommon.rng

Re: [libvirt] [RFC PATCH 05/12] conf: Add interface to parse and format memory device information

2015-02-04 Thread John Ferlan
On 01/30/2015 08:21 AM, Peter Krempa wrote: WIP: TODO: docs Also forbid the new device in post parse callback in all driver that implement the callback to warn users right away that the device is not supported with their hypervisor. --- docs/schemas/domaincommon.rng

[libvirt] [RFC PATCH 05/12] conf: Add interface to parse and format memory device information

2015-01-30 Thread Peter Krempa
WIP: TODO: docs Also forbid the new device in post parse callback in all driver that implement the callback to warn users right away that the device is not supported with their hypervisor. --- docs/schemas/domaincommon.rng | 50 src/bhyve/bhyve_domain.c