From 2fd0975f4d61ba7214297e063afe029077004fd3 Mon Sep 17 00:00:00 2001 From: Suravee Suthikulpanit Date: Mon, 16 Sep 2013 12:23:50 +0200 Subject: AMD-Vi: Fix IVRS HPET special->handle override Signed-off-by: Suravee Suthikulpanit --- xen/drivers/passthrough/amd/iommu_acpi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/drivers') diff --git a/xen/drivers/passthrough/amd/iommu_acpi.c b/xen/drivers/passthrough/amd/iommu_acpi.c index 89b359c455..9feab86f20 100644 --- a/xen/drivers/passthrough/amd/iommu_acpi.c +++ b/xen/drivers/passthrough/amd/iommu_acpi.c @@ -671,6 +671,7 @@ static void __init parse_ivrs_hpet(char *str) if ( !s || *s ) return; + hpet_sbdf.id = id; hpet_sbdf.bdf = PCI_BDF(bus, dev, func); hpet_sbdf.seg = seg; hpet_sbdf.cmdline = 1; -- cgit v1.2.3