search for: svm_ctxt_switch_to

Displaying 3 results from an estimated 3 matches for "svm_ctxt_switch_to".

2010 Aug 23
0
context switch between HVM and idle domain
...d a HVM on xen which os is linux(debian), and pinned it to a particular core. When try to send ipi to this core from xen, I find the ipi receiver is idle domain whose domian id is 7FFFU. Then I want to get the real domain pinned to that core. Because I use AMD CPU, I have a test to get domain id in svm_ctxt_switch_to function. The result was not like my expection. I even not get any hvm context switch when all guest domains were ready. What happened when idle domain switchs to hvm domain? Is there other method to achieve my goal? _______________________________________________ Xen-devel mailing list Xen-devel@...
2010 Dec 15
5
[PATCH] svm: support VMCB cleanbits
Hi, Attached patch implements the VMCB cleanbits SVM feature. Upcoming AMD CPUs introduce them and they are basically hints for the CPU which vmcb values can be re-used from the previous VMRUN instruction. Each bit represents a certain set of fields in the VMCB. Setting a bit tells the cpu it can re-use the cached value from the previous VMRUN. Clearing a bit tells the cpu to reload the values
2010 Aug 05
6
[PATCH 10/14] Nested Virtualization: svm specific implementation
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list