qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V10 0/5] VMXNET3 paravirtual NIC device implemen


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH V10 0/5] VMXNET3 paravirtual NIC device implementation
Date: Thu, 21 Feb 2013 11:47:21 +0100

Hi Dmitry,
The net multiqueue feature went into QEMU 1.4 and conflicts with vmxnet3.c.

Please post a rebased version onto qemu.git/master so vmxnet3 can be
merged.  I'm currently getting the following compiler errors with
these patches:

hw/vmxnet3.c: In function ‘vmxnet3_set_variable_mac’:
hw/vmxnet3.c:438:37: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c: In function ‘vmxnet3_send_packet’:
hw/vmxnet3.c:680:47: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c: In function ‘vmxnet3_update_features’:
hw/vmxnet3.c:1285:31: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c: In function ‘vmxnet3_can_receive’:
hw/vmxnet3.c:1715:94: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1715:162: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1715:178: error: initialization from incompatible pointer
type [-Werror]
hw/vmxnet3.c:1715:178: error: (near initialization for ‘s’) [-Werror]
hw/vmxnet3.c:1715:216: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1715:72: error: unused variable ‘offset_must_be_zero’
[-Werror=unused-variable]
hw/vmxnet3.c: In function ‘vmxnet3_receive’:
hw/vmxnet3.c:1795:94: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1795:162: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1795:178: error: initialization from incompatible pointer
type [-Werror]
hw/vmxnet3.c:1795:178: error: (near initialization for ‘s’) [-Werror]
hw/vmxnet3.c:1795:216: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1795:72: error: unused variable ‘offset_must_be_zero’
[-Werror=unused-variable]
hw/vmxnet3.c:1798:37: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c: In function ‘vmxnet3_cleanup’:
hw/vmxnet3.c:1830:94: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1830:162: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1830:178: error: initialization from incompatible pointer
type [-Werror]
hw/vmxnet3.c:1830:178: error: (near initialization for ‘s’) [-Werror]
hw/vmxnet3.c:1830:216: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1830:72: error: unused variable ‘offset_must_be_zero’
[-Werror=unused-variable]
hw/vmxnet3.c: In function ‘vmxnet3_set_link_status’:
hw/vmxnet3.c:1836:94: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1836:162: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1836:178: error: initialization from incompatible pointer
type [-Werror]
hw/vmxnet3.c:1836:178: error: (near initialization for ‘s’) [-Werror]
hw/vmxnet3.c:1836:216: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1836:72: error: unused variable ‘offset_must_be_zero’
[-Werror=unused-variable]
hw/vmxnet3.c: In function ‘vmxnet3_peer_has_vnet_hdr’:
hw/vmxnet3.c:1859:34: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c: In function ‘vmxnet3_net_uninit’:
hw/vmxnet3.c:1877:32: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c: In function ‘vmxnet3_net_init’:
hw/vmxnet3.c:1909:36: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1910:34: error: ‘NICState’ has no member named ‘nc’
hw/vmxnet3.c:1913:37: error: ‘NICState’ has no member named ‘nc’



reply via email to

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