From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjrpU-0008WV-5X for qemu-devel@nongnu.org; Fri, 03 Mar 2017 13:21:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjrpT-0002fl-72 for qemu-devel@nongnu.org; Fri, 03 Mar 2017 13:21:24 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:35332) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjrpS-0002fQ-Vy for qemu-devel@nongnu.org; Fri, 03 Mar 2017 13:21:23 -0500 Received: by mail-wm0-x232.google.com with SMTP id v186so21667694wmd.0 for ; Fri, 03 Mar 2017 10:21:22 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <0d2bc67f3e9bbed63e3074725bc5d234dc1d272f.1488504063.git.balaton@eik.bme.hu> References: <0d2bc67f3e9bbed63e3074725bc5d234dc1d272f.1488504063.git.balaton@eik.bme.hu> From: Peter Maydell Date: Fri, 3 Mar 2017 18:21:01 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 02/13] sm501: Use defined constants instead of literal values where available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: BALATON Zoltan Cc: QEMU Developers , QEMU Trivial , Magnus Damm , Aurelien Jarno On 3 March 2017 at 00:21, BALATON Zoltan wrote: > Signed-off-by: BALATON Zoltan > --- > > v3: Fix initial value of misc_control register as Peter Maydell suggested > Also use M_BYTE constant from cutils.h > Reviewed-by: Peter Maydell thanks -- PMM