The following changes since commit 673205379fb499d2b72f2985b47ec7114282f5fe:
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200714' into staging (2020-07-15 13:04:27 +0100) are available in the git repository at: https://github.com/jasowang/qemu.git tags/net-pull-request for you to fetch changes up to a134321ef676723768973537bb9b49365ae2062e: ftgmac100: fix dblac write test (2020-07-15 21:00:13 +0800) ---------------------------------------------------------------- ---------------------------------------------------------------- Andrew (1): hw/net: Added CSO for IPv6 Daniel P. Berrangé (1): net: detect errors from probing vnet hdr flag for TAP devices Juan Quintela (1): virtio-net: fix removal of failover device Laurent Vivier (1): net: check if the file descriptor is valid before using it Zhang Chen (2): net/colo-compare.c: Expose compare "max_queue_size" to users qemu-options.hx: Clean up and fix typo for colo-compare erik-smit (1): ftgmac100: fix dblac write test hw/net/ftgmac100.c | 14 +++++++------ hw/net/net_tx_pkt.c | 15 ++++++++++--- hw/net/virtio-net.c | 1 + include/qemu/sockets.h | 1 + net/colo-compare.c | 43 ++++++++++++++++++++++++++++++++++++- net/socket.c | 9 ++++++-- net/tap-bsd.c | 2 +- net/tap-linux.c | 8 ++++--- net/tap-solaris.c | 2 +- net/tap-stub.c | 2 +- net/tap.c | 50 +++++++++++++++++++++++++++++++++++-------- net/tap_int.h | 2 +- qemu-options.hx | 33 +++++++++++++++-------------- util/oslib-posix.c | 26 ++++++++++++++++------- util/oslib-win32.c | 57 ++++++++++++++++++++++++++++---------------------- 15 files changed, 188 insertions(+), 77 deletions(-)