From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmH77-0006N8-04 for qemu-devel@nongnu.org; Fri, 29 Nov 2013 00:59:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmH72-0005MY-5A for qemu-devel@nongnu.org; Fri, 29 Nov 2013 00:59:40 -0500 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:51487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmH71-0005Li-Sy for qemu-devel@nongnu.org; Fri, 29 Nov 2013 00:59:36 -0500 Received: by mail-lb0-f175.google.com with SMTP id x18so6607793lbi.20 for ; Thu, 28 Nov 2013 21:59:34 -0800 (PST) Date: Fri, 29 Nov 2013 10:06:48 +0400 From: Antony Pavlov Message-Id: <20131129100648.855ad119d3088f3e561dfe0d@gmail.com> In-Reply-To: <529752C6.4040802@suse.de> References: <1385620152-4368-1-git-send-email-antonynpavlov@gmail.com> <1385620152-4368-3-git-send-email-antonynpavlov@gmail.com> <529752C6.4040802@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/2] hw/mips: use sizes.h macros List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?ISO-8859-1?Q?F=E4rber?= Cc: Paolo Bonzini , qemu-devel@nongnu.org, Aurelien Jarno , Richard Henderson On Thu, 28 Nov 2013 15:27:18 +0100 Andreas F=E4rber wrote: > Am 28.11.2013 07:29, schrieb Antony Pavlov: > > Signed-off-by: Antony Pavlov > > Reviewed-by: Richard Henderson >=20 > Are the int -> long changes caused by the BIT() macro usage? Otherwise I > would've recommended to put that in a follow-up patch. Yes, the BIT() macro give us this conversion: #define BIT(nr) (1UL << (nr)) > But either way, >=20 > Reviewed-by: Andreas F=E4rber >=20 > Andreas >=20 > --=20 > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany > GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg --=20 --=A0 Best regards, =A0 Antony Pavlov