diff -r ea02c95af387 xen/drivers/passthrough/vtd/dmar.c --- a/xen/drivers/passthrough/vtd/dmar.c Thu Jan 21 09:13:46 2010 +0000 +++ b/xen/drivers/passthrough/vtd/dmar.c Thu Jan 21 18:43:53 2010 +0800 @@ -453,7 +453,13 @@ acpi_parse_one_rmrr(struct acpi_dmar_ent f = PCI_FUNC(rmrru->scope.devices[i]); if ( pci_device_detect(b, d, f) == 0 ) + { + dprintk(XENLOG_WARNING VTDPREFIX, + " Non-existent device (%x:%x.%x) is reported " + "in RMRR (%"PRIx64", %"PRIx64")'s scope!\n", + b, d, f, rmrru->base_address, rmrru->end_address); ignore = 1; + } else { ignore = 0;