|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-devel] [PATCH v3 6/9] target-mips: kvm: Add main KVM support for MIPS |
Date: | Fri, 14 Mar 2014 13:53:36 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
Il 13/03/2014 23:35, Peter Maydell ha scritto:
> I'm not sure if we have a policy about __u64 etc. in KVM code. Since > it'll be Linux-only I don't see problems currently; for cross-platform > parts we prefer uint64_t. Suggest to leave as is unless told otherwise.For ARM I took the view that __u64 were the kernel's types, not ours. The kernel header structs define fields as __u64 but for in-QEMU functions and variables we should use the posix uint64_t.
Agree. Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |