This fixes the default for discard_granularity with -drive if=scsi,
which was unintentionally 0 (disable discard) instead of sharing the
default with the qdev property used for -device scsi-hd (usually 4096).
This was a regression in QEMU 9.0.
Kevin Wolf (2):
block: Create DEFAULT_BLOCK_CONF macro
block: Add more defaults to DEFAULT_BLOCK_CONF
include/hw/block/block.h | 12 ++++++++++++
hw/scsi/scsi-bus.c | 7 +------
2 files changed, 13 insertions(+), 6 deletions(-)
--
2.53.0