usb: zap hw/ush-{ohic,uhci}.h + init wrappers
Remove the uhci and ohci init wrappers, which all wrapped a pci_create_simple() one-liner. Switch callsites to call pci_create_simple directly. Remove the header files where the wrappers where declared. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
		
							parent
							
								
									f1ae32a1ec
								
							
						
					
					
						commit
						afb9a60ecb
					
				| @ -8,7 +8,6 @@ | ||||
| #include "ide.h" | ||||
| #include "net.h" | ||||
| #include "pc.h" | ||||
| #include "usb-ohci.h" | ||||
| #include "irq.h" | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
| @ -29,7 +29,6 @@ | ||||
| #include "mips.h" | ||||
| #include "mips_cpudevs.h" | ||||
| #include "pci.h" | ||||
| #include "usb-uhci.h" | ||||
| #include "qemu-char.h" | ||||
| #include "sysemu.h" | ||||
| #include "audio/audio.h" | ||||
| @ -355,8 +354,10 @@ static void mips_fulong2e_init(ram_addr_t ram_size, const char *boot_device, | ||||
|     isa_bus_irqs(isa_bus, i8259); | ||||
| 
 | ||||
|     vt82c686b_ide_init(pci_bus, hd, PCI_DEVFN(FULONG2E_VIA_SLOT, 1)); | ||||
|     usb_uhci_vt82c686b_init(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 2)); | ||||
|     usb_uhci_vt82c686b_init(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 3)); | ||||
|     pci_create_simple(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 2), | ||||
|                       "vt82c686b-usb-uhci"); | ||||
|     pci_create_simple(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 3), | ||||
|                       "vt82c686b-usb-uhci"); | ||||
| 
 | ||||
|     smbus = vt82c686b_pm_init(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 4), | ||||
|                               0xeee1, NULL); | ||||
|  | ||||
| @ -33,7 +33,6 @@ | ||||
| #include "mips.h" | ||||
| #include "mips_cpudevs.h" | ||||
| #include "pci.h" | ||||
| #include "usb-uhci.h" | ||||
| #include "vmware_vga.h" | ||||
| #include "qemu-char.h" | ||||
| #include "sysemu.h" | ||||
| @ -965,7 +964,7 @@ void mips_malta_init (ram_addr_t ram_size, | ||||
| 
 | ||||
|     isa_bus_irqs(isa_bus, s->i8259); | ||||
|     pci_piix4_ide_init(pci_bus, hd, piix4_devfn + 1); | ||||
|     usb_uhci_piix4_init(pci_bus, piix4_devfn + 2); | ||||
|     pci_create_simple(pci_bus, piix4_devfn + 2, "piix4-usb-uhci"); | ||||
|     smbus = piix4_pm_init(pci_bus, piix4_devfn + 3, 0x1100, | ||||
|                           isa_get_irq(NULL, 9), NULL, 0); | ||||
|     /* TODO: Populate SPD eeprom data.  */ | ||||
|  | ||||
| @ -28,8 +28,6 @@ | ||||
| #include "pc.h" | ||||
| #include "apic.h" | ||||
| #include "pci.h" | ||||
| #include "usb-uhci.h" | ||||
| #include "usb-ohci.h" | ||||
| #include "net.h" | ||||
| #include "boards.h" | ||||
| #include "ide.h" | ||||
| @ -284,7 +282,7 @@ static void pc_init1(MemoryRegion *system_memory, | ||||
|                  floppy, idebus[0], idebus[1], rtc_state); | ||||
| 
 | ||||
|     if (pci_enabled && usb_enabled) { | ||||
|         usb_uhci_piix3_init(pci_bus, piix3_devfn + 2); | ||||
|         pci_create_simple(pci_bus, piix3_devfn + 2, "piix3-usb-uhci"); | ||||
|     } | ||||
| 
 | ||||
|     if (pci_enabled && acpi_enabled) { | ||||
|  | ||||
| @ -54,7 +54,6 @@ | ||||
| #include "nvram.h" | ||||
| #include "pc.h" | ||||
| #include "pci.h" | ||||
| #include "usb-ohci.h" | ||||
| #include "net.h" | ||||
| #include "sysemu.h" | ||||
| #include "boards.h" | ||||
| @ -352,7 +351,7 @@ static void ppc_core99_init (ram_addr_t ram_size, | ||||
|                dbdma_mem, cuda_mem, NULL, 3, ide_mem, escc_bar); | ||||
| 
 | ||||
|     if (usb_enabled) { | ||||
|         usb_ohci_init_pci(pci_bus, -1); | ||||
|         pci_create_simple(pci_bus, -1, "pci-ohci"); | ||||
|     } | ||||
| 
 | ||||
|     /* U3 needs to use USB for input because Linux doesn't support via-cuda
 | ||||
|  | ||||
| @ -34,7 +34,6 @@ | ||||
| #include "net.h" | ||||
| #include "isa.h" | ||||
| #include "pci.h" | ||||
| #include "usb-ohci.h" | ||||
| #include "boards.h" | ||||
| #include "fw_cfg.h" | ||||
| #include "escc.h" | ||||
| @ -278,7 +277,7 @@ static void ppc_heathrow_init (ram_addr_t ram_size, | ||||
|                dbdma_mem, cuda_mem, nvr, 2, ide_mem, escc_bar); | ||||
| 
 | ||||
|     if (usb_enabled) { | ||||
|         usb_ohci_init_pci(pci_bus, -1); | ||||
|         pci_create_simple(pci_bus, -1, "pci-ohci"); | ||||
|     } | ||||
| 
 | ||||
|     if (graphic_depth != 15 && graphic_depth != 32 && graphic_depth != 8) | ||||
|  | ||||
| @ -30,7 +30,6 @@ | ||||
| #include "isa.h" | ||||
| #include "pci.h" | ||||
| #include "pci_host.h" | ||||
| #include "usb-ohci.h" | ||||
| #include "ppc.h" | ||||
| #include "boards.h" | ||||
| #include "qemu-log.h" | ||||
| @ -688,7 +687,7 @@ static void ppc_prep_init (ram_addr_t ram_size, | ||||
| #endif | ||||
| 
 | ||||
|     if (usb_enabled) { | ||||
|         usb_ohci_init_pci(pci_bus, -1); | ||||
|         pci_create_simple(pci_bus, -1, "pci-ohci"); | ||||
|     } | ||||
| 
 | ||||
|     m48t59 = m48t59_init_isa(isa_bus, 0x0074, NVRAM_SIZE, 59); | ||||
|  | ||||
| @ -12,7 +12,6 @@ | ||||
| #include "primecell.h" | ||||
| #include "devices.h" | ||||
| #include "pci.h" | ||||
| #include "usb-ohci.h" | ||||
| #include "net.h" | ||||
| #include "sysemu.h" | ||||
| #include "boards.h" | ||||
| @ -305,7 +304,7 @@ static void realview_init(ram_addr_t ram_size, | ||||
|         sysbus_connect_irq(busdev, 3, pic[51]); | ||||
|         pci_bus = (PCIBus *)qdev_get_child_bus(dev, "pci"); | ||||
|         if (usb_enabled) { | ||||
|             usb_ohci_init_pci(pci_bus, -1); | ||||
|             pci_create_simple(pci_bus, -1, "pci-ohci"); | ||||
|         } | ||||
|         n = drive_get_max_bus(IF_SCSI); | ||||
|         while (n >= 0) { | ||||
|  | ||||
| @ -1,9 +0,0 @@ | ||||
| #ifndef QEMU_USB_OHCI_H | ||||
| #define QEMU_USB_OHCI_H | ||||
| 
 | ||||
| #include "qemu-common.h" | ||||
| 
 | ||||
| void usb_ohci_init_pci(struct PCIBus *bus, int devfn); | ||||
| 
 | ||||
| #endif | ||||
| 
 | ||||
| @ -1,10 +0,0 @@ | ||||
| #ifndef QEMU_USB_UHCI_H | ||||
| #define QEMU_USB_UHCI_H | ||||
| 
 | ||||
| #include "qemu-common.h" | ||||
| 
 | ||||
| void usb_uhci_piix3_init(PCIBus *bus, int devfn); | ||||
| void usb_uhci_piix4_init(PCIBus *bus, int devfn); | ||||
| void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn); | ||||
| 
 | ||||
| #endif | ||||
| @ -30,7 +30,6 @@ | ||||
| #include "qemu-timer.h" | ||||
| #include "hw/usb.h" | ||||
| #include "hw/pci.h" | ||||
| #include "hw/usb-ohci.h" | ||||
| #include "hw/sysbus.h" | ||||
| #include "hw/qdev-addr.h" | ||||
| 
 | ||||
| @ -1815,11 +1814,6 @@ static int usb_ohci_initfn_pci(struct PCIDevice *dev) | ||||
|     return 0; | ||||
| } | ||||
| 
 | ||||
| void usb_ohci_init_pci(struct PCIBus *bus, int devfn) | ||||
| { | ||||
|     pci_create_simple(bus, devfn, "pci-ohci"); | ||||
| } | ||||
| 
 | ||||
| typedef struct { | ||||
|     SysBusDevice busdev; | ||||
|     OHCIState ohci; | ||||
|  | ||||
| @ -29,7 +29,6 @@ | ||||
| #include "hw/usb.h" | ||||
| #include "hw/pci.h" | ||||
| #include "qemu-timer.h" | ||||
| #include "hw/usb-uhci.h" | ||||
| #include "iov.h" | ||||
| #include "dma.h" | ||||
| 
 | ||||
| @ -1391,18 +1390,3 @@ static void uhci_register_types(void) | ||||
| } | ||||
| 
 | ||||
| type_init(uhci_register_types) | ||||
| 
 | ||||
| void usb_uhci_piix3_init(PCIBus *bus, int devfn) | ||||
| { | ||||
|     pci_create_simple(bus, devfn, "piix3-usb-uhci"); | ||||
| } | ||||
| 
 | ||||
| void usb_uhci_piix4_init(PCIBus *bus, int devfn) | ||||
| { | ||||
|     pci_create_simple(bus, devfn, "piix4-usb-uhci"); | ||||
| } | ||||
| 
 | ||||
| void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn) | ||||
| { | ||||
|     pci_create_simple(bus, devfn, "vt82c686b-usb-uhci"); | ||||
| } | ||||
|  | ||||
| @ -13,7 +13,6 @@ | ||||
| #include "net.h" | ||||
| #include "sysemu.h" | ||||
| #include "pci.h" | ||||
| #include "usb-ohci.h" | ||||
| #include "boards.h" | ||||
| #include "blockdev.h" | ||||
| #include "exec-memory.h" | ||||
| @ -240,7 +239,7 @@ static void versatile_init(ram_addr_t ram_size, | ||||
|         } | ||||
|     } | ||||
|     if (usb_enabled) { | ||||
|         usb_ohci_init_pci(pci_bus, -1); | ||||
|         pci_create_simple(pci_bus, -1, "pci-ohci"); | ||||
|     } | ||||
|     n = drive_get_max_bus(IF_SCSI); | ||||
|     while (n >= 0) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Gerd Hoffmann
						Gerd Hoffmann