Re: [Qemu-block] [PATCH 05/10] ppc405_boards: Don't size flash memory to match backing image

2019-02-21 Thread Alex Bennée
Markus Armbruster writes: > Machine "ref405ep" maps its flash memory at address 2^32 - image size. > Image size is rounded up to the next multiple of 64KiB. Useless, > because pflash_cfi02_realize() fails with "failed to read the initial > flash content" unless the rounding is a no-op. > > If

[Qemu-block] [PATCH 05/10] ppc405_boards: Don't size flash memory to match backing image

2019-02-18 Thread Markus Armbruster
Machine "ref405ep" maps its flash memory at address 2^32 - image size. Image size is rounded up to the next multiple of 64KiB. Useless, because pflash_cfi02_realize() fails with "failed to read the initial flash content" unless the rounding is a no-op. If the image size exceeds 0x8 Bytes, we