All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] tests: VM build in OpenBSD 6.3
@ 2018-09-06  5:43 Fam Zheng
  2018-09-06  5:43 ` [Qemu-devel] [PATCH v2 1/4] virtio: update MemoryRegionCaches when guest negotiates features Fam Zheng
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Fam Zheng @ 2018-09-06  5:43 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Alex Bennée, Thomas Huth, Fam Zheng,
	Brad Smith, Eric Blake, Philippe Mathieu-Daudé,
	Peter Maydell, Daniel P. Berrangé,
	Samuel Thibault, Gerd Hoffmann

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-09-11  9:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-06  5:43 [Qemu-devel] [PATCH v2 0/4] tests: VM build in OpenBSD 6.3 Fam Zheng
2018-09-06  5:43 ` [Qemu-devel] [PATCH v2 1/4] virtio: update MemoryRegionCaches when guest negotiates features Fam Zheng
2018-09-06  5:43 ` [Qemu-devel] [PATCH v2 2/4] slirp: Add sanity check for str option length Fam Zheng
2018-09-06  6:00   ` Thomas Huth
2018-09-06  5:43 ` [Qemu-devel] [PATCH v2 3/4] slirp: Implement RFC2132 TFTP server name Fam Zheng
2018-09-06  6:11   ` Thomas Huth
2018-09-06  5:43 ` [Qemu-devel] [PATCH v2 4/4] tests: vm: auto_install OpenBSD Fam Zheng
2018-09-11  9:00 ` [Qemu-devel] [PATCH v2 0/4] tests: VM build in OpenBSD 6.3 Gerd Hoffmann
2018-09-11  9:08   ` Fam Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.