[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-4.0-testing] Vt-d: fix feature boot messages
# HG changeset patch # User Keir Fraser <keir@xxxxxxx> # Date 1286028601 -3600 # Node ID 7f190f6f1f5a861383fc1a3a877ab63841c00a15 # Parent b98a20571670d905bb32eef98e2991a563e9f4fa 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-unstable changeset: 22221:3518149c4d5d xen-unstable date: Sat Oct 02 15:00:05 2010 +0100 --- xen/drivers/passthrough/vtd/iommu.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r b98a20571670 -r 7f190f6f1f5a xen/drivers/passthrough/vtd/iommu.c --- a/xen/drivers/passthrough/vtd/iommu.c Fri Sep 24 15:58:28 2010 +0100 +++ b/xen/drivers/passthrough/vtd/iommu.c Sat Oct 02 15:10:01 2010 +0100 @@ -1982,9 +1982,9 @@ int 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 |