Re: [PATCH v2 1/2] scsi-disk: Add native FUA write support

2025-04-25 Thread Kevin Wolf
Am 11.04.2025 um 13:30 hat Alberto Faria geschrieben: > Simply propagate the FUA flag on write requests to the driver. The block > layer will emulate it if necessary. > > Signed-off-by: Alberto Faria > --- > hw/scsi/scsi-disk.c | 43 ++- > 1 file changed,

[PATCH v2 1/2] scsi-disk: Add native FUA write support

2025-04-11 Thread Alberto Faria
Simply propagate the FUA flag on write requests to the driver. The block layer will emulate it if necessary. Signed-off-by: Alberto Faria --- hw/scsi/scsi-disk.c | 43 ++- 1 file changed, 10 insertions(+), 33 deletions(-) diff --git a/hw/scsi/scsi-disk.c