[PATCH kvm-unit-tests] fix cirrus-ci-macos-i386 CI job

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Apparently, on that compiler uint32_t is an unsigned long.  Whatever.

Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
---
 x86/asyncpf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x86/asyncpf.c b/x86/asyncpf.c
index 9bf2056..ae9c8cc 100644
--- a/x86/asyncpf.c
+++ b/x86/asyncpf.c
@@ -58,7 +58,7 @@ void* virt;
 volatile uint64_t  i;
 volatile uint64_t phys;
 volatile uint32_t saved_token;
-volatile uint32_t asyncpf_num;
+volatile unsigned asyncpf_num;
 
 static inline uint32_t get_and_clear_apf_reason(void)
 {
-- 
2.43.0





[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux