mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
hw/hyperv/hyperv: common compilation unit
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>
This commit is contained in:
parent
b554e754fc
commit
40316f9536
2 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue