hw/riscv: Include full path to target 'cpu.h' header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20260313062055.2188-31-philmd@linaro.org>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "hw/misc/riscv_cmgcr.h"
|
||||
#include "hw/core/qdev-properties.h"
|
||||
|
||||
#include "cpu.h"
|
||||
#include "target/riscv/cpu.h"
|
||||
|
||||
#define CM_RESET_VEC 0x1FC00000
|
||||
#define GCR_ADDRSPACE_SZ 0x8000
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
#include "cpu.h"
|
||||
#include "target/riscv/cpu.h"
|
||||
#include "qemu/log.h"
|
||||
#include "qemu/module.h"
|
||||
#include "qemu/timer.h"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/units.h"
|
||||
#include "qapi/error.h"
|
||||
#include "cpu.h"
|
||||
#include "target/riscv/cpu.h"
|
||||
#include "hw/core/sysbus.h"
|
||||
#include "system/system.h"
|
||||
#include "net/net.h"
|
||||
|
||||
Reference in New Issue
Block a user