|
@@ -18,14 +18,15 @@
|
|
#include "qemu/osdep.h"
|
|
#include "qemu/osdep.h"
|
|
#include "semihosting/semihost.h"
|
|
#include "semihosting/semihost.h"
|
|
#include "semihosting/console.h"
|
|
#include "semihosting/console.h"
|
|
|
|
+#include "exec/cpu-common.h"
|
|
#include "exec/gdbstub.h"
|
|
#include "exec/gdbstub.h"
|
|
-#include "exec/exec-all.h"
|
|
|
|
#include "qemu/log.h"
|
|
#include "qemu/log.h"
|
|
#include "chardev/char.h"
|
|
#include "chardev/char.h"
|
|
#include "chardev/char-fe.h"
|
|
#include "chardev/char-fe.h"
|
|
#include "qemu/main-loop.h"
|
|
#include "qemu/main-loop.h"
|
|
#include "qapi/error.h"
|
|
#include "qapi/error.h"
|
|
#include "qemu/fifo8.h"
|
|
#include "qemu/fifo8.h"
|
|
|
|
+#include "hw/core/cpu.h"
|
|
|
|
|
|
/* Access to this structure is protected by the BQL */
|
|
/* Access to this structure is protected by the BQL */
|
|
typedef struct SemihostingConsole {
|
|
typedef struct SemihostingConsole {
|