diff options
| author | BALATON Zoltan <balaton@eik.bme.hu> | 2019-01-25 14:52:12 -0500 |
|---|---|---|
| committer | John Snow <jsnow@redhat.com> | 2019-01-25 14:52:12 -0500 |
| commit | 7dd687ba1b99009d31235d75c082279715dbf676 (patch) | |
| tree | 56276d399d08b53777a710a18af598e38f7e5562 /hw/mips/mips_fulong2e.c | |
| parent | 0252e66c5a577e80ba353f3048a681c4e5ab2ddd (diff) | |
| download | focaccia-qemu-7dd687ba1b99009d31235d75c082279715dbf676.tar.gz focaccia-qemu-7dd687ba1b99009d31235d75c082279715dbf676.zip | |
ide/via: Rename functions to match device name
The device is called via-ide and the modelled IDE controller is not specific to 82C686B but is also usable independently. Therefore, change function name prefixes accordingly to match device name. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Message-id: 2905ced862c8d2ad509d73152171ce2472d72605.1548160772.git.balaton@eik.bme.hu Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'hw/mips/mips_fulong2e.c')
| -rw-r--r-- | hw/mips/mips_fulong2e.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c index 2fbba32c48..42d09f6892 100644 --- a/hw/mips/mips_fulong2e.c +++ b/hw/mips/mips_fulong2e.c @@ -249,7 +249,7 @@ static void vt82c686b_southbridge_init(PCIBus *pci_bus, int slot, qemu_irq intc, isa_create_simple(isa_bus, TYPE_VT82C686B_SUPERIO); ide_drive_get(hd, ARRAY_SIZE(hd)); - vt82c686b_ide_init(pci_bus, hd, PCI_DEVFN(slot, 1)); + via_ide_init(pci_bus, hd, PCI_DEVFN(slot, 1)); pci_create_simple(pci_bus, PCI_DEVFN(slot, 2), "vt82c686b-usb-uhci"); pci_create_simple(pci_bus, PCI_DEVFN(slot, 3), "vt82c686b-usb-uhci"); |