vmxnet3: VMStatify rx/tx q_descr and int_state
commita11f5cb005f9854f0d78da97fc23adf5bc8c83f3
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 15 Dec 2016 20:05:09 +0000 (15 20:05 +0000)
committerJason Wang <jasowang@redhat.com>
Mon, 6 Mar 2017 03:46:02 +0000 (6 11:46 +0800)
tree872460c99ad2d2d4c5c0cf21adabfea161fe2ee6
parent5504bba1fbc987bb3d1d47e169f53b2fe999716c
vmxnet3: VMStatify rx/tx q_descr and int_state

Fairly simple mechanical conversion of all fields.

TODO!!!!
The problem is vmxnet3-ring size/cell_size/next are declared as size_t
but written as 32bit.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Acked-by: Dmitry Fleytman <dmitry@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/vmxnet3.c