The following changes since commit e607bbee553cfe73072870cef458cfa4e78133e2:
Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-01-26.for-upstream' into staging (2018-01-26 14:24:25 +0000) are available in the git repository at: https://github.com/jasowang/qemu.git tags/net-pull-request for you to fetch changes up to bf4835a4d5338bb7424827715df22570a8adc67c: MAINTAINERS: update Dmitry Fleytman email (2018-01-29 16:05:38 +0800) ---------------------------------------------------------------- ---------------------------------------------------------------- Mao Zhongyi (2): colo: modified the payload compare function colo: compare the packet based on the tcp sequence number Philippe Mathieu-Daudé (1): MAINTAINERS: update Dmitry Fleytman email Thomas Huth (3): net: Allow hubports to connect to other netdevs net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove' qemu-doc: Get rid of "vlan=X" example in the documentation MAINTAINERS | 8 +- hmp-commands.hx | 4 +- net/colo-compare.c | 411 +++++++++++++++++++++++++++++++++-------------------- net/colo.c | 9 ++ net/colo.h | 15 ++ net/hub.c | 27 +++- net/hub.h | 3 +- net/net.c | 2 +- net/slirp.c | 33 +++-- net/trace-events | 2 +- qapi/net.json | 4 +- qemu-options.hx | 12 +- 12 files changed, 347 insertions(+), 183 deletions(-)