On Fri, 26 Jun 2020 at 11:10, David CARLIER <devne...@gmail.com> wrote: > > From 68d4d4312eccd212b4d2484e09425816ebd2346a Mon Sep 17 00:00:00 2001 > From: David Carlier <devne...@gmail.com> > Date: Fri, 26 Jun 2020 11:01:54 +0000 > Subject: [PATCH 5/5] Last chunk of build fix > > Signed-off-by: David Carlier <devne...@gmail.com> > --- > include/qemu/bswap.h | 2 ++ > util/Makefile.objs | 2 +- > util/compatfd.c | 2 ++ > 3 files changed, 5 insertions(+), 1 deletion(-)
These changes are all good, but they're all fixing different things, so they should be separate patches (with commit messages describing what they're doing/why). thanks -- PMM