From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: Jim Meyering <meyering@redhat.com>
Subject: [Qemu-devel] [PATCH 1/2] scsi: declare vmstate_info_scsi_requests to be static
Date: Tue, 22 May 2012 14:25:46 +0200 [thread overview]
Message-ID: <1337689547-6338-2-git-send-email-pbonzini@redhat.com> (raw)
In-Reply-To: <1337689547-6338-1-git-send-email-pbonzini@redhat.com>
From: Jim Meyering <meyering@redhat.com>
Signed-off-by: Jim Meyering <meyering@redhat.com>
---
hw/scsi-bus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/scsi-bus.c b/hw/scsi-bus.c
index 8ab9bcd..f10f3ec 100644
--- a/hw/scsi-bus.c
+++ b/hw/scsi-bus.c
@@ -1561,7 +1561,7 @@ static int get_scsi_requests(QEMUFile *f, void *pv, size_t size)
return 0;
}
-const VMStateInfo vmstate_info_scsi_requests = {
+static const VMStateInfo vmstate_info_scsi_requests = {
.name = "scsi-requests",
.get = get_scsi_requests,
.put = put_scsi_requests,
--
1.7.10.1
next prev parent reply other threads:[~2012-05-22 12:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-22 12:25 [Qemu-devel] [PULL 1.1 0/2] SCSI patches for 1.1.0-rc3 Paolo Bonzini
2012-05-22 12:25 ` Paolo Bonzini [this message]
2012-05-22 12:25 ` [Qemu-devel] [PATCH 2/2] ISCSI: call qemu_notify_event() after updating events Paolo Bonzini
2012-05-25 11:11 ` [Qemu-devel] [PULL 1.1 0/2] SCSI patches for 1.1.0-rc3 Paolo Bonzini
2012-05-26 5:41 ` ronnie sahlberg
2012-05-26 7:46 ` Paolo Bonzini
2012-05-26 7:59 ` ronnie sahlberg
2012-05-26 8:17 ` ronnie sahlberg
2012-05-26 9:18 ` ronnie sahlberg
2012-05-28 6:46 ` Paolo Bonzini
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=1337689547-6338-2-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=meyering@redhat.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).