[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 14/22] hw/hyperv/hyperv: common compilation unit
From: |
Philippe Mathieu-Daudé |
Subject: |
[PULL 14/22] hw/hyperv/hyperv: common compilation unit |
Date: |
Tue, 6 May 2025 16:35:03 +0200 |
From: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250424232829.141163-9-pierrick.bouvier@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
hw/hyperv/hyperv.c | 3 ++-
hw/hyperv/meson.build | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/hw/hyperv/hyperv.c b/hw/hyperv/hyperv.c
index 0271cfd2719..e4d0688dbfa 100644
--- a/hw/hyperv/hyperv.c
+++ b/hw/hyperv/hyperv.c
@@ -13,6 +13,8 @@
#include "qapi/error.h"
#include "system/address-spaces.h"
#include "system/memory.h"
+#include "exec/target_page.h"
+#include "linux/kvm.h"
#include "system/kvm.h"
#include "qemu/bitops.h"
#include "qemu/error-report.h"
@@ -23,7 +25,6 @@
#include "hw/hyperv/hyperv.h"
#include "qom/object.h"
#include "target/i386/kvm/hyperv-proto.h"
-#include "target/i386/cpu.h"
#include "exec/target_page.h"
struct SynICState {
diff --git a/hw/hyperv/meson.build b/hw/hyperv/meson.build
index ef5a596c8ab..d1cf781f049 100644
--- a/hw/hyperv/meson.build
+++ b/hw/hyperv/meson.build
@@ -1,4 +1,4 @@
-specific_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
+system_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
system_ss.add(when: 'CONFIG_HYPERV_TESTDEV', if_true:
files('hyperv_testdev.c'))
system_ss.add(when: 'CONFIG_VMBUS', if_true: files('vmbus.c'))
system_ss.add(when: 'CONFIG_SYNDBG', if_true: files('syndbg.c'))
--
2.47.1
- [PULL 07/22] system/hvf: Expose hvf_enabled() to common code, (continued)
- [PULL 07/22] system/hvf: Expose hvf_enabled() to common code, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 08/22] hw/hyperv/hv-balloon-stub: common compilation unit, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 09/22] hw/hyperv/hyperv.h: header cleanup, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 10/22] hw/hyperv/vmbus: common compilation unit, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 12/22] hw/hyperv/balloon: common balloon compilation units, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 11/22] hw/hyperv/syndbg: common compilation unit, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 13/22] hw/hyperv/hyperv_testdev: common compilation unit, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 15/22] hw/core/machine: Fix indentation, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 16/22] hw/pci/pcie_port: Fix pcie_slot_is_hotpluggbale_bus typo, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 18/22] hw/i386/acpi-build: Fix build_append_notfication_callback typo, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 14/22] hw/hyperv/hyperv: common compilation unit,
Philippe Mathieu-Daudé <=
- [PULL 17/22] hw/acpi/ged: Fix wrong identation, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 20/22] hw/i386/acpi-build: Fix typo and grammar in comment, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 21/22] hw/acpi/pcihp: Fix typo in function name, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 22/22] hw/isa/ich9: Remove stray empty comment, Philippe Mathieu-Daudé, 2025/05/06
- [PULL 19/22] hw/i386/acpi-build: Update document reference, Philippe Mathieu-Daudé, 2025/05/06