Jan Kiszka <jan.kiszka@xxxxxxxxxxx> wrote: > Hi guys, > > can anyone comment on commit e4d6d49061 ("introduce VMSTATE_U64") in > qemu-kvm again? I strongly suspect this thing was only introduced to be > able to grab from a __u64 (for kvmclock) without generating a compiler > warning that you may got when using uint64_t, right? Yes, it was that on 64 bit u64 was unsigned long long and uint64_t was only unsigned long or something like that. I have forgot if it was kvmclock or irqchip also. I think that Marcelo also requested it at some point, but dont' remember details :-( Later, Juan. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html