qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

hw/ide: Remove unneeded inclusion of hw/ide.h

After previous clean ups we can drop direct inclusion of hw/ide.h from
several places.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-id: a3f72b663e537701c63cec5fc9cb8ed4f4249f28.1584457537.git.balaton@eik.bme.hu
Signed-off-by: John Snow <jsnow@redhat.com>

authored by

BALATON Zoltan and committed by
John Snow
7d0776ca d475fb12

-8
-1
hw/hppa/hppa_sys.h
··· 5 5 6 6 #include "hw/pci/pci.h" 7 7 #include "hw/pci/pci_host.h" 8 - #include "hw/ide.h" 9 8 #include "hw/boards.h" 10 9 #include "hw/intc/i8259.h" 11 10
-1
hw/hppa/machine.c
··· 13 13 #include "sysemu/reset.h" 14 14 #include "sysemu/sysemu.h" 15 15 #include "hw/rtc/mc146818rtc.h" 16 - #include "hw/ide.h" 17 16 #include "hw/timer/i8254.h" 18 17 #include "hw/char/serial.h" 19 18 #include "hw/net/lasi_82596.h"
-1
hw/i386/pc_piix.c
··· 38 38 #include "hw/pci/pci_ids.h" 39 39 #include "hw/usb.h" 40 40 #include "net/net.h" 41 - #include "hw/ide.h" 42 41 #include "hw/ide/pci.h" 43 42 #include "hw/irq.h" 44 43 #include "sysemu/kvm.h"
-1
hw/isa/piix4.c
··· 34 34 #include "hw/dma/i8257.h" 35 35 #include "hw/timer/i8254.h" 36 36 #include "hw/rtc/mc146818rtc.h" 37 - #include "hw/ide.h" 38 37 #include "hw/ide/pci.h" 39 38 #include "migration/vmstate.h" 40 39 #include "sysemu/reset.h"
-1
hw/mips/mips_fulong2e.c
··· 36 36 #include "audio/audio.h" 37 37 #include "qemu/log.h" 38 38 #include "hw/loader.h" 39 - #include "hw/ide.h" 40 39 #include "hw/ide/pci.h" 41 40 #include "elf.h" 42 41 #include "hw/isa/vt82c686.h"
-1
hw/ppc/mac_newworld.c
··· 62 62 #include "hw/char/escc.h" 63 63 #include "hw/misc/macio/macio.h" 64 64 #include "hw/ppc/openpic.h" 65 - #include "hw/ide.h" 66 65 #include "hw/loader.h" 67 66 #include "hw/fw-path-provider.h" 68 67 #include "elf.h"
-1
hw/ppc/mac_oldworld.c
··· 41 41 #include "hw/nvram/fw_cfg.h" 42 42 #include "hw/char/escc.h" 43 43 #include "hw/misc/macio/macio.h" 44 - #include "hw/ide.h" 45 44 #include "hw/loader.h" 46 45 #include "hw/fw-path-provider.h" 47 46 #include "elf.h"
-1
hw/ppc/prep.c
··· 37 37 #include "hw/boards.h" 38 38 #include "qemu/error-report.h" 39 39 #include "qemu/log.h" 40 - #include "hw/ide.h" 41 40 #include "hw/irq.h" 42 41 #include "hw/loader.h" 43 42 #include "hw/rtc/mc146818rtc.h"