Re: [libvirt] [PATCH 1/3] Fix usage of virDomainDefCompatibleDevice

2014-03-20 Thread Eric Blake
On 03/20/2014 08:42 AM, Jiri Denemark wrote: > A device needs to be checked for compatibility with the domain > definition it corresponds to. Specifically, for VIR_DOMAIN_AFFECT_CONFIG > case we should check against persistent def rather than active def. > > Signed-off-by: Jiri Denemark > --- >

[libvirt] [PATCH 1/3] Fix usage of virDomainDefCompatibleDevice

2014-03-20 Thread Jiri Denemark
A device needs to be checked for compatibility with the domain definition it corresponds to. Specifically, for VIR_DOMAIN_AFFECT_CONFIG case we should check against persistent def rather than active def. Signed-off-by: Jiri Denemark --- src/lxc/lxc_driver.c | 20 +++- src/qemu/