From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esvFC-0007aB-D6 for qemu-devel@nongnu.org; Mon, 05 Mar 2018 13:53:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esvF8-0004Dp-Fy for qemu-devel@nongnu.org; Mon, 05 Mar 2018 13:53:54 -0500 Received: from smtp.citrix.com ([66.165.176.89]:57696) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1esvF8-0004DQ-89 for qemu-devel@nongnu.org; Mon, 05 Mar 2018 13:53:50 -0500 Date: Mon, 5 Mar 2018 18:53:47 +0000 From: Anthony PERARD Message-ID: <20180305185347.GC1921@perard.uk.xensource.com> References: <20180305112732.26471-1-f4bug@amsat.org> <20180305112732.26471-31-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180305112732.26471-31-f4bug@amsat.org> Subject: Re: [Qemu-devel] [PATCH v2 30/30] xen: use the BYTE-based definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Stefano Stabellini , Kevin Wolf , Max Reitz , "open list:X86" , "open list:Block layer core" On Mon, Mar 05, 2018 at 08:27:32AM -0300, Philippe Mathieu-Daudé wrote: > It eases code review, unit is explicit. > > Patch generated using: > > $ git grep -E '(1024|2048|4096|8192|(<<|>>).?(10|20|30))' hw/ include/hw/ > > and modified manually. > > Signed-off-by: Philippe Mathieu-Daudé > Reviewed-by: Alan Robinson > --- > hw/block/xen_disk.c | 4 ++-- > hw/xenpv/xen_domainbuild.c | 10 +++++----- > 2 files changed, 7 insertions(+), 7 deletions(-) > Acked-by: Anthony PERARD Thanks, -- Anthony PERARD