]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/cpu.h
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' into...
[mirror_qemu.git] / target / i386 / cpu.h
index 95112b9118875555df4001d75ef42ebf0b61542b..83fb522554725faf4f5949f97b2573cc270dbc77 100644 (file)
@@ -1454,6 +1454,9 @@ struct X86CPU {
     /* Enable auto level-increase for all CPUID leaves */
     bool full_cpuid_auto_level;
 
+    /* Enable auto level-increase for Intel Processor Trace leave */
+    bool intel_pt_auto_level;
+
     /* if true fill the top bits of the MTRR_PHYSMASKn variable range */
     bool fill_mtrr_mask;