The following changes since commit 2e02083438962d26ef9dcc7100f3b378104183db:
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-11-17 19:08:07 +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 c527e0afcd7d719abc3a5ca5e4c8ac2fe48b999f: hw/net/vmxnet3: Fix code to work on big endian hosts, too (2017-11-20 11:08:00 +0800) ---------------------------------------------------------------- ---------------------------------------------------------------- Ed Swierk (1): net: Transmit zero UDP checksum as 0xFFFF Jason Wang (1): Revert "Add new PCI ID for i82559a" Mao Zhongyi (1): colo-compare: fix the dangerous assignment Stefan Weil (1): MAINTAINERS: Add missing entry for eepro100 emulation Thomas Huth (2): hw/net/eepro100: Fix endianness problem on big endian hosts hw/net/vmxnet3: Fix code to work on big endian hosts, too MAINTAINERS | 5 ++ hw/net/e1000.c | 2 +- hw/net/eepro100.c | 17 +--- hw/net/net_rx_pkt.c | 2 +- hw/net/net_tx_pkt.c | 2 +- hw/net/vmware_utils.h | 6 ++ hw/net/vmxnet3.c | 49 ++++++++--- hw/net/vmxnet3.h | 230 ++++++++++++++++++++++++++++++------------------- include/hw/compat.h | 4 - include/hw/pci/pci.h | 1 - include/net/checksum.h | 6 ++ net/colo-compare.c | 2 +- qemu-options.hx | 2 +- 13 files changed, 201 insertions(+), 127 deletions(-)