Philippe Mathieu-Daudé 4a795202ec 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>
2020-10-06 11:09:35 -04:00
..
2020-08-21 06:30:32 -04:00
2020-10-01 16:41:30 +01:00
2020-09-09 09:27:09 -04:00
2020-10-01 15:28:55 +01:00
2020-10-01 13:04:16 -04:00
2020-09-24 18:48:45 +01:00
2020-08-21 06:30:25 -04:00
2020-08-21 06:30:33 -04:00
2020-08-27 14:04:55 -04:00
2020-09-09 09:27:09 -04:00
2020-08-21 06:30:33 -04:00
2020-08-21 06:30:33 -04:00
2020-09-28 13:13:58 +02:00
2020-08-21 06:30:33 -04:00
2020-08-21 06:30:33 -04:00