Re: [Qemu-devel] [PATCH] hw/arm/virt-acpi-build: Fix wrong size of flash

2015-09-18 Thread Peter Maydell
On 17 September 2015 at 02:57, wrote: > From: Shannon Zhao > > While virt machine creates two flash devices with total size 0x0800, > it wrongly uses this total size for each one. So it will overlap other > MMIO spaces. > > Signed-off-by:

Re: [Qemu-devel] [PATCH] hw/arm/virt-acpi-build: Fix wrong size of flash

2015-09-17 Thread Andrew Jones
On Thu, Sep 17, 2015 at 09:57:21AM +0800, shannon.z...@linaro.org wrote: > From: Shannon Zhao > > While virt machine creates two flash devices with total size 0x0800, > it wrongly uses this total size for each one. So it will overlap other > MMIO spaces. > >

Re: [Qemu-devel] [PATCH] hw/arm/virt-acpi-build: Fix wrong size of flash

2015-09-17 Thread G Gregory
This is an urgent fix as it completely breaks booting with ACPI. Success is only a matter of luck with device probing order. Tested-by: Graeme Gregory Graeme On 17 September 2015 at 02:57, wrote: > From: Shannon Zhao

Re: [Qemu-devel] [PATCH] hw/arm/virt-acpi-build: Fix wrong size of flash

2015-09-17 Thread Wei Huang
On 09/16/2015 08:57 PM, shannon.z...@linaro.org wrote: > From: Shannon Zhao > > While virt machine creates two flash devices with total size 0x0800, > it wrongly uses this total size for each one. So it will overlap other > MMIO spaces. > > Signed-off-by: Shannon

[Qemu-devel] [PATCH] hw/arm/virt-acpi-build: Fix wrong size of flash

2015-09-16 Thread shannon . zhao
From: Shannon Zhao While virt machine creates two flash devices with total size 0x0800, it wrongly uses this total size for each one. So it will overlap other MMIO spaces. Signed-off-by: Shannon Zhao --- hw/arm/virt-acpi-build.c | 2 +- 1