From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwOT8-0007pb-5n for qemu-devel@nongnu.org; Mon, 25 Sep 2017 04:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwOT3-0007s7-3s for qemu-devel@nongnu.org; Mon, 25 Sep 2017 04:10:22 -0400 Date: Mon, 25 Sep 2017 10:10:00 +0200 From: Cornelia Huck Message-ID: <20170925101000.7e996270.cohuck@redhat.com> In-Reply-To: <20170922154014.29350-2-f4bug@amsat.org> References: <20170922154014.29350-1-f4bug@amsat.org> <20170922154014.29350-2-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 01/34] hw: use "qemu/osdep.h" as first #include in source files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= Cc: Peter Maydell , Thomas Huth , Paolo Bonzini , Gerd Hoffmann , "Michael S. Tsirkin" , Igor Mammedov , Eduardo Habkost , David Gibson , Alexander Graf , Alex Williamson , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, qemu-trivial@nongnu.org On Fri, 22 Sep 2017 12:39:41 -0300 Philippe Mathieu-Daud=C3=A9 wrote: > applied using ./scripts/clean-includes >=20 > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > hw/acpi/ipmi-stub.c | 1 + > hw/audio/fmopl.c | 1 - > hw/cpu/core.c | 1 + > hw/ppc/spapr_cpu_core.c | 1 + > hw/smbios/smbios_type_38-stub.c | 1 + > hw/vfio/ccw.c | 2 +- > hw/virtio/vhost-vsock.c | 2 +- > 7 files changed, 6 insertions(+), 3 deletions(-) >=20 > diff --git a/hw/vfio/ccw.c b/hw/vfio/ccw.c > index a8baadf57a..4810fa0b50 100644 > --- a/hw/vfio/ccw.c > +++ b/hw/vfio/ccw.c > @@ -11,11 +11,11 @@ > * directory. > */ > =20 > +#include "qemu/osdep.h" > #include > #include > #include > =20 > -#include "qemu/osdep.h" > #include "qapi/error.h" > #include "hw/sysbus.h" > #include "hw/vfio/vfio.h" Acked-by: Cornelia Huck