diff options
author | Peter Maydell | 2018-03-26 12:02:50 +0200 |
---|---|---|
committer | Peter Maydell | 2018-03-26 12:02:50 +0200 |
commit | 2ffd221d07a671f72354a063d3080f244ec80b20 (patch) | |
tree | d690ef5304a7ee5edde9c00286c775dfcb796d78 /net/net.c | |
parent | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180323'... (diff) | |
parent | net/vde: print error on vde_open() failure (diff) | |
download | qemu-2ffd221d07a671f72354a063d3080f244ec80b20.tar.gz qemu-2ffd221d07a671f72354a063d3080f244ec80b20.tar.xz qemu-2ffd221d07a671f72354a063d3080f244ec80b20.zip |
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
# gpg: Signature made Mon 26 Mar 2018 07:53:27 BST
# gpg: using RSA key EF04965B398D6211
# gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 215D 46F4 8246 689E C77F 3562 EF04 965B 398D 6211
* remotes/jasowang/tags/net-pull-request:
net/vde: print error on vde_open() failure
virtio_net: flush uncompleted TX on reset
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'net/net.c')
-rw-r--r-- | net/net.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -595,7 +595,6 @@ void qemu_purge_queued_packets(NetClientState *nc) qemu_net_queue_purge(nc->peer->incoming_queue, nc); } -static void qemu_flush_or_purge_queued_packets(NetClientState *nc, bool purge) { nc->receive_disabled = 0; |