The following changes since commit d8276573da58e8ce78dab8c46dd660efd664bcb7:
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging (2019-05-16 13:15:08 +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 78e4f446d2569210a8558946b2321f9ff2ef47f6: net/colo-compare.c: Fix a crash in COLO Primary. (2019-05-17 17:00:12 +0800) ---------------------------------------------------------------- ---------------------------------------------------------------- Chris Kenna (1): e1000: Never increment the RX undersize count register Jason Wang (1): vhost_net: don't set backend for the uninitialized virtqueue Lukas Straub (1): net/colo-compare.c: Fix a crash in COLO Primary. Stefano Garzarella (1): net/slirp: fix the IPv6 prefix length error message hw/net/e1000.c | 1 - hw/net/vhost_net.c | 10 ++++++++++ hw/virtio/virtio.c | 5 +++++ include/hw/virtio/virtio.h | 1 + net/colo-compare.c | 3 +-- net/slirp.c | 3 ++- 6 files changed, 19 insertions(+), 4 deletions(-)