Description of problem: There is no possibility to present CPU flags to VMs (specifically "hv_relaxed" which Windows 7/2012 VMs use to disable timers and thus avoid BSoD) Version-Release number of selected component (if applicable): RHEV 3.3 Requested enhancement: Ability to pass hv_relaxed CPU flag to VM from the Administrator Portal in the VM settings page
RHEV supports qemu's flags passthrough using -cpu host, which should resolve this issue. Can you please verify using "Use Host CPU" in the host side-tab of the edit VM dialog?
hv_relaxed is a virtual CPU flag, it is not present on the actual physical CPU. It is added just to "Enlighten" a Windoes VM that it is a guest. QEMU supports that flag since RHEL 6.4 as a result of BZ#801196.
*** This bug has been marked as a duplicate of bug 1083529 ***