aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/hvm.h
Commit message (Expand)AuthorAgeFilesLines
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-091-1/+1
* VMX: streamline entry.S codeJan Beulich2013-09-091-0/+15
* VMX: fix interaction of APIC-V and Viridian emulationJan Beulich2013-07-171-0/+1
* x86/HVM: move per-vendor function tables into .init.dataJan Beulich2013-04-291-2/+2
* VMX: Add posted interrupt supportingYang Zhang2013-04-181-0/+2
* x86/VMX: fix live migration while enabling APICVJiongxi Li2013-02-181-0/+1
* x86: properly use map_domain_page() in nested HVM codeJan Beulich2013-01-231-3/+3
* mem_event: Add support for MEM_EVENT_REASON_MSRRazvan Cojocaru2013-01-171-0/+1
* nEPT: Use minimal permission for nested p2mZhang Xiantao2013-01-151-2/+2
* nestedhap: Change nested p2m's walker to vendor-specificZhang Xiantao2013-01-151-0/+6
* nestedhap: Change hostcr3 and p2m->cr3 to meaningful wordsZhang Xiantao2013-01-151-2/+2
* xen: enable Virtual-interrupt deliveryJiongxi Li2012-09-171-0/+4
* x86/hvm: don't use indirect calls without needJan Beulich2012-09-141-7/+2
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-18/+0
* nvmx: fix resource relinquish for nested VMXDongxiao Xu2012-08-301-0/+1
* nestedhvm: fix nested page fault build error on 32-bitIan Campbell2012-08-031-1/+1
* Rename: inslen -> insn_lenKeir Fraser2012-05-301-1/+1
* Add instruction length and trap type in HVMOP_inject_trap.Xudong Hao2012-05-301-7/+7
* hvm: Add instruction length to hvm_trap info.Keir Fraser2012-05-301-0/+2
* xen: Define new struct hvm_trap and cleanup vmx exceptionKeir Fraser2012-05-301-9/+13
* Remove bool return code from evtchn_set_pending() and callers.Keir Fraser2012-05-101-1/+1
* x86/hvm: Add get_shadow_gs_base() wrapper functionAravindh Puthiyaparambil2012-04-271-0/+6
* Fix save/restore of guest PAT table in HAP paging mode.Gianluca Guida2012-04-171-0/+6
* x86/hvm: refactor calls to prepare and tear down a helper ringTim Deegan2012-03-081-0/+7
* SVM: Plumb NPT error-code bits into nested-fault access_X arguments.Tim Deegan2012-01-241-1/+0
* remove the use of -Wno-unused-valueJan Beulich2011-12-131-1/+1
* X86: implement PCID/INVPCID for hvmLiu, Jinsong2011-12-011-0/+3
* x86/mm: Handle 1GiB superpages in the pagetable walker.Tim Deegan2011-07-281-0/+5
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-1/+2
* Enable RDWRGSFS feature support for HVM guestsYang, Wei2011-06-151-0/+1
* Nested VMX: Add VMXE bits in virtual CR4Eddie Dong2011-06-091-0/+2
* x86/hvm: extend nhvm_vmcx_guest_intercepts_trap to include errcodeEddie Dong2011-06-091-2/+4
* x86/hvm: add SMEP support to HVM guestTim Deegan2011-06-061-0/+3
* mem_event: Allow memory access listener to perform single step execution.Aravindh Puthiyaparambil2011-05-271-0/+6
* x86: Add a new operation in HVMOP to inject emulated MSI.Wei Liu2011-05-261-1/+5
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-0/+5
* svm: implement instruction fetch part of DecodeAssist (on #PF/#NPF)Keir Fraser2011-04-181-0/+8
* nestedhvm: Remove nhvm_{initialise,destroy,reset}.Keir Fraser2011-04-091-6/+0
* x86/hvm: Don't unconditionally set up nested HVM stateTim Deegan2011-04-071-2/+2
* Implement Nested-on-Nested.cegger2011-04-051-6/+6
* When injecting an exception into L2 guest,cegger2011-02-281-5/+1
* add nestedhvm function hooks for svm/vmx specific codecegger2011-02-281-1/+61
* Data structures for Nested Virtualizationcegger2011-02-281-1/+2
* x86: add strictly sanity check for XSAVE/XRSTORWei Gang2011-02-211-2/+2
* Fix 32-bit build after the latest mem-event seriesTim Deegan2011-01-071-0/+11
* mem_access: added INT3/CRx captureJoe Epstein2011-01-071-0/+8
* mem_access: mem event additions for accessJoe Epstein2011-01-071-1/+6
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+1
* x86 hvm: x2APIC emulationKeir Fraser2010-12-071-0/+3
* x86 hvm: Factor out hvm_map_guest_frame_{rw,ro} from hvm_map_entryKeir Fraser2010-10-061-0/+4