[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 06/10] accel/stubs: drop unused cpu.h include
From: |
Alex Bennée |
Subject: |
[PATCH v1 06/10] accel/stubs: drop unused cpu.h include |
Date: |
Tue, 10 Nov 2020 19:23:12 +0000 |
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201105175153.30489-14-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
accel/stubs/hax-stub.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/accel/stubs/hax-stub.c b/accel/stubs/hax-stub.c
index 1a9da83185..49077f88e3 100644
--- a/accel/stubs/hax-stub.c
+++ b/accel/stubs/hax-stub.c
@@ -14,7 +14,6 @@
*/
#include "qemu/osdep.h"
-#include "cpu.h"
#include "sysemu/hax.h"
int hax_sync_vcpus(void)
--
2.20.1
- [PATCH v1 for 5.1 00/10] various fixes (CI, Xen, plugins), Alex Bennée, 2020/11/10
- [PATCH v1 01/10] plugins: Fix resource leak in connect_socket(), Alex Bennée, 2020/11/10
- [PATCH v1 02/10] plugins: Fix two resource leaks in setup_socket(), Alex Bennée, 2020/11/10
- [PATCH v1 04/10] include/hw/xen.h: drop superfluous struct, Alex Bennée, 2020/11/10
- [PATCH v1 03/10] meson.build: fix building of Xen support for aarch64, Alex Bennée, 2020/11/10
- [PATCH v1 05/10] stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub, Alex Bennée, 2020/11/10
- [PATCH v1 07/10] hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug off, Alex Bennée, 2020/11/10
- [PATCH v1 08/10] tests/acceptance: Disable Spartan-3A DSP 1800A test, Alex Bennée, 2020/11/10
- [PATCH v1 06/10] accel/stubs: drop unused cpu.h include,
Alex Bennée <=
- [PATCH v1 09/10] gitlab: move remaining x86 check-tcg targets to gitlab, Alex Bennée, 2020/11/10
- [PATCH v1 10/10] scripts/ci: clean up default args logic a little, Alex Bennée, 2020/11/10
- Re: [PATCH v1 for 5.1 00/10] various fixes (CI, Xen, plugins), Alex Bennée, 2020/11/10