Comment 3 for bug 1665389

Revision history for this message
Dr. David Alan Gilbert (dgilbert-h) wrote :

   kvm_msr_entry_add: @8 index=9e value=30000
   kvm_msr_entry_add: @9 index=d90 value=0
   kvm_msr_entry_add: @10 index=c0000083 value=0

   kvm_put_msrs: ret=9 expected=90

OK, 9... so that's probably the d90;
  $ ag d90:
      418:#define MSR_IA32_BNDCFGS 0x00000d90

The Intel book says 'IA32_BNDCFGS Supervisor State of MPX Configuration' which I think is pretty new, so I don't know what it's doing trying to do it on a Westmere; ccing in Eduardo and Paolo.

  > Also, does the problem go away if you remove the +x2apic on the top level qemu?

    Don't think so, I actually added it because I thought it would solve something
    I can re-try with out it if needed(with the debug messages).

Worth a go, but if it's that MPX stuff I doubt it.

Dave