]> git.ipfire.org Git - thirdparty/qemu.git/commit
scsi-disk: Add native FUA write support
authorAlberto Faria <afaria@redhat.com>
Fri, 2 May 2025 12:11:14 +0000 (13:11 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 21 May 2025 16:52:17 +0000 (18:52 +0200)
commite460991883d7209d52d0fdb534d9cd8cce0f9cce
treed082502eb02ed08c8eae56d273c98ea34e78aaeb
parentf0737158b483e7ec2b2512145aeab888b85cc1f7
scsi-disk: Add native FUA write support

Simply propagate the FUA flag on write requests to the driver. The block
layer will emulate it if necessary.

Signed-off-by: Alberto Faria <afaria@redhat.com>
Message-ID: <20250502121115.3613717-2-afaria@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/scsi/scsi-disk.c