scsi-disk: drop unused SCSIDiskState->bh field

Commit 71544d30a6f8 ("scsi: push request restart to SCSIDevice") removed
the only user of SCSIDiskState->bh.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20250311132616.1049687-2-stefanha@redhat.com>
Tested-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
Stefan Hajnoczi 2025-03-11 21:26:04 +08:00 committed by Kevin Wolf
parent 71e1369bad
commit b2e3659d0d

View File

@ -106,7 +106,6 @@ struct SCSIDiskState {
uint64_t max_unmap_size; uint64_t max_unmap_size;
uint64_t max_io_size; uint64_t max_io_size;
uint32_t quirks; uint32_t quirks;
QEMUBH *bh;
char *version; char *version;
char *serial; char *serial;
char *vendor; char *vendor;