From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1esvh4-0007jC-I5 for mharc-qemu-trivial@gnu.org; Mon, 05 Mar 2018 14:22:42 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esvh2-0007hh-UD for qemu-trivial@nongnu.org; Mon, 05 Mar 2018 14:22:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esvh0-0001vh-B0 for qemu-trivial@nongnu.org; Mon, 05 Mar 2018 14:22:40 -0500 Received: from smtp.citrix.com ([66.165.176.89]:31239) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1esvh0-0001vW-5D; Mon, 05 Mar 2018 14:22:38 -0500 X-IronPort-AV: E=Sophos;i="5.47,428,1515456000"; d="scan'208";a="466384826" Date: Mon, 5 Mar 2018 18:53:47 +0000 From: Anthony PERARD To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= CC: , , Stefano Stabellini , Kevin Wolf , Max Reitz , "open list:X86" , "open list:Block layer core" 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> User-Agent: Mutt/1.9.4 (2018-02-28) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.165.176.89 Subject: Re: [Qemu-trivial] [PATCH v2 30/30] xen: use the BYTE-based definitions X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2018 19:22:41 -0000 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