Re: [PATCH v6 08/16] target-i386: Add cpu object access routines for Hypervisor vendor.

2012-10-09 Thread Marcelo Tosatti
On Mon, Sep 24, 2012 at 10:32:10AM -0400, Don Slutz wrote: > These are modeled after x86_cpuid_set_vendor and x86_cpuid_get_vendor. > Since kvm's vendor is shorter, the test for correct size is removed and zero > padding is added. > > Set Microsoft's Vendor now that we can. Value defined in: >

[PATCH v6 08/16] target-i386: Add cpu object access routines for Hypervisor vendor.

2012-09-24 Thread Don Slutz
These are modeled after x86_cpuid_set_vendor and x86_cpuid_get_vendor. Since kvm's vendor is shorter, the test for correct size is removed and zero padding is added. Set Microsoft's Vendor now that we can. Value defined in: http://msdn.microsoft.com/en-us/library/windows/hardware/ff542428%28v