This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/qemu.
from eec398119f Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/vir [...] adds e2c1d78da3 net/vmnet: add vmnet dependency and customizable option adds 81ad2964e9 net/vmnet: add vmnet backends to qapi/net adds 73f99db534 net/vmnet: implement shared mode (vmnet-shared) adds 5cfa643730 net/vmnet: implement host mode (vmnet-host) adds 2c313ae2a0 net/vmnet: implement bridged mode (vmnet-bridged) adds b0290db12d net/vmnet: update qemu-options.hx adds fd8c8c056d net/vmnet: update hmp-commands.hx adds 052c2579b8 tulip: Assign default MAC address if not specified adds bcf0a3a422 Merge tag 'net-pull-request' of https://github.com/jasowang/ [...]
No new revisions were added by this update.
Summary of changes: hmp-commands.hx | 6 +- hw/net/tulip.c | 4 +- meson.build | 16 +- meson_options.txt | 2 + net/clients.h | 11 ++ net/meson.build | 7 + net/net.c | 10 ++ net/vmnet-bridged.m | 152 +++++++++++++++++ net/vmnet-common.m | 378 ++++++++++++++++++++++++++++++++++++++++++ net/vmnet-host.c | 128 ++++++++++++++ net/vmnet-shared.c | 114 +++++++++++++ net/vmnet_int.h | 63 +++++++ qapi/net.json | 133 ++++++++++++++- qemu-options.hx | 25 +++ scripts/meson-buildoptions.sh | 1 + 15 files changed, 1044 insertions(+), 6 deletions(-) create mode 100644 net/vmnet-bridged.m create mode 100644 net/vmnet-common.m create mode 100644 net/vmnet-host.c create mode 100644 net/vmnet-shared.c create mode 100644 net/vmnet_int.h