|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel][PATCH 02/02] VMX: Add HVM RDTSCP support
Add RDTSCP instruction support for HVM VMX guest.
- RDTSCP is introduced in Nehalem processor on Intel platform. Like RDTSC,
RDTSCP will return the TSC value, besides, it will return the low 32bit of
TSC_AUX MSR. Currently Linux kernel will write (node_id << 12 | process_id)
into that MSR, so that when guest execs RDTSCP, it will also get processor
information.
- This instruction is supported for HVM only when the hardware has this
capability (indicated by cpuid).
Signed-off-by: Dongxiao Xu <dongxiao.xu@xxxxxxxxx>
02-add-hvm-rdtscp-support.patch
Description: 02-add-hvm-rdtscp-support.patch
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel][PATCH 02/02] VMX: Add HVM RDTSCP support,
Xu, Dongxiao <=
|
|
|
|
|