hw/arm/virt-acpi-build: _CCA attribute is compulsory
commitbc64b96c984abfe84f43562ca7480bb4f2af0613
authorGraeme Gregory <graeme.gregory@linaro.org>
Tue, 3 Nov 2015 13:49:42 +0000 (3 13:49 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Nov 2015 13:49:42 +0000 (3 13:49 +0000)
tree5b8966393f8448c2f2ee7a99b3ad758044f91947
parent06e5cf7acd1f94ab7c1cd6945974a1f039672940
hw/arm/virt-acpi-build: _CCA attribute is compulsory

According to ACPI specification 6.2.17 _CCA (Cache Coherency Attribute)
this attribute is compulsory on ARM systems. Add this attribute to
the PCI host bridges as required.

Without this the kernel will produce the error
[Firmware Bug]: PCI device 0000:00:00.0 fail to setup DMA.

Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org>
Message-id: 1446460786-13663-1-git-send-email-graeme.gregory@linaro.org
Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt-acpi-build.c