Searched hist:"4 d53dcc5d0bc2c445e29cb14df6d2cf93091731f" (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | private_mem_conversions_test.c | diff 4d53dcc5d0bc2c445e29cb14df6d2cf93091731f Wed Nov 29 23:49:14 CET 2023 Sean Christopherson <seanjc@google.com> KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
Convert %llx to %lx as appropriate in guest asserts. The guest printf implementation treats them the same as KVM selftests are 64-bit only, but strictly adhering to the correct format will allow annotating the underlying helpers with __printf() without introducing new warnings in the build.
Link: https://lore.kernel.org/r/20231129224916.532431-3-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
|
H A D | xcr0_cpuid_test.c | diff 4d53dcc5d0bc2c445e29cb14df6d2cf93091731f Wed Nov 29 23:49:14 CET 2023 Sean Christopherson <seanjc@google.com> KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
Convert %llx to %lx as appropriate in guest asserts. The guest printf implementation treats them the same as KVM selftests are 64-bit only, but strictly adhering to the correct format will allow annotating the underlying helpers with __printf() without introducing new warnings in the build.
Link: https://lore.kernel.org/r/20231129224916.532431-3-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
|
H A D | svm_nested_soft_inject_test.c | diff 4d53dcc5d0bc2c445e29cb14df6d2cf93091731f Wed Nov 29 23:49:14 CET 2023 Sean Christopherson <seanjc@google.com> KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
Convert %llx to %lx as appropriate in guest asserts. The guest printf implementation treats them the same as KVM selftests are 64-bit only, but strictly adhering to the correct format will allow annotating the underlying helpers with __printf() without introducing new warnings in the build.
Link: https://lore.kernel.org/r/20231129224916.532431-3-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
|
H A D | vmx_pmu_caps_test.c | diff 4d53dcc5d0bc2c445e29cb14df6d2cf93091731f Wed Nov 29 23:49:14 CET 2023 Sean Christopherson <seanjc@google.com> KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
Convert %llx to %lx as appropriate in guest asserts. The guest printf implementation treats them the same as KVM selftests are 64-bit only, but strictly adhering to the correct format will allow annotating the underlying helpers with __printf() without introducing new warnings in the build.
Link: https://lore.kernel.org/r/20231129224916.532431-3-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
|
H A D | hyperv_features.c | diff 4d53dcc5d0bc2c445e29cb14df6d2cf93091731f Wed Nov 29 23:49:14 CET 2023 Sean Christopherson <seanjc@google.com> KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
Convert %llx to %lx as appropriate in guest asserts. The guest printf implementation treats them the same as KVM selftests are 64-bit only, but strictly adhering to the correct format will allow annotating the underlying helpers with __printf() without introducing new warnings in the build.
Link: https://lore.kernel.org/r/20231129224916.532431-3-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
|
/linux/tools/testing/selftests/kvm/ |
H A D | set_memory_region_test.c | diff 4d53dcc5d0bc2c445e29cb14df6d2cf93091731f Wed Nov 29 23:49:14 CET 2023 Sean Christopherson <seanjc@google.com> KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
Convert %llx to %lx as appropriate in guest asserts. The guest printf implementation treats them the same as KVM selftests are 64-bit only, but strictly adhering to the correct format will allow annotating the underlying helpers with __printf() without introducing new warnings in the build.
Link: https://lore.kernel.org/r/20231129224916.532431-3-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
|