Re: [libvirt] [PATCH v2] Move the FIPS detection from capabilities

2014-09-19 Thread Pavel Hrdina
On 09/18/2014 09:57 PM, Eric Blake wrote: On 09/18/2014 12:01 PM, Pavel Hrdina wrote: We are not detecting the presence of FIPS from QEMU, but from procfs and that means it's not QEMU capability. It was decided that we will pass this flag to QEMU even if it's not supported by old QEMU binaries.

[libvirt] [PATCH v2] Move the FIPS detection from capabilities

2014-09-18 Thread Pavel Hrdina
We are not detecting the presence of FIPS from QEMU, but from procfs and that means it's not QEMU capability. It was decided that we will pass this flag to QEMU even if it's not supported by old QEMU binaries. This patch also reverts changes done by commit a21cfb0f to qemucapabilitestest and

Re: [libvirt] [PATCH v2] Move the FIPS detection from capabilities

2014-09-18 Thread Eric Blake
On 09/18/2014 12:01 PM, Pavel Hrdina wrote: We are not detecting the presence of FIPS from QEMU, but from procfs and that means it's not QEMU capability. It was decided that we will pass this flag to QEMU even if it's not supported by old QEMU binaries. This patch also reverts changes done