1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/tools/testing/selftests/kvm
David Woodhouse 96f124015f KVM: selftests: add -MP to CFLAGS
Using -MD without -MP causes build failures when a header file is deleted
or moved. With -MP, the compiler will emit phony targets for the header
files it lists as dependencies, and the Makefiles won't refuse to attempt
to rebuild a C unit which no longer includes the deleted header.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Link: https://lore.kernel.org/r/9fc8b5395321abbfcaf5d78477a9a7cd350b08e4.camel@infradead.org
Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-12-08 13:18:50 -05:00
..
aarch64 Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/next 2023-10-30 20:24:19 +00:00
include ARM: 2023-11-02 15:45:15 -10:00
lib KVM/arm64 updates for 6.7 2023-10-31 16:37:07 -04:00
riscv KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test 2023-10-20 16:50:39 +05:30
s390x KVM: s390: selftests: Add selftest for single-stepping 2023-08-28 09:24:20 +00:00
x86_64 KVM: selftests: Actually print out magic token in NX hugepages skip message 2023-12-08 13:18:45 -05:00
.gitignore KVM: selftests: Use pattern matching in .gitignore 2022-12-27 06:00:46 -05:00
access_tracking_perf_test.c Merge remote-tracking branch 'kvm/queue' into HEAD 2022-12-12 15:54:07 -05:00
config KVM: selftests: Fixup config fragment for access_tracking_perf_test 2023-03-30 19:27:56 +01:00
demand_paging_test.c KVM: selftests: Allow specify physical cpu list in demand paging test 2023-06-06 17:29:49 -07:00
dirty_log_perf_test.c KVM: selftests: Allow specify physical cpu list in demand paging test 2023-06-06 17:29:49 -07:00
dirty_log_test.c Merge remote-tracking branch 'kvm/queue' into HEAD 2022-12-12 15:54:07 -05:00
get-reg-list.c KVM: selftests: Add skip_set facility to get_reg_list test 2023-08-09 12:15:22 +05:30
guest_print_test.c KVM: selftests: Rip out old, param-based guest assert macros 2023-08-02 14:43:16 -07:00
hardware_disable_test.c KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create() 2022-06-11 11:47:26 -04:00
kvm_binary_stats_test.c KVM: selftests: Verify stats fd is usable after VM fd has been closed 2023-07-29 11:05:30 -04:00
kvm_create_max_vcpus.c KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste 2022-06-11 11:47:29 -04:00
kvm_page_table_test.c KVM: selftests: use unified time type for comparison 2023-08-02 13:36:08 -07:00
Makefile KVM: selftests: add -MP to CFLAGS 2023-12-08 13:18:50 -05:00
max_guest_memory_test.c KVM: selftests: Rename the ASSERT_EQ macro 2023-08-02 14:34:01 -07:00
memslot_modification_stress_test.c KVM/arm64 updates for 6.2 2022-12-09 09:12:12 +01:00
memslot_perf_test.c KVM: selftests: Zero-initialize entire test_result in memslot perf test 2023-10-05 19:23:47 -07:00
rseq_test.c KVM: selftests: Fix build of rseq test 2023-01-30 16:29:45 +01:00
set_memory_region_test.c KVM: selftests: Rip out old, param-based guest assert macros 2023-08-02 14:43:16 -07:00
settings selftests: kvm: Raise the default timeout to 120 seconds 2021-02-09 08:17:08 -05:00
steal_time.c KVM: selftests: Rip out old, param-based guest assert macros 2023-08-02 14:43:16 -07:00
system_counter_offset_test.c KVM: selftests: Automatically do init_ucall() for non-barebones VMs 2022-11-16 16:58:51 -08:00