From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIrfq-0008KZ-05 for qemu-devel@nongnu.org; Fri, 01 Jul 2016 02:11:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIrfj-00086s-W2 for qemu-devel@nongnu.org; Fri, 01 Jul 2016 02:11:32 -0400 Received: from 9.mo53.mail-out.ovh.net ([87.98.186.128]:60283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIrfj-00086Y-Pl for qemu-devel@nongnu.org; Fri, 01 Jul 2016 02:11:27 -0400 Received: from player158.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo53.mail-out.ovh.net (Postfix) with ESMTP id DDF40FF91ED for ; Fri, 1 Jul 2016 08:11:26 +0200 (CEST) References: <1467301824-10123-1-git-send-email-clg@kaod.org> From: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= Message-ID: <4c195494-c97a-29e5-f5fb-88e26e71ae13@kaod.org> Date: Fri, 1 Jul 2016 08:11:19 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/2] hw/misc: fix Aspeed SCU hw-strap2 property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , qemu-arm , Andrew Jeffery On 06/30/2016 08:24 PM, Peter Maydell wrote: > On 30 June 2016 at 16:50, C=C3=A9dric Le Goater wrote: >> These strap registers are complex enough, let's not mix them. >> >> Signed-off-by: C=C3=A9dric Le Goater >=20 > Was there a cover letter for this patchset? I can't find > it in my email... Ah :/ No, I didn't send one as the patches were small and self=20 contained. Should we each time ?=20 Thanks, C.