]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: use DIV_ROUND_UP
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 22 Jun 2017 11:04:16 +0000 (13:04 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 31 Aug 2017 10:29:07 +0000 (12:29 +0200)
commit69db8dfc19cd0aff951c63a4ec1f1ed26417a4fc
tree4097fba4113d9d8d7dd33f08040dda34ae9bcf68
parente5f99037481ba405cd6c3b2beaa2b786a5c68100
monitor: use DIV_ROUND_UP

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 <marcandre.lureau@redhat.com>
Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
monitor.c