aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/domctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Nested Virtualization: p2m infrastructureKeir Fraser2010-08-091-2/+2
* iommu: Remove pointless iommu=pv boot option.Keir Fraser2010-07-091-11/+0
* gdbsx: Always build -- remove build-time config option.Keir Fraser2010-07-021-6/+3
* x86: Only build memory-event features on 64-bit XenKeir Fraser2010-06-291-0/+2
* Don't save Xen heap pages during domain saveKeir Fraser2010-06-151-4/+6
* x86: fix number of array elements calculation inKeir Fraser2010-02-261-1/+2
* VT-d: handle return value of deassign_deviceKeir Fraser2010-01-211-11/+10
* hvm: Add ACPI fixed sleep buttonKeir Fraser2010-01-201-0/+13
* x86: add and use XEN_DOMCTL_getpageframeinfo3Keir Fraser2010-01-131-5/+108
* Domctls defined for all relevant memory sharing operations.Keir Fraser2009-12-171-0/+16
* domctl support for generic memory event handling.Keir Fraser2009-12-171-0/+18
* pci: Correct BDF format from B:D:F to B:D.F in log messages.Keir Fraser2009-12-021-3/+3
* Replace tsc_native config option with tsc_mode config optionKeir Fraser2009-11-251-4/+30
* passthrough/stubdom: clean up hypercall privilege checkingKeir Fraser2009-10-231-0/+21
* Fix nomigrate option implementation so that Xen builds.Keir Fraser2009-10-201-18/+0
* Add nomigrate config option to disable migration/restoreKeir Fraser2009-10-201-0/+18
* gdbsx: a gdbserver stub for xen.Keir Fraser2009-10-151-0/+131
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-2/+2
* x86: Allow TSC mode (emulate vs native) to be configured per domain.Keir Fraser2009-09-281-0/+20
* x86: Remove EF_* duplicate defs for X86_EFLAGS_*.Keir Fraser2009-08-141-1/+1
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-3/+4
* x86_64: explicitly zero CR[1] in getvcpucontext for guests with no user PTKeir Fraser2009-04-061-3/+3
* hvm: add ACPI power button for HVMKeir Fraser2009-04-021-0/+13
* passthrough: fix some spinlock issues in vmsiKeir Fraser2009-03-111-0/+8
* x86: Fix event-channel access for 32-bit HVM guests.Keir Fraser2009-03-031-1/+2
* Add a new domctl to get a single record from the HVM save contextKeir Fraser2009-02-051-0/+28
* x86-64: use MFNs for linking together pages on listsKeir Fraser2009-01-301-7/+7
* Change the pcidevs_lock from rw_lock to spin_lockKeir Fraser2008-12-191-0/+2
* x86: Enable MTF for HVM guest single step in gdbKeir Fraser2008-12-161-0/+26
* Re-enable MSI supportKeir Fraser2008-12-111-16/+1
* Fix the HVM save hypercall to avoid freeing an uninitalised pointer.Keir Fraser2008-12-031-10/+4
* x86: fix getvcpucontext for HVM segment registersKeir Fraser2008-11-111-0/+13
* x86: make injection of spurious page faults configurable per domainKeir Fraser2008-10-151-0/+15
* domctl: Fix the wrong return values when xsm_xxx() returns 0Keir Fraser2008-09-291-4/+6
* xsm: refactor IO hooks/sysctl hooksKeir Fraser2008-09-041-8/+37
* x86: Fix guest_handle_okay/guest_handle_subrange_okayKeir Fraser2008-09-031-1/+1
* x86: adds put_domain() for breaks in arch_do_domctl().Keir Fraser2008-07-251-2/+11
* x86: allow control domain to limit machine addresses given to a particular guestKeir Fraser2008-07-111-0/+51
* iommu: Handle sibling device assignment correctlyKeir Fraser2008-05-281-0/+39
* Handle IOMMU device assignment for PV guestsKeir Fraser2008-05-241-4/+20
* x86 pci passthrough: Make printk messages more exact.Keir Fraser2008-05-071-2/+2
* MSI 1/6: Move PCI functions and headers to a common location.Keir Fraser2008-05-011-0/+1
* x86, hvm: Guest CPUID configuration.Keir Fraser2008-04-251-0/+39
* Move iommu code to arch-generic locations, and also clean up some VT-d code.Keir Fraser2008-03-171-1/+1
* amd iommu: Allow device deassignment.Keir Fraser2008-02-181-1/+1
* Enable HVM guest VT-d device hotplug via a simple ACPI hotplug device model.Keir Fraser2008-02-151-0/+45
* x86 iommu: Define vendor-neutral interface for access to IOMMU.Keir Fraser2008-02-141-4/+4
* Fix build after I removed test_assign_device from domctl union.Keir Fraser2007-12-121-2/+2
* vt-d: Test device assignability in xend, but defer actual assignment to qemu-dm.Keir Fraser2007-12-121-3/+23
* vt-d: Print messages when:Keir Fraser2007-12-041-0/+5