]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: avoid users specifying CPU features for non-x86 plaftorm.
authorLi Zhang <zhlcindy@linux.vnet.ibm.com>
Fri, 6 Sep 2013 11:15:25 +0000 (12:15 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 9 Sep 2013 09:33:26 +0000 (10:33 +0100)
commit7b0ce42ca96a2cd47de485b12ae68932e060c2cf
tree2fba2970762221dc6eec5bd3dec30b5a9d3975c6
parent46c9bce4c8b0f2222cc50587ac968ced06eb1eff
qemu: avoid users specifying CPU features for non-x86 plaftorm.

Currently, only X86 provides users CPU features with CPUID instruction.
If users specify the features for non-x86, it should tell users to
remove them.

This patch is to report one error if features are specified by
users for non-x86 platform.

Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
src/qemu/qemu_command.c