summary refs log tree commit diff stats
path: root/docs/sphinx/qapidoc.py
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-09-08 14:34:33 +0200
committerEduardo Habkost <ehabkost@redhat.com>2020-10-06 11:09:35 -0400
commit4a795202ec7deba1b2c251af85192cc8231f9370 (patch)
tree9762f9e3f38b4b5eead34f8614128eed2211e647 /docs/sphinx/qapidoc.py
parentaa1859cc77df9f547cded0b906a0c47f1760be2b (diff)
downloadfocaccia-qemu-4a795202ec7deba1b2c251af85192cc8231f9370.tar.gz
focaccia-qemu-4a795202ec7deba1b2c251af85192cc8231f9370.zip
hw/core/cpu: Add missing 'exec/cpu-common.h' include
cpu_common_reset() uses tcg_flush_softmmu_tlb() which is
declared in "exec/cpu-common.h". Add the missing header
to avoid when refactoring other headers:

  hw/core/cpu.c: In function ‘cpu_common_reset’:
  hw/core/cpu.c:273:9: error: implicit declaration of function ‘tcg_flush_softmmu_tlb’ [-Werror=implicit-function-declaration]
    273 |         tcg_flush_softmmu_tlb(cpu);
        |         ^~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200908123433.105706-1-philmd@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'docs/sphinx/qapidoc.py')
0 files changed, 0 insertions, 0 deletions