Re: [libvirt] [PATCH 0/7] qemu: use domCaps for validation

2019-08-06 Thread Cole Robinson
On 4/29/19 8:35 AM, Michal Privoznik wrote: > On 4/5/19 1:37 AM, Cole Robinson wrote: >> I'm trying to remove some hurdles and pitfalls WRT extending >> domaincapabilities data. One issue is that it's too easy to add >> invalid data to it, or let the data become out of date. >> >> For example the f

Re: [libvirt] [PATCH 0/7] qemu: use domCaps for validation

2019-04-29 Thread Michal Privoznik
On 4/5/19 1:37 AM, Cole Robinson wrote: I'm trying to remove some hurdles and pitfalls WRT extending domaincapabilities data. One issue is that it's too easy to add invalid data to it, or let the data become out of date. For example the first two patches of this series add domcaps reporting. Th

Re: [libvirt] [PATCH 0/7] qemu: use domCaps for validation

2019-04-26 Thread Daniel Henrique Barboza
Tried the patch series. Unfortunately I didn't get the element reported in virsh capabilities, however I am not sure if this hardware (Lenovo T480) has a hardware RNG device to report anyways. I'll check it later when I have the chance. It is worth noticing that patch 3 is conflicting with curre

Re: [libvirt] [PATCH 0/7] qemu: use domCaps for validation

2019-04-25 Thread Cole Robinson
ping On 4/4/19 7:37 PM, Cole Robinson wrote: > I'm trying to remove some hurdles and pitfalls WRT extending > domaincapabilities data. One issue is that it's too easy to add > invalid data to it, or let the data become out of date. > > For example the first two patches of this series add > domca

[libvirt] [PATCH 0/7] qemu: use domCaps for validation

2019-04-04 Thread Cole Robinson
I'm trying to remove some hurdles and pitfalls WRT extending domaincapabilities data. One issue is that it's too easy to add invalid data to it, or let the data become out of date. For example the first two patches of this series add domcaps reporting. The logic to fill in the domcaps data from q