aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/nestedhvm.c
Commit message (Expand)AuthorAgeFilesLines
* x86/nhvm: properly clean up after failure to set up all vCPU-sJan Beulich2013-02-221-1/+1
* Revert 26503:69398345c10eJan Beulich2013-02-051-1/+1
* x86/nestedhvm: properly clean up after failure to set up all vCPU-sJan Beulich2013-02-041-1/+1
* x86: properly use map_domain_page() in nested HVM codeJan Beulich2013-01-231-2/+1
* x86: enable VIA CPU supportJan Beulich2012-09-211-1/+1
* x86: fix nested HVM initializationJan Beulich2012-05-301-14/+27
* x86/p2m: allocate CPU masks dynamicallyJan Beulich2011-10-211-2/+2
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-1/+1
* Nested p2m: implement "flush" as a first-class actionTim Deegan2011-06-301-6/+0
* nestedhvm: Fix wrong memory size of nested shadow_io_bitmapKeir Fraser2011-05-311-22/+9
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-1/+0
* nestedhvm: Flush L2 guest ASID across guest nestedhvm disable/enable.Christoph Egger2011-04-151-0/+2
* nestedhvm: Remove nhvm_{initialise,destroy,reset}.Keir Fraser2011-04-091-10/+8
* x86/hvm: do actually init nested HVM state for VCPUsTim Deegan2011-04-071-3/+0
* x86/hvm: Don't unconditionally set up nested HVM stateTim Deegan2011-04-071-12/+9
* Implement Nested-on-Nested.cegger2011-04-051-0/+49
* Nested Virtualization core implementationcegger2011-02-281-0/+177