aboutsummaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
AgeCommit message (Expand)Author
2020-12-08failover: simplify virtio_net_find_primary()Juan Quintela
2020-12-08failover: Remove memory leakJuan Quintela
2020-12-08failover: Remove primary_device_dictJuan Quintela
2020-12-08failover: remove standby_id variableJuan Quintela
2020-12-08failover: Remove primary_device_optsJuan Quintela
2020-12-08failover: g_strcmp0() knows how to handle NULLJuan Quintela
2020-12-08failover: Rename bool to failover_primary_hiddenJuan Quintela
2020-12-08failover: qdev_device_add() returns err or dev setJuan Quintela
2020-12-08failover: Remove external partially_hotplugged propertyJuan Quintela
2020-12-08failover: Remove unused parameterJuan Quintela
2020-12-08failover: primary bus is only used once, and where it is setJuan Quintela
2020-12-08failover: Use always atomics for primary_should_be_hiddenJuan Quintela
2020-12-08failover: fix indentantionJuan Quintela
2020-11-11virtio-net: Set mac address to hardware if the peer is vdpaCindy Lu
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-01hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()Chen Qun
2020-07-28virtio-net: check the existence of peer before accessing vDPA configJason Wang
2020-07-15virtio-net: fix removal of failover deviceJuan Quintela
2020-07-10error: Reduce unnecessary error propagationMarkus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu
2020-07-02net/virtio: Fix failover_replug_primary() return value regressionMarkus Armbruster
2020-06-18virtio-net: align RSC fields with updated virtio-net headerYuri Benditovich
2020-06-18virtio-net: add migration support for RSS and hash reportYuri Benditovich
2020-06-18virtio-net: reference implementation of hash reportYuri Benditovich
2020-06-18virtio-net: implement RX RSS processingYuri Benditovich
2020-06-18virtio-net: implement RSS configuration commandYuri Benditovich
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster
2020-04-30Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into stagingPeter Maydell
2020-04-29virtio-net: Fix duplex=... and speed=... error handlingMarkus Armbruster
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé
2020-04-28virtio-net: fix rsc_ext compat handlingCornelia Huck
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-01-06virtio-net: delete also control queue when TX/RX deletedYuri Benditovich
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2019-12-02net/virtio: Fix failover error handling crash bugsMarkus Armbruster
2019-12-02net/virtio: Drop useless n->primary_dev not null checksMarkus Armbruster
2019-11-25net/virtio: return error when device_opts arg is NULLJens Freimann
2019-11-25net/virtio: fix re-plugging of primary deviceJens Freimann
2019-11-25net/virtio: return early when failover primary alread addedJens Freimann
2019-11-25net/virtio: fix dev_unplug_pendingJens Freimann
2019-10-29virtio_net: use RCU_READ_LOCK_GUARDDr. David Alan Gilbert
2019-10-29net/virtio: add failover supportJens Freimann