aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/hvm.c
Commit message (Expand)AuthorAgeFilesLines
* x86/HVM: properly deal with hvm_copy_*_guest_phys() errorsJan Beulich2013-10-141-8/+2
* hvm/vidirian: Avoid printing page_to_mfn(NULL) on error pathsAndrew Cooper2013-10-091-16/+12
* x86: allow HVM guests to make console_io hypercallKonrad Rzeszutek Wilk2013-10-041-0/+2
* x86: make hvm_cpuid() tolerate NULL pointersJan Beulich2013-10-041-10/+20
* x86: properly handle hvm_copy_from_guest_{phys,virt}() errorsJan Beulich2013-09-301-12/+6
* Nested VMX: Expose unrestricted guest feature to guestYang Zhang2013-09-301-1/+2
* x86/HVM: linear address must be canonical for the whole accessed rangeJan Beulich2013-09-231-12/+13
* x86/HVM: fix failure path in hvm_vcpu_initialiseGeorge Dunlap2013-09-181-1/+1
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-17/+10
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-091-33/+61
* x86/xsave: adjust state managementJan Beulich2013-07-021-1/+7
* x86/hvm: fix HVMOP_inject_trap return value on successTim Deegan2013-06-211-0/+1
* x86/HVM: fix initialization of wallclock time for PVHVM on migrationRoger Pau Monné2013-06-121-19/+14
* x86: fix XCR0 handlingJan Beulich2013-06-041-11/+3
* x86: re-enable VCPUOP_register_vcpu_time_memory_areaJan Beulich2013-05-271-0/+2
* x86/hvm: avoid p2m lookups for vlapic accesses.xen-4.3.0-rc24.3.0-rc2Tim Deegan2013-05-161-0/+17
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-021-1/+4
* x86/HVM: move per-vendor function tables into .init.dataJan Beulich2013-04-291-5/+5
* x86/hvm: convert access check for nested HVM to XSMDaniel De Graaf2013-04-231-4/+2
* hvm: Improve APIC INIT/SIPI emulation, fixing it for call paths other than x8...Keir Fraser2013-03-281-2/+0
* x86/nhvm: properly clean up after failure to set up all vCPU-sJan Beulich2013-02-221-3/+5
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* hvm: Allow triple fault to imply crash rather than rebootAndrew Cooper2013-02-151-2/+11
* x86/HAP: Add global enable/disable command line optionAndrew Cooper2013-02-121-1/+12
* Revert 26503:69398345c10eJan Beulich2013-02-051-8/+3
* x86/nestedhvm: properly clean up after failure to set up all vCPU-sJan Beulich2013-02-041-3/+8
* x86: properly use map_domain_page() in nested HVM codeJan Beulich2013-01-231-14/+28
* xen: Do not allow guests to enable nested HVM on themselvesIan Campbell2013-01-231-0/+5
* hvm: wire up domctl and xsm hypercallsDaniel De Graaf2013-01-231-0/+4
* x86/mm: revert 26399:b0e618cb0233 (multiple vram areas)Tim Deegan2013-01-171-6/+2
* mem_event: Add support for MEM_EVENT_REASON_MSRRazvan Cojocaru2013-01-171-0/+11
* x86/mm: Provide support for multiple frame buffers in HVM guests.Robert Phillips2013-01-171-2/+6
* nested_ept: Implement guest ept's walkerZhang Xiantao2013-01-151-0/+1
* nestedhap: Change hostcr3 and p2m->cr3 to meaningful wordsZhang Xiantao2013-01-151-3/+3
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-13/+13
* xen: avoid calling rcu_lock_*target_domain when an XSM hook existsDaniel De Graaf2013-01-111-19/+19
* x86/hvm: Bind device-model event-channels to registered device-modelKeir Fraser2013-01-091-7/+9
* x86/hvm: Bind xen-created event channels to building domainDaniel De Graaf2013-01-081-2/+2
* x86: mark certain items staticJan Beulich2012-12-071-4/+4
* x86/HVM: remove dead codeJan Beulich2012-12-061-6/+0
* hvm: Limit the size of large HVM op batchesTim Deegan2012-12-041-4/+34
* p2m: rename p2m_is_magic to p2m_is_podOlaf Hering2012-10-221-1/+1
* hvm: handle PoD and grant pages in HVMOP_get_mem_typeOlaf Hering2012-10-191-0/+4
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-13/+13
* x86: consolidate frame state manipulation functionsJan Beulich2012-10-041-2/+2
* x86: Save/restore TSC adjust during HVM guest migrationLiu, Jinsong2012-09-261-0/+40
* x86: Implement TSC adjust feature for HVM guestLiu, Jinsong2012-09-261-1/+29
* x86: enable VIA CPU supportJan Beulich2012-09-211-9/+2
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-3/+3
* mem_event: fix regression affecting CR3, CR4 memory eventsSteven Maresca2012-09-171-0/+4