projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12268df
)
accel/stubs: reduce headers from tcg-stub
author
Alex Bennée
<alex.bennee@linaro.org>
Fri, 17 May 2019 11:35:03 +0000
(12:35 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000
(15:12 +0000)
We don't need much for these. However I do wonder why these aren't
just null inlines in exec-all.h
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
accel/stubs/tcg-stub.c
patch
|
blob
|
history
diff --git
a/accel/stubs/tcg-stub.c
b/accel/stubs/tcg-stub.c
index e2d23edafe04e5bbe8b9953363c58e0443445841..677191a69cf2630677829cafa6f37d6669cefc22 100644
(file)
--- a/
accel/stubs/tcg-stub.c
+++ b/
accel/stubs/tcg-stub.c
@@
-11,7
+11,6
@@
*/
#include "qemu/osdep.h"
-#include "qemu-common.h"
#include "cpu.h"
#include "tcg/tcg.h"
#include "exec/exec-all.h"