fix spelling in QMP sub directory
[qemu/ar7.git] / target-xtensa / core-fsf.c
blob7650462f2faaa0990f709b4404b2dbe8bc983f8a
1 #include "cpu.h"
2 #include "exec-all.h"
3 #include "gdbstub.h"
4 #include "qemu-common.h"
5 #include "host-utils.h"
7 #include "core-fsf/core-isa.h"
8 #include "overlay_tool.h"
10 static const XtensaConfig fsf = {
11 .name = "fsf",
12 .options = XTENSA_OPTIONS,
13 /* GDB for this core is not supported currently */
14 .nareg = XCHAL_NUM_AREGS,
15 .ndepc = 1,
16 EXCEPTIONS_SECTION,
17 INTERRUPTS_SECTION,
18 TLB_SECTION,
19 .clock_freq_khz = 10000,
22 REGISTER_CORE(fsf)