[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Vt-d: fix feature boot messages
# HG changeset patch # User Keir Fraser <keir@xxxxxxx> # Date 1286028005 -3600 # Node ID 3518149c4d5d0d8ce7402a24f95d3badbecc1c17 # Parent fb8291d00262fa1ddcc2039dae0a4b8bd15afb3f Vt-d: fix feature boot messages Changed vt-d feature boot messages from "supported" to "enabled" since they reflect what is currently enabled in this Xen boot - not what is supported by VT-d hardware. Signed-off-by: Allen Kay <allen.m.kay@xxxxxxxxx> --- xen/drivers/passthrough/vtd/iommu.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r fb8291d00262 -r 3518149c4d5d xen/drivers/passthrough/vtd/iommu.c --- a/xen/drivers/passthrough/vtd/iommu.c Fri Oct 01 18:33:19 2010 +0100 +++ b/xen/drivers/passthrough/vtd/iommu.c Sat Oct 02 15:00:05 2010 +0100 @@ -1987,9 +1987,9 @@ int __init intel_vtd_setup(void) "since Queued Invalidation isn't supported or enabled.\n"); } -#define P(p,s) printk("Intel VT-d %s %ssupported.\n", s, (p)? "" : "not ") +#define P(p,s) printk("Intel VT-d %s %senabled.\n", s, (p)? "" : "not ") P(iommu_snoop, "Snoop Control"); - P(iommu_passthrough, "DMA Passthrough"); + P(iommu_passthrough, "Dom0 DMA Passthrough"); P(iommu_qinval, "Queued Invalidation"); P(iommu_intremap, "Interrupt Remapping"); #undef P _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |