[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/4] hw/s390x/ipl: Remove unused 'exec/exec-all.h' included heade
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 3/4] hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header |
Date: |
Tue, 12 Dec 2023 12:36:39 +0100 |
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
hw/s390x/ipl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c
index 515dcf51b5..62182d81a0 100644
--- a/hw/s390x/ipl.c
+++ b/hw/s390x/ipl.c
@@ -35,7 +35,6 @@
#include "qemu/cutils.h"
#include "qemu/option.h"
#include "standard-headers/linux/virtio_ids.h"
-#include "exec/exec-all.h"
#define KERN_IMAGE_START 0x010000UL
#define LINUX_MAGIC_ADDR 0x010008UL
--
2.41.0
[PATCH 4/4] target: Restrict 'sysemu/reset.h' to system emulation, Philippe Mathieu-Daudé, 2023/12/12
Re: [PATCH 0/4] hw: Remove 'exec/exec-all.h' header when unused, Philippe Mathieu-Daudé, 2023/12/26