qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Ray Lee <hburaylee@gmail.com>
To: qemu-devel@nongnu.org
Cc: hbuxiaofei@gmail.com, Ray Lee <hburaylee@gmail.com>
Subject: [PATCH 1/1] scsi-bus: Remove unused parameter state from scsi_dma_restart_cb
Date: Fri, 17 May 2024 15:14:45 +0800	[thread overview]
Message-ID: <20240517071445.149364-1-hburaylee@gmail.com> (raw)

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



             reply	other threads:[~2024-05-17 12:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-17  7:14 Ray Lee [this message]
2024-05-17 14:23 ` [PATCH 1/1] scsi-bus: Remove unused parameter state from scsi_dma_restart_cb Philippe Mathieu-Daudé
  -- strict thread matches above, loose matches on Subject: below --
2024-05-20  1:08 Ray Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240517071445.149364-1-hburaylee@gmail.com \
    --to=hburaylee@gmail.com \
    --cc=hbuxiaofei@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).