Re: potential tss trampling, assumptions about physical memory layout

2009-05-25 Thread Avi Kivity
Gabe Black wrote: While continuing to try to get KVM and our M5 simulator to work together, I ran into another issue. During VCPU bring up in x86 under VMX, the function init_rmode_tss is called which seems to be writing an initial version of a TSS into guest memory. It's not immediately

potential tss trampling, assumptions about physical memory layout

2009-05-24 Thread Gabe Black
While continuing to try to get KVM and our M5 simulator to work together, I ran into another issue. During VCPU bring up in x86 under VMX, the function init_rmode_tss is called which seems to be writing an initial version of a TSS into guest memory. It's not immediately clear to me why tha