In this new version: - Include the virtio fix by Paolo so that it's easier to test this series. - Improve the slirp patch on input validation and buffer overflow. [Thomas] - Use OpenBSD 6.3 image; Use guestfwd and tftp-server-name.
Thanks to the loose dependency, the three parts (patch 1; patches 2+3; patch 4) can go to individual maintainers if desired. Fam Zheng (3): slirp: Add sanity check for str option length slirp: Implement RFC2132 TFTP server name tests: vm: auto_install OpenBSD Paolo Bonzini (1): virtio: update MemoryRegionCaches when guest negotiates features hw/virtio/virtio.c | 15 +++++++-- net/slirp.c | 21 ++++++++++-- qapi/net.json | 5 ++- qemu-options.hx | 7 +++- slirp/bootp.c | 45 ++++++++++++++++++++------ slirp/bootp.h | 1 + slirp/libslirp.h | 1 + slirp/slirp.c | 2 ++ slirp/slirp.h | 1 + tests/vm/basevm.py | 6 ++-- tests/vm/openbsd | 81 ++++++++++++++++++++++++++++++++++++++++------ 11 files changed, 156 insertions(+), 29 deletions(-) -- 2.17.1