commit | dc7d6cafce8a7d36d2ebc03be3b6162e0eb98c22 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Tue Nov 16 20:39:55 2021 +0100 |
committer | Laurent Vivier <laurent@vivier.eu> | Fri Dec 17 10:40:51 2021 +0100 |
tree | 92fc79dbee165548ca6867c48aa72f5a1a9204a7 | |
parent | 57a93f16e8dad554720edcc5ed1fe613d68bf230 [diff] |
target/i386/kvm: Replace use of __u32 type QEMU coding style mandates to not use Linux kernel internal types for scalars types. Replace __u32 by uint32_t. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211116193955.2793171-1-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>