projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d3da0f
)
char/cadence_uart: Mark struct fields as public/private
author
Peter Crosthwaite
<peter.crosthwaite@xilinx.com>
Mon, 6 Jan 2014 10:16:37 +0000
(10:16 +0000)
committer
Peter Maydell
<peter.maydell@linaro.org>
Wed, 8 Jan 2014 19:07:21 +0000
(19:07 +0000)
As per current QOM conventions.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id:
a1e31bd62e9709ffb9b3efc6c120f83f30b7a660
.
1388626249
.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/char/cadence_uart.c
patch
|
blob
|
history
diff --git
a/hw/char/cadence_uart.c
b/hw/char/cadence_uart.c
index f18db53bca11250e8839319371fdd1d39443a504..a7b2f2148cf700367fcbac9b1c70999fc82204d8 100644
(file)
--- a/
hw/char/cadence_uart.c
+++ b/
hw/char/cadence_uart.c
@@
-110,7
+110,9
@@
#define CADENCE_UART(obj) OBJECT_CHECK(UartState, (obj), TYPE_CADENCE_UART)
typedef struct {
+ /*< private >*/
SysBusDevice parent_obj;
+ /*< public >*/
MemoryRegion iomem;
uint32_t r[R_MAX];