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