Re: [libvirt] [PATCH v3 00/28] qemu: Detect host CPU model by asking QEMU on x86_64

2017-03-03 Thread Jiri Denemark
Thanks for the reviews. > Patches waiting for QEMU code to be pushed: > > - qemucapstest: Update test data for QEMU 2.9.0 > - domaincapstest: Add test data for QEMU 2.9.0 > - docs: Update description of the host-model CPU mode > - qemu: Rename hostCPU/feature element in capabilities cache > -

Re: [libvirt] [PATCH v3 00/28] qemu: Detect host CPU model by asking QEMU on x86_64

2017-02-24 Thread Jiri Denemark
Thanks for the reviews. I pushed all patches which didn't rely on the new QEMU feature. They are mostly refactoring the code or adding new internal APIs used in the rest of the series. I'll wait with pushing the other patches until the QEMU feature is accepted upstream. Pushed patches: - qemu:

[libvirt] [PATCH v3 00/28] qemu: Detect host CPU model by asking QEMU on x86_64

2017-02-23 Thread Jiri Denemark
Until now host-model CPU mode tried to enable all CPU features supported by the host CPU even if QEMU/KVM did not support them. This caused a number of issues and made host-model quite unreliable. Asking QEMU for the CPU it can provide and the current host makes host-model much more robust. This