projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b7251e
)
pxa2xx_lcd: up field is used as a bool and migrated as an uint8_t
author
Juan Quintela
<quintela@redhat.com>
Thu, 2 Dec 2010 15:01:57 +0000
(16:01 +0100)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Fri, 22 Apr 2011 19:41:43 +0000
(14:41 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
hw/pxa2xx_lcd.c
patch
|
blob
|
history
diff --git
a/hw/pxa2xx_lcd.c
b/hw/pxa2xx_lcd.c
index 9a193474e032eb0984c8ccc1d0e382fc67ad052d..55e95be766b71043e5415e86d7937b64dd6b433a 100644
(file)
--- a/
hw/pxa2xx_lcd.c
+++ b/
hw/pxa2xx_lcd.c
@@
-17,7
+17,7
@@
struct DMAChannel {
target_phys_addr_t branch;
-
in
t up;
+
uint8_
t up;
uint8_t palette[1024];
uint8_t pbuffer[1024];
void (*redraw)(PXA2xxLCDState *s, target_phys_addr_t addr,