Re: [Qemu-devel] [PATCH v2 17/29] virtio-serial: use DIV_ROUND_UP

2017-07-16 Thread Amit Shah
On (Thu) 13 Jul 2017 [18:32:07], 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 Reviewed-by: Amit Shah Amit

Re: [Qemu-devel] [PATCH v2 17/29] virtio-serial: use DIV_ROUND_UP

2017-07-14 Thread Richard Henderson
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/char/virtio-serial-bus.c | 8 1 file changed, 4

Re: [Qemu-devel] [PATCH v2 17/29] virtio-serial: use DIV_ROUND_UP

2017-07-13 Thread Philippe Mathieu-Daudé
On 07/13/2017 01:32 PM, 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/char/virtio-serial-bus.c | 8 1 file changed, 4

[Qemu-devel] [PATCH v2 17/29] virtio-serial: use DIV_ROUND_UP

2017-07-13 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 --- hw/char/virtio-serial-bus.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git