From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB4LT-00082r-SF for qemu-devel@nongnu.org; Thu, 09 Jun 2016 14:06:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bB4LQ-0006ml-4G for qemu-devel@nongnu.org; Thu, 09 Jun 2016 14:06:19 -0400 Received: from mail-vk0-x232.google.com ([2607:f8b0:400c:c05::232]:34907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB4LP-0006mg-W7 for qemu-devel@nongnu.org; Thu, 09 Jun 2016 14:06:16 -0400 Received: by mail-vk0-x232.google.com with SMTP id d127so66056845vkh.2 for ; Thu, 09 Jun 2016 11:06:15 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1465331468-19232-1-git-send-email-fred.konrad@greensocs.com> From: Peter Maydell Date: Thu, 9 Jun 2016 19:05:56 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH V9 0/9] Xilinx DisplayPort. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis Cc: "qemu-devel@nongnu.org Developers" , Edgar Iglesias , hyunk@xilinx.com, Mark Burton , Peter Crosthwaite , Guillaume Delbergue , =?UTF-8?B?S09OUkFEIEZyw6lkw6lyaWM=?= On 7 June 2016 at 22:39, Alistair Francis wrote: > On Tue, Jun 7, 2016 at 1:30 PM, wrote: >> From: KONRAD Frederic > > Hey Peter, > > These are all reviewed by Xilinx, this is ready to merge from our point of view. This series breaks 'make check'. Specifically, the patch "i2c: implement broadcast write" causes: (cd build/x86 && QTEST_QEMU_BINARY=arm-softmmu/qemu-system-arm QTEST_QEMU_IMG=qemu-img MALLOC_PERTURB_=${MALLOC_PERTURB_:-$((RANDOM % 255 + 1))} gtester -k --verbose -m=quick tests/ds1338-test) TEST: tests/ds1338-test... (pid=22635) /arm/ds1338/tx-rx: Broken pipe FAIL GTester: last random seed: R02Se51ed4e024b0f59ef23e564a2a28bb83 (pid=22641) FAIL: tests/ds1338-test thanks -- PMM