aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/xen/hvm.c
Commit message (Expand)AuthorAgeFilesLines
* xen: allow very early initialization of the hypercall pageRoger Pau Monné2018-07-191-41/+53
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-191-2/+44
* xen: obtain vCPU ID from CPUIDRoger Pau Monné2018-06-261-27/+27
* xen: limit the number of hypercall pages to 1Roger Pau Monné2018-06-261-3/+3
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Fix build for !SMP kernels after the Xen MSIX workaround.John Baldwin2016-08-221-0/+2
* xen: automatically disable MSI-X interrupt migrationRoger Pau Monné2016-07-121-2/+22
* xen: fix dropping bitmap IPIs during resumeRoger Pau Monné2015-11-181-25/+1
* xen: allow disabling PV disks and nicsRoger Pau Monné2015-08-211-4/+24
* xen: implement the privcmd user-space deviceRoger Pau Monné2014-10-221-2/+0
* xen: add hooks for Xen PV APICRoger Pau Monné2014-06-161-253/+0
* amd64/i386: introduce APIC hooks for different APIC implementations.Roger Pau Monné2014-06-161-2/+1
* Fix build without SMP.John Baldwin2014-03-261-1/+5
* xen: changes to hvm code in order to support PVH guestsRoger Pau Monné2014-03-111-5/+42
* xen: use the same hypercall mechanism for XEN and XENHVMRoger Pau Monné2014-03-111-14/+10
* xen: add PV/PVH kernel entry pointRoger Pau Monné2014-03-111-0/+1
* amd64/i386: switch IPI handlers to C code.Roger Pau Monné2014-03-111-183/+10
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idJustin T. Gibbs2013-10-051-1/+18
* Correct panic caused by attaching both Xen PV and HyperV virtualizationJustin T. Gibbs2013-10-051-0/+1
* sys/x86/xen/hvm.c:Justin T. Gibbs2013-09-271-2/+3
* Merge Xen PVHVM support into the GENERIC kernel config for bothJustin T. Gibbs2013-09-201-11/+42
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-201-17/+78
* Implement PV IPIs for PVHVM guests and further converge PV and HVMJustin T. Gibbs2013-09-061-8/+439
* Conform to style(9). No functional changes.Justin T. Gibbs2013-09-011-11/+11
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-291-0/+256