[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v4 12/21] hw: Do not include "sysemu/block-backe
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v4 12/21] hw: Do not include "sysemu/block-backend.h" if it is not necessary |
Date: |
Tue, 29 May 2018 12:14:17 +0200 |
On Mon, 28 May 2018 20:27:10 -0300
Philippe Mathieu-Daudé <address@hidden> wrote:
> Remove those unneeded includes to speed up the compilation
> process a little bit. (Continue 7eceff5b5a1fa cleanup)
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> hw/arm/collie.c | 1 -
> hw/arm/gumstix.c | 1 -
> hw/arm/mainstone.c | 1 -
> hw/arm/nseries.c | 1 -
> hw/arm/omap1.c | 1 -
> hw/arm/omap2.c | 1 -
> hw/arm/omap_sx1.c | 1 -
> hw/arm/pxa2xx.c | 1 -
> hw/arm/spitz.c | 1 -
> hw/arm/versatilepb.c | 1 -
> hw/arm/vexpress.c | 1 -
> hw/arm/virt.c | 1 -
> hw/arm/xilinx_zynq.c | 1 -
> hw/arm/z2.c | 1 -
> hw/block/dataplane/virtio-blk.c | 1 -
> hw/block/virtio-blk.c | 1 -
> hw/core/qdev-properties.c | 1 -
> hw/cris/axis_dev88.c | 1 -
> hw/display/tc6393xb.c | 1 -
> hw/ide/pci.c | 1 -
> hw/ide/via.c | 1 -
> hw/isa/isa-superio.c | 1 -
> hw/lm32/lm32_boards.c | 1 -
> hw/lm32/milkymist.c | 1 -
> hw/microblaze/petalogix_ml605_mmu.c | 1 -
> hw/microblaze/petalogix_s3adsp1800_mmu.c | 1 -
> hw/mips/mips_r4k.c | 1 -
> hw/ppc/spapr.c | 1 -
> hw/ppc/virtex_ml507.c | 2 --
> hw/s390x/virtio-ccw.c | 1 -
> hw/scsi/mptsas.c | 1 -
> hw/sd/pl181.c | 1 -
> hw/sd/sdhci.c | 1 -
> hw/sd/ssi-sd.c | 1 -
> hw/sh4/r2d.c | 1 -
> hw/virtio/virtio-pci.c | 1 -
> hw/xen/xen_devconfig.c | 1 -
> hw/xtensa/xtfpga.c | 1 -
> 38 files changed, 39 deletions(-)
Acked-by: Cornelia Huck <address@hidden>