From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzeX6-0008H7-Gx for qemu-devel@nongnu.org; Tue, 11 Sep 2018 05:00:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzeX0-00074Q-M3 for qemu-devel@nongnu.org; Tue, 11 Sep 2018 05:00:28 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:50862 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fzeX0-00073g-Cz for qemu-devel@nongnu.org; Tue, 11 Sep 2018 05:00:22 -0400 Date: Tue, 11 Sep 2018 11:00:18 +0200 From: Gerd Hoffmann Message-ID: <20180911090018.yjcnv45hyls2cqyc@sirius.home.kraxel.org> References: <20180906054340.28988-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180906054340.28988-1-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/4] tests: VM build in OpenBSD 6.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Paolo Bonzini , Alex =?utf-8?Q?Benn=C3=A9e?= , Thomas Huth , Brad Smith , Eric Blake , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Peter Maydell , Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= , Samuel Thibault On Thu, Sep 06, 2018 at 01:43:36PM +0800, Fam Zheng wrote: > 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 Tested-by: Gerd Hoffmann