allow CPUID vendor override
authorAndre Przywara <andre.przywara@amd.com>
Fri, 5 Jun 2009 23:03:29 +0000 (01:03 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Jun 2009 20:36:47 +0000 (15:36 -0500)
commit380d7f27fe47ba1bc6e08b51b2ca8a7dbd8c1d06
tree48a4ba8cff319cfcdd78b5387a8ffb98566f727c
parentd231ca019de44a322b82767c8b47179f43ac8ba3
allow CPUID vendor override

KVM-enabled QEMU will always report the vendor ID of the physical CPU it is
running on. Allow to override this if explicitly requested on the
command line. It will not suffice to name a CPU type (like -cpu phenom),
but you have to explicitly set the vendor: -cpu phenom,vendor=AuthenticAMD

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/cpu.h
target-i386/helper.c