qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] hw/s390x: Add missing 'static' attribute
@ 2014-05-02 20:39 Stefan Weil
  2014-05-03  9:05 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2014-05-02 20:39 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Alexander Graf, Stefan Weil, qemu-devel, Richard Henderson

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 hw/s390x/event-facility.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/s390x/event-facility.c b/hw/s390x/event-facility.c
index 0777a93..2e9e62f 100644
--- a/hw/s390x/event-facility.c
+++ b/hw/s390x/event-facility.c
@@ -32,7 +32,7 @@ struct SCLPEventFacility {
     unsigned int receive_mask;
 };
 
-SCLPEvent cpu_hotplug;
+static SCLPEvent cpu_hotplug;
 
 /* return true if any child has event pending set */
 static bool event_pending(SCLPEventFacility *ef)
-- 
1.7.10.4

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] hw/s390x: Add missing 'static' attribute
  2014-05-02 20:39 [Qemu-devel] [PATCH] hw/s390x: Add missing 'static' attribute Stefan Weil
@ 2014-05-03  9:05 ` Michael Tokarev
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2014-05-03  9:05 UTC (permalink / raw)
  To: Stefan Weil, qemu-trivial; +Cc: Richard Henderson, Alexander Graf, qemu-devel

Applied to -trivial, thanks!

/mjt

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

end of thread, other threads:[~2014-05-03  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-02 20:39 [Qemu-devel] [PATCH] hw/s390x: Add missing 'static' attribute Stefan Weil
2014-05-03  9:05 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

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).