[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 06/19] target/mips: Remove unused headers from kvm.c
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 06/19] target/mips: Remove unused headers from kvm.c |
Date: |
Mon, 7 Dec 2020 00:39:36 +0100 |
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
target/mips/kvm.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/target/mips/kvm.c b/target/mips/kvm.c
index 72637a1e021..b3f193f7764 100644
--- a/target/mips/kvm.c
+++ b/target/mips/kvm.c
@@ -19,11 +19,9 @@
#include "internal.h"
#include "qemu/error-report.h"
#include "qemu/main-loop.h"
-#include "qemu/timer.h"
#include "sysemu/kvm.h"
#include "sysemu/kvm_int.h"
#include "sysemu/runstate.h"
-#include "sysemu/cpus.h"
#include "kvm_mips.h"
#include "exec/memattrs.h"
#include "hw/boards.h"
--
2.26.2
- [PATCH 01/19] hw/mips: Move address translation helpers to target/mips/, (continued)
- [PATCH 01/19] hw/mips: Move address translation helpers to target/mips/, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 02/19] target/mips: Remove unused headers from translate.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 03/19] target/mips: Remove unused headers from fpu_helper.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 05/19] target/mips: Remove unused headers from op_helper.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 06/19] target/mips: Remove unused headers from kvm.c,
Philippe Mathieu-Daudé <=
- [PATCH 07/19] target/mips: Include "exec/memattrs.h" in 'internal.h', Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 08/19] target/mips: Extract cpu_supports*/cpu_set* translate.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 10/19] target/mips: Add !CONFIG_USER_ONLY comment after #endif, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 09/19] target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c, Philippe Mathieu-Daudé, 2020/12/06