Re: [Qemu-devel] [PATCH v2 1/2] net: netmap: Fix compilation issue

2015-11-06 Thread Eric Blake
On 11/06/2015 08:13 AM, Vincenzo Maffione wrote: > Reorganization of struct NetClientOptions (commit e4ba22b) caused a > compilation failure of the netmap backend. This patch fixes the issue > by properly accessing the union field. Technically, it was 8d0bcba that missed converting net/netmap.c al

[Qemu-devel] [PATCH v2 1/2] net: netmap: Fix compilation issue

2015-11-06 Thread Vincenzo Maffione
Reorganization of struct NetClientOptions (commit e4ba22b) caused a compilation failure of the netmap backend. This patch fixes the issue by properly accessing the union field. Signed-off-by: Vincenzo Maffione --- net/netmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n