On 10.04.2026 18:23, Kevin Wolf wrote:
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.
Hi! Has this patchset been forgotten, or is it not needed anymore? If it's needed, it would be nice if it lands in the master branch in the next 10 days, to be included in the next stable series. Thanks, /mjt
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(-)
