qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/19] Migration patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/19] Migration patches
Date: Mon, 15 Jul 2019 15:17:57 +0100

On Mon, 15 Jul 2019 at 15:04, Daniel P. Berrangé <address@hidden> wrote:
>     MultiFDInit_t msg = {0};
>
> should fix it.

A minor nit, but "= {}" is our standard struct-zero-initializer
so we should prefer that, I think. (I know it is not the C-spec
recommended version but some C compilers incorrectly warn about
"= {0}" whereas no compiler we care about warns about the
gnu-extension "= {}".)

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]