projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4669fcc
)
sh4: include cpu-qom.h in files that require SuperHCPU
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 15 Mar 2016 13:32:19 +0000
(14:32 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 19 May 2016 14:42:27 +0000
(16:42 +0200)
This will keep things working when cpu.h will not be included
indirectly almost everywhere (either directly or through
qemu-common.h).
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/hw/sh4/sh.h
patch
|
blob
|
history
diff --git
a/include/hw/sh4/sh.h
b/include/hw/sh4/sh.h
index e61de9acc6507385a0a751b44dc5ccae69522aaa..070312d921b2e986b9fb208320906c6405c68353 100644
(file)
--- a/
include/hw/sh4/sh.h
+++ b/
include/hw/sh4/sh.h
@@
-3,6
+3,7
@@
/* Definitions for SH board emulation. */
#include "hw/sh4/sh_intc.h"
+#include "target-sh4/cpu-qom.h"
#define A7ADDR(x) ((x) & 0x1fffffff)
#define P4ADDR(x) ((x) | 0xe0000000)