On 17 September 2015 at 02:57,  <shannon.z...@linaro.org> wrote:
> From: Shannon Zhao <shannon.z...@linaro.org>
>
> While virt machine creates two flash devices with total size 0x08000000,
> it wrongly uses this total size for each one. So it will overlap other
> MMIO spaces.
>
> Signed-off-by: Shannon Zhao <shannon.z...@linaro.org>

Applied to target-arm.next, thanks.

Andrew suggested an update to the commit message, so I have edited it:

    hw/arm/virt-acpi-build: Fix wrong size of flash in ACPI table

    While virt machine creates two flash devices with total size 0x08000000,
    the ACPI table generation code was wrongly using this total size as the
    size of each flash device, so it would overlap other MMIO spaces.
    Make each device entry in the table half the total; this brings the
    ACPI table into line with the code which generates the device tree
    and which creates the flash devices themselves.

thanks
-- PMM

Reply via email to