On Tue, May 06, 2025 at 04:38:59PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:38:59 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 13/19] hw/block/fdc-isa: Remove 'fallback' property > X-Mailer: git-send-email 2.47.1 > > The "fallback" property was only used by the hw_compat_2_5[] array, > as 'fallback=144'. We removed all machines using that array, lets > remove ISA floppy drive 'fallback' property, manually setting the > default value in isabus_fdc_realize(). > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > --- > hw/block/fdc-isa.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>