qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] scsi-bus: Remove unused parameter state from scsi_dma_restart_cb
@ 2024-05-17  7:14 Ray Lee
  2024-05-17 14:23 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 3+ messages in thread
From: Ray Lee @ 2024-05-17  7:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: hbuxiaofei, Ray Lee

Signed-off-by: Ray Lee <hburaylee@gmail.com>
---
 hw/scsi/scsi-bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/scsi/scsi-bus.c b/hw/scsi/scsi-bus.c
index 9e40b0c920..7c3df9b31a 100644
--- a/hw/scsi/scsi-bus.c
+++ b/hw/scsi/scsi-bus.c
@@ -255,7 +255,7 @@ static void scsi_dma_restart_req(SCSIRequest *req, void *opaque)
     scsi_req_unref(req);
 }
 
-static void scsi_dma_restart_cb(void *opaque, bool running, RunState state)
+static void scsi_dma_restart_cb(void *opaque, bool running)
 {
     SCSIDevice *s = opaque;
 
-- 
2.39.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH 1/1] scsi-bus: Remove unused parameter state from scsi_dma_restart_cb
@ 2024-05-20  1:08 Ray Lee
  0 siblings, 0 replies; 3+ messages in thread
From: Ray Lee @ 2024-05-20  1:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, fam, Ray Lee

Signed-off-by: Ray Lee <hburaylee@gmail.com>
---
 hw/scsi/scsi-bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/scsi/scsi-bus.c b/hw/scsi/scsi-bus.c
index 9e40b0c920..7c3df9b31a 100644
--- a/hw/scsi/scsi-bus.c
+++ b/hw/scsi/scsi-bus.c
@@ -255,7 +255,7 @@ static void scsi_dma_restart_req(SCSIRequest *req, void *opaque)
     scsi_req_unref(req);
 }
 
-static void scsi_dma_restart_cb(void *opaque, bool running, RunState state)
+static void scsi_dma_restart_cb(void *opaque, bool running)
 {
     SCSIDevice *s = opaque;
 
-- 
2.39.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-20  1:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17  7:14 [PATCH 1/1] scsi-bus: Remove unused parameter state from scsi_dma_restart_cb Ray Lee
2024-05-17 14:23 ` Philippe Mathieu-Daudé
  -- strict thread matches above, loose matches on Subject: below --
2024-05-20  1:08 Ray Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).