projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f86231
)
twl92230: change pwrbtn_state to uint8_t
author
Juan Quintela
<quintela@redhat.com>
Tue, 29 Sep 2009 20:48:39 +0000
(22:48 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:38 +0000
(09:32 -0500)
its value is always the level of an interrupt, 0 or 1
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/twl92230.c
patch
|
blob
|
history
diff --git
a/hw/twl92230.c
b/hw/twl92230.c
index 68fab884a71add4055ef6670186b8e9a6fe9420b..cd02d34fc018ab43a135f26047475b2ddd7c67dd 100644
(file)
--- a/
hw/twl92230.c
+++ b/
hw/twl92230.c
@@
-62,7
+62,7
@@
typedef struct {
} rtc;
qemu_irq out[4];
qemu_irq *in;
-
in
t pwrbtn_state;
+
uint8_
t pwrbtn_state;
qemu_irq pwrbtn;
} MenelausState;