projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f73cdbc
)
hw/s390x: Add missing 'static' attribute
author
Stefan Weil
<sw@weilnetz.de>
Fri, 2 May 2014 20:39:12 +0000
(22:39 +0200)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 7 May 2014 17:00:43 +0000
(21:00 +0400)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/s390x/event-facility.c
patch
|
blob
|
history
diff --git
a/hw/s390x/event-facility.c
b/hw/s390x/event-facility.c
index 0777a939165ed865250547e428ad4108565b10f3..2e9e62fe1f198ad0f15ff277eb9a09311a74c923 100644
(file)
--- 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)