From patchwork Mon Sep 24 14:32:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v6,12/16] target-i386: Add optional Hypervisor leaf extra. Date: Mon, 24 Sep 2012 04:32:14 -0000 From: Don Slutz X-Patchwork-Id: 186473 Message-Id: <1348497138-2516-13-git-send-email-Don@CloudSwitch.com> To: , , , , , , , , Cc: Don Slutz Signed-off-by: Don Slutz --- target-i386/cpu.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/target-i386/cpu.h b/target-i386/cpu.h index ebb3498..254ddef 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -812,6 +812,10 @@ typedef struct CPUX86State { uint32_t cpuid_hv_vendor1; uint32_t cpuid_hv_vendor2; uint32_t cpuid_hv_vendor3; + /* VMware extra data */ + uint32_t cpuid_hv_extra; + uint32_t cpuid_hv_extra_a; + uint32_t cpuid_hv_extra_b; /* MTRRs */ uint64_t mtrr_fixed[11];