search for: vmx_oprofile_get_eip

Displaying 2 results from an estimated 2 matches for "vmx_oprofile_get_eip".

Did you mean: svm_oprofile_get_eip
2006 Sep 15
0
[HVM][XENOPROFILE][PATCH][3/3] xenoprofile HVM patches
...to 11470. Signed-off-by: Tom Woller <thomas.woller@amd.com> Please apply to xen-unstable.hg. hvm_xenoprofile_3.patch - The third patch adds the actual xenoprofile fixes for VT: I checked (verified by Renato), that the VT traces look ok also. There is some code that I am unsure about in the vmx_oprofile_get_eip(): i.e using the __vmread() to get eip might not be in the proper context, and then secondly I am not sure how to determine the guest CPL level. Tom _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Sep 15
10
[HVM][XENOPROFILE][RFC][0/3] xenoprofile HVM patches
...ield. The VGCF_hvm_guest_nmi bit is checked during NMI processing via the hvm function callback. hvm_xenoprofile_3.patch - The third patch adds the actual xenoprofile fixes for VT: I checked (verified by Renato), that the VT traces look ok also. There is some code that I am unsure about in the vmx_oprofile_get_eip(): i.e using the __vmread() to get eip might not be in the proper context, and then secondly I am not sure how to determine the guest CPL level. Overall, these patches seem to work fine for 32bit hypervisor, as well as 64bit hypervisor with 32bit and 64bit HVM guests. You do need to use both of R...