projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26fcbf0
)
q800: add missing space after parent object in GLUEState
author
Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk>
Wed, 21 Jun 2023 08:53:31 +0000
(09:53 +0100)
committer
Laurent Vivier
<laurent@vivier.eu>
Thu, 22 Jun 2023 06:57:02 +0000
(08:57 +0200)
This brings GLUEState in line with our current QOM guidelines.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <
20230621085353
.113233-3-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/m68k/q800.c
patch
|
blob
|
history
diff --git
a/hw/m68k/q800.c
b/hw/m68k/q800.c
index dda57c60bfd9bc23a16c0225ad6201e48abdd461..465c510c186e7eaec6e35703f35ead695577bc4d 100644
(file)
--- a/
hw/m68k/q800.c
+++ b/
hw/m68k/q800.c
@@
-100,6
+100,7
@@
OBJECT_DECLARE_SIMPLE_TYPE(GLUEState, GLUE)
struct GLUEState {
SysBusDevice parent_obj;
+
M68kCPU *cpu;
uint8_t ipr;
uint8_t auxmode;