1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2b61442dfSMasahiro Yamadainclude ../../../build/Build.include
3c2390f16SPaolo Bonzini
4783e9e51SPaolo Bonziniall:
5783e9e51SPaolo Bonzini
6cc68765dSAndrew Jonestop_srcdir = ../../../..
7211929fdSShuah KhanKSFT_KHDR_INSTALL := 1
866d69e08SShuah Khan
966d69e08SShuah Khan# For cross-builds to work, UNAME_M has to map to ARCH and arch specific
1066d69e08SShuah Khan# directories and targets in this Makefile. "uname -m" doesn't map to
1166d69e08SShuah Khan# arch specific sub-directory names.
1266d69e08SShuah Khan#
1366d69e08SShuah Khan# UNAME_M variable to used to run the compiles pointing to the right arch
1466d69e08SShuah Khan# directories and build the right targets for these supported architectures.
1566d69e08SShuah Khan#
1666d69e08SShuah Khan# TEST_GEN_PROGS and LIBKVM are set using UNAME_M variable.
1766d69e08SShuah Khan# LINUX_TOOL_ARCH_INCLUDE is set using ARCH variable.
1866d69e08SShuah Khan#
1966d69e08SShuah Khan# x86_64 targets are named to include x86_64 as a suffix and directories
2066d69e08SShuah Khan# for includes are in x86_64 sub-directory. s390x and aarch64 follow the
2166d69e08SShuah Khan# same convention. "uname -m" doesn't result in the correct mapping for
2266d69e08SShuah Khan# s390x and aarch64.
2366d69e08SShuah Khan#
2466d69e08SShuah Khan# No change necessary for x86_64
25783e9e51SPaolo BonziniUNAME_M := $(shell uname -m)
26783e9e51SPaolo Bonzini
2766d69e08SShuah Khan# Set UNAME_M for arm64 compile/install to work
2866d69e08SShuah Khanifeq ($(ARCH),arm64)
2966d69e08SShuah Khan	UNAME_M := aarch64
3066d69e08SShuah Khanendif
3166d69e08SShuah Khan# Set UNAME_M s390x compile/install to work
3266d69e08SShuah Khanifeq ($(ARCH),s390)
3366d69e08SShuah Khan	UNAME_M := s390x
3466d69e08SShuah Khanendif
353e06cdf1SAnup Patel# Set UNAME_M riscv compile/install to work
363e06cdf1SAnup Patelifeq ($(ARCH),riscv)
373e06cdf1SAnup Patel	UNAME_M := riscv
383e06cdf1SAnup Patelendif
3966d69e08SShuah Khan
40cf97d5e9SDavid MatlackLIBKVM += lib/assert.c
41cf97d5e9SDavid MatlackLIBKVM += lib/elf.c
42cf97d5e9SDavid MatlackLIBKVM += lib/guest_modes.c
43cf97d5e9SDavid MatlackLIBKVM += lib/io.c
44cf97d5e9SDavid MatlackLIBKVM += lib/kvm_util.c
45cf97d5e9SDavid MatlackLIBKVM += lib/perf_test_util.c
46cf97d5e9SDavid MatlackLIBKVM += lib/rbtree.c
47cf97d5e9SDavid MatlackLIBKVM += lib/sparsebit.c
48cf97d5e9SDavid MatlackLIBKVM += lib/test_util.c
49cf97d5e9SDavid Matlack
50cf97d5e9SDavid MatlackLIBKVM_x86_64 += lib/x86_64/apic.c
51cf97d5e9SDavid MatlackLIBKVM_x86_64 += lib/x86_64/handlers.S
5271d48966SDavid MatlackLIBKVM_x86_64 += lib/x86_64/perf_test_util.c
53cf97d5e9SDavid MatlackLIBKVM_x86_64 += lib/x86_64/processor.c
54cf97d5e9SDavid MatlackLIBKVM_x86_64 += lib/x86_64/svm.c
55cf97d5e9SDavid MatlackLIBKVM_x86_64 += lib/x86_64/ucall.c
56cf97d5e9SDavid MatlackLIBKVM_x86_64 += lib/x86_64/vmx.c
57cf97d5e9SDavid Matlack
58cf97d5e9SDavid MatlackLIBKVM_aarch64 += lib/aarch64/gic.c
59cf97d5e9SDavid MatlackLIBKVM_aarch64 += lib/aarch64/gic_v3.c
60cf97d5e9SDavid MatlackLIBKVM_aarch64 += lib/aarch64/handlers.S
61cf97d5e9SDavid MatlackLIBKVM_aarch64 += lib/aarch64/processor.c
62cf97d5e9SDavid MatlackLIBKVM_aarch64 += lib/aarch64/spinlock.c
63cf97d5e9SDavid MatlackLIBKVM_aarch64 += lib/aarch64/ucall.c
64cf97d5e9SDavid MatlackLIBKVM_aarch64 += lib/aarch64/vgic.c
65cf97d5e9SDavid Matlack
66cf97d5e9SDavid MatlackLIBKVM_s390x += lib/s390x/diag318_test_handler.c
67cf97d5e9SDavid MatlackLIBKVM_s390x += lib/s390x/processor.c
68cf97d5e9SDavid MatlackLIBKVM_s390x += lib/s390x/ucall.c
69cf97d5e9SDavid Matlack
70cf97d5e9SDavid MatlackLIBKVM_riscv += lib/riscv/processor.c
71cf97d5e9SDavid MatlackLIBKVM_riscv += lib/riscv/ucall.c
72783e9e51SPaolo Bonzini
73*8448ec59SBen Gardon# Non-compiled test targets
74*8448ec59SBen GardonTEST_PROGS_x86_64 += x86_64/nx_huge_pages_test.sh
75*8448ec59SBen Gardon
76*8448ec59SBen Gardon# Compiled test targets
779e6d484fSVitaly KuznetsovTEST_GEN_PROGS_x86_64 = x86_64/cpuid_test
789e6d484fSVitaly KuznetsovTEST_GEN_PROGS_x86_64 += x86_64/cr4_cpuid_sync_test
7977a3aa26SEmanuele Giuseppe EspositoTEST_GEN_PROGS_x86_64 += x86_64/get_msr_index_features
8018178ff8SVitaly KuznetsovTEST_GEN_PROGS_x86_64 += x86_64/evmcs_test
8139bbcc3aSAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/emulator_error_test
826c2fa8b2SOliver UptonTEST_GEN_PROGS_x86_64 += x86_64/fix_hypercall_test
832c7f76b4SVitaly KuznetsovTEST_GEN_PROGS_x86_64 += x86_64/hyperv_clock
847edcb734SVitaly KuznetsovTEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid
85e2e1cc1fSVitaly KuznetsovTEST_GEN_PROGS_x86_64 += x86_64/hyperv_features
86e67bd7dfSVitaly KuznetsovTEST_GEN_PROGS_x86_64 += x86_64/hyperv_svm_test
8761fb1c54SOliver UptonTEST_GEN_PROGS_x86_64 += x86_64/kvm_clock_test
88ac4a4d6dSOliver UptonTEST_GEN_PROGS_x86_64 += x86_64/kvm_pv_test
899dba988eSAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/mmio_warning_test
90ef6a74b2SSean ChristophersonTEST_GEN_PROGS_x86_64 += x86_64/mmu_role_test
912325d4ddSSean ChristophersonTEST_GEN_PROGS_x86_64 += x86_64/monitor_mwait_test
9261cfcd54SAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/platform_info_test
93bef9a701SJim MattsonTEST_GEN_PROGS_x86_64 += x86_64/pmu_event_filter_test
943df22524SEmanuele Giuseppe EspositoTEST_GEN_PROGS_x86_64 += x86_64/set_boot_cpu_id
9561cfcd54SAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test
9661cfcd54SAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/smm_test
9761cfcd54SAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/state_test
988d7fbf01SMakarand SonareTEST_GEN_PROGS_x86_64 += x86_64/vmx_preemption_timer_test
9994c4b76bSAndrew JonesTEST_GEN_PROGS_x86_64 += x86_64/svm_vmcall_test
1001ad32105SMaxim LevitskyTEST_GEN_PROGS_x86_64 += x86_64/svm_int_ctl_test
101d8969871SMaciej S. SzmigieroTEST_GEN_PROGS_x86_64 += x86_64/svm_nested_soft_inject_test
102e467b0deSDavid WoodhouseTEST_GEN_PROGS_x86_64 += x86_64/tsc_scaling_sync
10361cfcd54SAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/sync_regs_test
10410e7a099SSean ChristophersonTEST_GEN_PROGS_x86_64 += x86_64/userspace_io_test
1053cea1891SAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/userspace_msr_exit_test
10697a71a54SJim MattsonTEST_GEN_PROGS_x86_64 += x86_64/vmx_apic_access_test
10761cfcd54SAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/vmx_close_while_nested_test
10809444420SPaolo BonziniTEST_GEN_PROGS_x86_64 += x86_64/vmx_dirty_log_test
109e337f7e0SSean ChristophersonTEST_GEN_PROGS_x86_64 += x86_64/vmx_exception_with_invalid_guest_state
110ab1ef344SSean ChristophersonTEST_GEN_PROGS_x86_64 += x86_64/vmx_invalid_nested_guest_state
111da1e3071SAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/vmx_set_nested_state_test
11261cfcd54SAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/vmx_tsc_adjust_test
113efe58549SIlias StamatisTEST_GEN_PROGS_x86_64 += x86_64/vmx_nested_tsc_scaling_test
114678e90a3SPeter ShierTEST_GEN_PROGS_x86_64 += x86_64/xapic_ipi_test
11585c68eb4SSean ChristophersonTEST_GEN_PROGS_x86_64 += x86_64/xapic_state_test
116c90992bfSAaron LewisTEST_GEN_PROGS_x86_64 += x86_64/xss_msr_test
117449aa906SPeter XuTEST_GEN_PROGS_x86_64 += x86_64/debug_regs
1180c899c25SPaolo BonziniTEST_GEN_PROGS_x86_64 += x86_64/tsc_msrs_test
119825be3b5SYang WeijiangTEST_GEN_PROGS_x86_64 += x86_64/vmx_pmu_caps_test
1208d4e7e80SDavid WoodhouseTEST_GEN_PROGS_x86_64 += x86_64/xen_shinfo_test
12123200b7aSJoao MartinsTEST_GEN_PROGS_x86_64 += x86_64/xen_vmcall_test
1226a581508SPeter GondaTEST_GEN_PROGS_x86_64 += x86_64/sev_migrate_tests
123bf70636dSYang ZhongTEST_GEN_PROGS_x86_64 += x86_64/amx_test
124753dcf7aSZeng GuangTEST_GEN_PROGS_x86_64 += x86_64/max_vcpuid_cap_test
12530267b43SChenyi QiangTEST_GEN_PROGS_x86_64 += x86_64/triple_fault_event_test
126de1956f4SDavid MatlackTEST_GEN_PROGS_x86_64 += access_tracking_perf_test
127025eed7bSBen GardonTEST_GEN_PROGS_x86_64 += demand_paging_test
12894c4b76bSAndrew JonesTEST_GEN_PROGS_x86_64 += dirty_log_test
1294fd94ec7SBen GardonTEST_GEN_PROGS_x86_64 += dirty_log_perf_test
1301838b06bSIgnacio AlvaradoTEST_GEN_PROGS_x86_64 += hardware_disable_test
131fd4198bfSPaolo BonziniTEST_GEN_PROGS_x86_64 += kvm_create_max_vcpus
132b9c2bd50SYanan WangTEST_GEN_PROGS_x86_64 += kvm_page_table_test
133b58c55d5SSean ChristophersonTEST_GEN_PROGS_x86_64 += max_guest_memory_test
134f73a3446SBen GardonTEST_GEN_PROGS_x86_64 += memslot_modification_stress_test
135cad347faSMaciej S. SzmigieroTEST_GEN_PROGS_x86_64 += memslot_perf_test
13661e52f16SSean ChristophersonTEST_GEN_PROGS_x86_64 += rseq_test
1375b4f758fSSean ChristophersonTEST_GEN_PROGS_x86_64 += set_memory_region_test
13894c4b76bSAndrew JonesTEST_GEN_PROGS_x86_64 += steal_time
1390b45d587SJing ZhangTEST_GEN_PROGS_x86_64 += kvm_binary_stats_test
1403f9808caSOliver UptonTEST_GEN_PROGS_x86_64 += system_counter_offset_test
141fff8dcd7SAndrew Jones
142*8448ec59SBen Gardon# Compiled outputs used by test targets
143*8448ec59SBen GardonTEST_GEN_PROGS_EXTENDED_x86_64 += x86_64/nx_huge_pages_test
144*8448ec59SBen Gardon
1454959d865SRaghavendra Rao AnantaTEST_GEN_PROGS_aarch64 += aarch64/arch_timer
1464f05223aSRicardo KollerTEST_GEN_PROGS_aarch64 += aarch64/debug-exceptions
147fd02029aSAndrew JonesTEST_GEN_PROGS_aarch64 += aarch64/get-reg-list
1485ca24697SRaghavendra Rao AnantaTEST_GEN_PROGS_aarch64 += aarch64/hypercalls
149bf08515dSOliver UptonTEST_GEN_PROGS_aarch64 += aarch64/psci_test
1502f5d27e6SReiji WatanabeTEST_GEN_PROGS_aarch64 += aarch64/vcpu_width_config
151dc0e058eSEric AugerTEST_GEN_PROGS_aarch64 += aarch64/vgic_init
15250b020cdSRicardo KollerTEST_GEN_PROGS_aarch64 += aarch64/vgic_irq
153025eed7bSBen GardonTEST_GEN_PROGS_aarch64 += demand_paging_test
15494c4b76bSAndrew JonesTEST_GEN_PROGS_aarch64 += dirty_log_test
15587c5f35eSAndrew JonesTEST_GEN_PROGS_aarch64 += dirty_log_perf_test
15649fe9a5dSThomas HuthTEST_GEN_PROGS_aarch64 += kvm_create_max_vcpus
157b9c2bd50SYanan WangTEST_GEN_PROGS_aarch64 += kvm_page_table_test
158358928fdSRicardo KollerTEST_GEN_PROGS_aarch64 += memslot_modification_stress_test
159358928fdSRicardo KollerTEST_GEN_PROGS_aarch64 += memslot_perf_test
16061e52f16SSean ChristophersonTEST_GEN_PROGS_aarch64 += rseq_test
1615b4f758fSSean ChristophersonTEST_GEN_PROGS_aarch64 += set_memory_region_test
16294c4b76bSAndrew JonesTEST_GEN_PROGS_aarch64 += steal_time
1630b45d587SJing ZhangTEST_GEN_PROGS_aarch64 += kvm_binary_stats_test
164783e9e51SPaolo Bonzini
165be6f55a6SThomas HuthTEST_GEN_PROGS_s390x = s390x/memop
166b25d4cb4SJanosch FrankTEST_GEN_PROGS_s390x += s390x/resets
16794c4b76bSAndrew JonesTEST_GEN_PROGS_s390x += s390x/sync_regs_test
168c7ef9ebbSJanis Schoetterl-GlauschTEST_GEN_PROGS_s390x += s390x/tprot
169025eed7bSBen GardonTEST_GEN_PROGS_s390x += demand_paging_test
17094c4b76bSAndrew JonesTEST_GEN_PROGS_s390x += dirty_log_test
17149fe9a5dSThomas HuthTEST_GEN_PROGS_s390x += kvm_create_max_vcpus
172b9c2bd50SYanan WangTEST_GEN_PROGS_s390x += kvm_page_table_test
17361e52f16SSean ChristophersonTEST_GEN_PROGS_s390x += rseq_test
1745b4f758fSSean ChristophersonTEST_GEN_PROGS_s390x += set_memory_region_test
1750b45d587SJing ZhangTEST_GEN_PROGS_s390x += kvm_binary_stats_test
176783e9e51SPaolo Bonzini
1773e06cdf1SAnup PatelTEST_GEN_PROGS_riscv += demand_paging_test
1783e06cdf1SAnup PatelTEST_GEN_PROGS_riscv += dirty_log_test
1793e06cdf1SAnup PatelTEST_GEN_PROGS_riscv += kvm_create_max_vcpus
1803e06cdf1SAnup PatelTEST_GEN_PROGS_riscv += kvm_page_table_test
1813e06cdf1SAnup PatelTEST_GEN_PROGS_riscv += set_memory_region_test
1823e06cdf1SAnup PatelTEST_GEN_PROGS_riscv += kvm_binary_stats_test
1833e06cdf1SAnup Patel
184*8448ec59SBen GardonTEST_PROGS += $(TEST_PROGS_$(UNAME_M))
185783e9e51SPaolo BonziniTEST_GEN_PROGS += $(TEST_GEN_PROGS_$(UNAME_M))
186*8448ec59SBen GardonTEST_GEN_PROGS_EXTENDED += $(TEST_GEN_PROGS_EXTENDED_$(UNAME_M))
187783e9e51SPaolo BonziniLIBKVM += $(LIBKVM_$(UNAME_M))
188783e9e51SPaolo Bonzini
189783e9e51SPaolo BonziniINSTALL_HDR_PATH = $(top_srcdir)/usr
190783e9e51SPaolo BonziniLINUX_HDR_PATH = $(INSTALL_HDR_PATH)/include/
191cc68765dSAndrew JonesLINUX_TOOL_INCLUDE = $(top_srcdir)/tools/include
192b80db73dSVitaly Kuznetsovifeq ($(ARCH),x86_64)
193b80db73dSVitaly KuznetsovLINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/x86/include
194b80db73dSVitaly Kuznetsovelse
19566d69e08SShuah KhanLINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
196b80db73dSVitaly Kuznetsovendif
197319f6f97SThomas HuthCFLAGS += -Wall -Wstrict-prototypes -Wuninitialized -O2 -g -std=gnu99 \
198319f6f97SThomas Huth	-fno-stack-protector -fno-PIE -I$(LINUX_TOOL_INCLUDE) \
199a5543d34SSean Christopherson	-I$(LINUX_TOOL_ARCH_INCLUDE) -I$(LINUX_HDR_PATH) -Iinclude \
2000cc5963bSMuhammad Usama Anjum	-I$(<D) -Iinclude/$(UNAME_M) -I.. $(EXTRA_CFLAGS) $(KHDR_INCLUDES)
201c2390f16SPaolo Bonzini
202c2390f16SPaolo Bonzinino-pie-option := $(call try-run, echo 'int main() { return 0; }' | \
2036e06983dSShuah Khan        $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie)
204c2390f16SPaolo Bonzini
2058343ba2dSChristian Borntraeger# On s390, build the testcases KVM-enabled
2068343ba2dSChristian Borntraegerpgste-option = $(call try-run, echo 'int main() { return 0; }' | \
2078343ba2dSChristian Borntraeger	$(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
2088343ba2dSChristian Borntraeger
2098343ba2dSChristian Borntraeger
2108343ba2dSChristian BorntraegerLDFLAGS += -pthread $(no-pie-option) $(pgste-option)
211783e9e51SPaolo Bonzini
212783e9e51SPaolo Bonzini# After inclusion, $(OUTPUT) is defined and
213783e9e51SPaolo Bonzini# $(TEST_GEN_PROGS) starts with $(OUTPUT)/
214783e9e51SPaolo Bonziniinclude ../lib.mk
215783e9e51SPaolo Bonzini
21629faeb96SAaron LewisLIBKVM_C := $(filter %.c,$(LIBKVM))
21729faeb96SAaron LewisLIBKVM_S := $(filter %.S,$(LIBKVM))
21829faeb96SAaron LewisLIBKVM_C_OBJ := $(patsubst %.c, $(OUTPUT)/%.o, $(LIBKVM_C))
21929faeb96SAaron LewisLIBKVM_S_OBJ := $(patsubst %.S, $(OUTPUT)/%.o, $(LIBKVM_S))
220cdc979daSDavid MatlackLIBKVM_OBJS = $(LIBKVM_C_OBJ) $(LIBKVM_S_OBJ)
221cdc979daSDavid Matlack
222cdc979daSDavid MatlackEXTRA_CLEAN += $(LIBKVM_OBJS) cscope.*
223783e9e51SPaolo Bonzini
22429faeb96SAaron Lewisx := $(shell mkdir -p $(sort $(dir $(LIBKVM_C_OBJ) $(LIBKVM_S_OBJ))))
22529faeb96SAaron Lewis$(LIBKVM_C_OBJ): $(OUTPUT)/%.o: %.c
226783e9e51SPaolo Bonzini	$(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c $< -o $@
227783e9e51SPaolo Bonzini
22829faeb96SAaron Lewis$(LIBKVM_S_OBJ): $(OUTPUT)/%.o: %.S
22929faeb96SAaron Lewis	$(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c $< -o $@
23029faeb96SAaron Lewis
23166d69e08SShuah Khanx := $(shell mkdir -p $(sort $(dir $(TEST_GEN_PROGS))))
232cdc979daSDavid Matlack$(TEST_GEN_PROGS): $(LIBKVM_OBJS)
233*8448ec59SBen Gardon$(TEST_GEN_PROGS_EXTENDED): $(LIBKVM_OBJS)
234eea192bfSAndrew Jones
235eea192bfSAndrew Jonescscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib ..
236eea192bfSAndrew Jonescscope:
237eea192bfSAndrew Jones	$(RM) cscope.*
238eea192bfSAndrew Jones	(find $(include_paths) -name '*.h' \
239eea192bfSAndrew Jones		-exec realpath --relative-base=$(PWD) {} \;; \
240eea192bfSAndrew Jones	find . -name '*.c' \
241eea192bfSAndrew Jones		-exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
242eea192bfSAndrew Jones	cscope -b
243