search for: nestedsvm

Displaying 6 results from an estimated 6 matches for "nestedsvm".

Did you mean: nestedhvm
2011 May 10
0
[PATCH] nestedsvm: fix error path when VMRUN emulation fails
Hi, attached patch fixes error path when VMRUN emulation fails. With this l1 guest keeps alive rather crashing the host. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis
2012 May 24
11
[PATCH 0/3] XEN: fix vmx exception mistake
This series of patches fix the mistake for debug exception(#DB), overflow exception(#OF) and INT3(#BP), INTn instruction emulation. Introduce new function vmx_inject_sw_exception() which deliver the software excetion, software interrupt and privileged software exception. Split hardware exception as a seperate function(old function vmx_inject_hw_exception()). Also Passed down intruction length
2012 Dec 10
26
[PATCH 00/11] Add virtual EPT support Xen.
...ync PDPTR fields if L2 guest in PAE paging mode nEPT: Use minimal permission for nested p2m. nEPT: handle invept instruction from L1 VMM nEPT: expost EPT capablity to L1 VMM nVMX: Expose VPID capability to nested VMM. xen/arch/x86/hvm/hvm.c | 7 +- xen/arch/x86/hvm/svm/nestedsvm.c | 31 +++ xen/arch/x86/hvm/svm/svm.c | 3 +- xen/arch/x86/hvm/vmx/vmcs.c | 2 +- xen/arch/x86/hvm/vmx/vmx.c | 76 +++++--- xen/arch/x86/hvm/vmx/vvmx.c | 208 ++++++++++++++++++- xen/arch/x86/mm/guest_walk.c | 12 +-...
2012 May 30
12
[PATCH v2 0/4] XEN: fix vmx exception mistake
Changes from v1: - Define new struct hvm_trap to represent information of trap, include instruction length. - Renames hvm_inject_exception to hvm_inject_trap. Then define a couple of wrappers around that function for existing callers, so that their parameter lists actually *shrink*. This series of patches fix the mistake for debug exception(#DB), overflow exception(#OF) and INT3(#BP),
2011 Jul 17
0
[xen-unstable test] 8091: regressions - FAIL
...sting is not needed. Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: George Dunlap <george.dunlap@eu.citrix.com> changeset: 23708:330b6b1d5b7a user: Christoph Egger <Christoph.Egger@amd.com> date: Sat Jul 16 09:23:22 2011 +0100 nestedsvm: Support TSC Rate MSR Support TSC Rate MSR and enable TSC scaling for nested virtualization. With it, guest VMs don''t need take #VMEXIT to calculate a translated TSC value when it is running under TSC emulation mode. I measured native performance of the r...
2011 Sep 01
4
[xen-unstable test] 8803: regressions - FAIL
...256, as systems with eg. 160 logical CPUs are becoming (have become) common. Signed-off-by: Laszlo Ersek <lersek@redhat.com> changeset: 23801:d54cfae72cd1 user: Christoph Egger <Christoph.Egger@amd.com> date: Wed Aug 31 15:15:41 2011 +0100 nestedsvm: VMRUN doesn''t use nextrip VMRUN does not use nextrip. So remove pointless assignment. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> changeset: 23800:72edc40e2942 user: Keir Fraser <keir@xen.org> date: Wed Aug 31 15:14:49 2...