From: Suravee Suthikulpanit Date: Mon, 16 Sep 2013 10:23:50 +0000 (+0200) Subject: AMD-Vi: Fix IVRS HPET special->handle override X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6365 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2fd0975f4d61ba7214297e063afe029077004fd3;p=xen.git AMD-Vi: Fix IVRS HPET special->handle override Signed-off-by: Suravee Suthikulpanit --- 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;