From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eS6Xv-0003XA-4M for qemu-devel@nongnu.org; Thu, 21 Dec 2017 14:30:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eS6Xq-0000vR-UE for qemu-devel@nongnu.org; Thu, 21 Dec 2017 14:30:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53284) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eS6Xq-0000uP-Ol for qemu-devel@nongnu.org; Thu, 21 Dec 2017 14:30:18 -0500 References: <1513790098-9815-1-git-send-email-pbonzini@redhat.com> <51174e3a-12d3-f3e0-2d76-b776e0fe62b6@redhat.com> <40dbaff2-918c-bba6-2a70-7c5f9b19cb66@vivier.eu> <0d3d6598-608c-0079-426f-7455a92de7d8@vivier.eu> <64440fda-1799-f50d-21ed-dc898e08d82f@redhat.com> <8033acdb-f88a-2df3-83f3-e3e304c8eb51@vivier.eu> <183d1158-2aa3-7ecb-3372-4a206f4c5292@redhat.com> <3aee5f72-55ee-3653-d409-0f77e40cf90f@vivier.eu> <172eed1f-4769-b3d5-e9f8-48dd834049d8@vivier.eu> From: Paolo Bonzini Message-ID: Date: Thu, 21 Dec 2017 20:30:07 +0100 MIME-Version: 1.0 In-Reply-To: <172eed1f-4769-b3d5-e9f8-48dd834049d8@vivier.eu> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] out of bounds in set_cc_op() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , Thomas Huth , Laurent Vivier , Richard Henderson Cc: Peter Maydell , QEMU Developers On 21/12/2017 20:20, Laurent Vivier wrote: >>> Yes, this is good too. After my pull request is in, feel free to take >>> Thomas's m68k boot-serial-test patch in your tree. > And what about: > > tests/boot-serial-test: Add tests for microblaze boards > tests/boot-serial-test: Add a test for the moxiesim machine > tests/boot-serial-test: Add support for the raspi2 machine I didn't want to hold the whole pull request close to the Christmas holidays; once either Thomas or I will test them with the sanitizers, they will go in. Paolo