* [Qemu-devel] [PATCH] megasas: mark mfi_frame_desc as 'static'
@ 2012-07-04 10:02 Hannes Reinecke
2012-07-12 10:44 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Hannes Reinecke @ 2012-07-04 10:02 UTC (permalink / raw)
To: qemu-trivial; +Cc: Blue Swirl, Paolo Bonzini, qemu-devel, Hannes Reinecke
Suggested by blue swirl. Patch is on top of Paolo's
scsi-next tree.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Blue Swirl <blauwirbel@gmail.com>
---
hw/megasas.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/megasas.c b/hw/megasas.c
index b48836f..b99fa97 100644
--- a/hw/megasas.c
+++ b/hw/megasas.c
@@ -45,7 +45,7 @@
#define MEGASAS_FLAG_USE_QUEUE64 2
#define MEGASAS_MASK_USE_QUEUE64 (1 << MEGASAS_FLAG_USE_QUEUE64)
-const char *mfi_frame_desc[] = {
+static const char *mfi_frame_desc[] = {
"MFI init", "LD Read", "LD Write", "LD SCSI", "PD SCSI",
"MFI Doorbell", "MFI Abort", "MFI SMP", "MFI Stop"};
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] megasas: mark mfi_frame_desc as 'static'
2012-07-04 10:02 [Qemu-devel] [PATCH] megasas: mark mfi_frame_desc as 'static' Hannes Reinecke
@ 2012-07-12 10:44 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2012-07-12 10:44 UTC (permalink / raw)
To: Hannes Reinecke; +Cc: qemu-trivial, Blue Swirl, qemu-devel, Paolo Bonzini
On Wed, Jul 04, 2012 at 12:02:07PM +0200, Hannes Reinecke wrote:
> Suggested by blue swirl. Patch is on top of Paolo's
> scsi-next tree.
>
> Signed-off-by: Hannes Reinecke <hare@suse.de>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Blue Swirl <blauwirbel@gmail.com>
> ---
> hw/megasas.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-12 10:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 10:02 [Qemu-devel] [PATCH] megasas: mark mfi_frame_desc as 'static' Hannes Reinecke
2012-07-12 10:44 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
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).