Re: [Qemu-devel] [PATCH 04/31] vhost: use QEMU_ALIGN_DOWN

2017-06-22 Thread Michael S. Tsirkin
On Thu, Jun 22, 2017 at 02:41:37PM +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 Reviewed-by: Michael S. Tsirkin > --- > hw/virtio/vhost.c | 2 +- > 1 file chang

[Qemu-devel] [PATCH 04/31] vhost: use QEMU_ALIGN_DOWN

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 --- hw/virtio/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index 6eddb099b0..0049a2c0b3 1