]> git.ipfire.org Git - thirdparty/qemu.git/commit
scsi-disk: drop unused SCSIDiskState->bh field
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 11 Mar 2025 13:26:04 +0000 (21:26 +0800)
committerKevin Wolf <kwolf@redhat.com>
Thu, 13 Mar 2025 16:57:23 +0000 (17:57 +0100)
commitb2e3659d0d769c84f5b15239a93a722c8012bffa
tree49783278e234123a49b05280fd777c59e55dd58a
parent71e1369bad01d441113ede02334175647275652d
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>
hw/scsi/scsi-disk.c