On 8/11/22 18:26, Daniel Henrique Barboza wrote:
This commit caused a regression [1] that prevents machines that uses Open Virtual Machine Firmware (OVMF) to boot.This is a long standing behavior with how pflash handles images. More information about why this happens can be found in [2] and commit 06f1521795 ("pflash: Require backend size to match device, improve errors"). This reverts commit 334c388f25707a234c4a0dea05b9df08d7746638. [1] https://gitlab.com/qemu-project/qemu/-/issues/1294 [2] https://lore.kernel.org/qemu-devel/[email protected]/ Cc: Bernhard Beschow <[email protected]> Cc: Philippe Mathieu-Daudé <[email protected]> Cc: Stefan Hajnoczi <[email protected]> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1294 Signed-off-by: Daniel Henrique Barboza <[email protected]> --- hw/block/pflash_cfi01.c | 8 ++------ hw/block/pflash_cfi02.c | 5 ----- 2 files changed, 2 insertions(+), 11 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Thanks, our patches crossed :) https://lore.kernel.org/qemu-devel/[email protected]/ I'm queuing yours which is first and will amend the description (if you don't disagree). Regards, Phil.
