Re: [libvirt] [PATCH 2/8] Introduce virQEMUCapsDeprecated array

2019-03-07 Thread Daniel P . Berrangé
On Thu, Mar 07, 2019 at 11:37:00AM +0100, Michal Privoznik wrote: > On 2/21/19 4:42 PM, Ján Tomko wrote: > > To prevent domains started with older libvirtd from disappearing, we > > need to be able to parse the string representation of QEMU capabilities, > > even if we no longer use them in the

Re: [libvirt] [PATCH 2/8] Introduce virQEMUCapsDeprecated array

2019-03-07 Thread Michal Privoznik
On 2/21/19 4:42 PM, Ján Tomko wrote: To prevent domains started with older libvirtd from disappearing, we need to be able to parse the string representation of QEMU capabilities, even if we no longer use them in the code. Put those in a separate array where we won't bother with enum constants.

[libvirt] [PATCH 2/8] Introduce virQEMUCapsDeprecated array

2019-02-22 Thread Ján Tomko
To prevent domains started with older libvirtd from disappearing, we need to be able to parse the string representation of QEMU capabilities, even if we no longer use them in the code. Put those in a separate array where we won't bother with enum constants. Signed-off-by: Ján Tomko ---