On 11/16/21 8:39 PM, Philippe Mathieu-Daudé wrote:
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é<phi...@redhat.com> --- target/i386/kvm/kvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~