Re: [Qemu-devel] [PATCH] fixup! char: Convert to new qapi union layout

2015-11-02 Thread Markus Armbruster
Eric Blake writes: > Fix build failure on w32 > > Signed-off-by: Eric Blake Squashed, thanks! > --- > > Hopefully, this is the only use of qapi union types hiding > behind #ifdefs (I relied on the compiler to tell me which spots > need conversion, but that doesn't work for spots that aren't >

[Qemu-devel] [PATCH] fixup! char: Convert to new qapi union layout

2015-10-30 Thread Eric Blake
Fix build failure on w32 Signed-off-by: Eric Blake --- Hopefully, this is the only use of qapi union types hiding behind #ifdefs (I relied on the compiler to tell me which spots need conversion, but that doesn't work for spots that aren't compiled in my setup) qemu-char.c | 4 ++-- 1 file chan