From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVwA0-0001U7-SR for qemu-devel@nongnu.org; Fri, 14 Jul 2017 04:41:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVw9v-00036u-2H for qemu-devel@nongnu.org; Fri, 14 Jul 2017 04:41:16 -0400 Sender: Richard Henderson References: <20170713163219.9024-1-marcandre.lureau@redhat.com> <20170713163219.9024-22-marcandre.lureau@redhat.com> From: Richard Henderson Message-ID: <5e3d13d1-db23-cd98-e695-0fa6e682ac28@twiddle.net> Date: Thu, 13 Jul 2017 22:41:01 -1000 MIME-Version: 1.0 In-Reply-To: <20170713163219.9024-22-marcandre.lureau@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 21/29] msix: use DIV_ROUND_UP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org, "Michael S. Tsirkin" , Marcel Apfelbaum On 07/13/2017 06:32 AM, Marc-André Lureau wrote: > I used the clang-tidy qemu-round check to generate the fix: > https://github.com/elmarco/clang-tools-extra > > Signed-off-by: Marc-André Lureau > --- > hw/pci/msix.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~