On 10/11/21 19:53, David Hildenbrand wrote: > Let's use QEMU_ALIGN_DOWN() and friends to make the code a bit easier to > read. > > Reviewed-by: Peter Xu <pet...@redhat.com> > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > migration/migration.c | 6 +++--- > migration/postcopy-ram.c | 9 ++++----- > migration/ram.c | 2 +- > 3 files changed, 8 insertions(+), 9 deletions(-)
Nice :) Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>