summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>2026-09-01 20:20:43 +0000
committerPhilippe Mathieu-Daudé <philmd@oss.qualcomm.com>2026-09-03 12:22:32 +0200
commit0a40d74a6381c39062b128c5ca9ac45cfc1d1437 (patch)
treedaf525d0c370ac3d66253874dcb947cc3ed67457 /include
parent2ae2099ffa0b30592da2987885cdca6a82b1ab14 (diff)
downloadqemu-0a40d74a6381c39062b128c5ca9ac45cfc1d1437.tar.gz
qemu-0a40d74a6381c39062b128c5ca9ac45cfc1d1437.zip
hw/riscv: remove machines-qom.h
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Message-ID: <20260901202043.26532-15-pierrick.bouvier@oss.qualcomm.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/riscv/machines-qom.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/hw/riscv/machines-qom.h b/include/hw/riscv/machines-qom.h
deleted file mode 100644
index 79d212eeb7..0000000000
--- a/include/hw/riscv/machines-qom.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * QOM type definitions for riscv32 / riscv64 machines
- *
- * Copyright (c) rev.ng Labs Srl.
- *
- * SPDX-License-Identifier: GPL-2.0-or-later
- */
-
-#ifndef HW_RISCV_MACHINES_QOM_H
-#define HW_RISCV_MACHINES_QOM_H
-
-#include "hw/core/boards.h"
-
-#endif