qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] vhost-user-test: fix up rhel6 build


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH] vhost-user-test: fix up rhel6 build
Date: Sat, 24 Oct 2015 18:54:23 +0300

On Sat, Oct 24, 2015 at 08:39:46AM +0800, Gonglei wrote:
> On 2015/10/23 19:36, Michael S. Tsirkin wrote:
> > Build on RHEL6 fails:
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42875
> > 
> > Apparently unnamed unions couldn't use C99  named field initializers.
> > Let's just name the payload union field.
> > 
> > Signed-off-by: Michael S. Tsirkin <address@hidden>
> > ---
> >  tests/vhost-user-test.c | 18 +++++++++---------
> >  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> Reviewed-by: Gonglei <address@hidden>

Tested-by would have more value :)




reply via email to

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