]> git.proxmox.com Git - mirror_qemu.git/commit
net: netmap: Fix compilation issue
authorVincenzo Maffione <v.maffione@gmail.com>
Tue, 10 Nov 2015 09:47:21 +0000 (10:47 +0100)
committerJason Wang <jasowang@redhat.com>
Thu, 12 Nov 2015 07:30:47 +0000 (15:30 +0800)
commit54c59b4de584b3467166febb4ff84627a2f29a0e
tree7097cfd6fb33166d52345a366239e0f23e3f4404
parentba63ec8594a5dd412182aced07b4bf042403766a
net: netmap: Fix compilation issue

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.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Vincenzo Maffione <v.maffione@gmail.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/netmap.c