Re: [Qemu-devel] [PATCH 23/31] ppc: use DIV_ROUND_UP

2017-07-01 Thread David Gibson
On Thu, Jun 22, 2017 at 02:41:56PM +0200, 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 Acked-by: David Gibson > --- > target/ppc/mem_helper.c | 2 +- > target/ppc/tran

[Qemu-devel] [PATCH 23/31] ppc: use DIV_ROUND_UP

2017-06-22 Thread Marc-André Lureau
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 --- target/ppc/mem_helper.c | 2 +- target/ppc/translate.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/ppc/mem_helper.c b/t