[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 01/34] hw: use "qemu/osdep.h" as first #include in
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-ppc] [PATCH 01/34] hw: use "qemu/osdep.h" as first #include in source files |
Date: |
Mon, 25 Sep 2017 10:10:00 +0200 |
On Fri, 22 Sep 2017 12:39:41 -0300
Philippe Mathieu-Daudé <address@hidden> wrote:
> applied using ./scripts/clean-includes
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> 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(-)
>
> 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.
> */
>
> +#include "qemu/osdep.h"
> #include <linux/vfio.h>
> #include <linux/vfio_ccw.h>
> #include <sys/ioctl.h>
>
> -#include "qemu/osdep.h"
> #include "qapi/error.h"
> #include "hw/sysbus.h"
> #include "hw/vfio/vfio.h"
Acked-by: Cornelia Huck <address@hidden>