Re: [PATCH 1/8] hw/ide: Get rid of piix3_init functions

2020-03-16 Thread BALATON Zoltan
On Mon, 16 Mar 2020, Markus Armbruster wrote: BALATON Zoltan writes: This removes pci_piix3_ide_init() and pci_piix3_xen_ide_init() functions similar to clean up done to other ide devices. Got a commit hash for "done to other ide devices"? Not yet in master, patches to CMD646 from Mark are

Re: [PATCH 1/8] hw/ide: Get rid of piix3_init functions

2020-03-15 Thread Markus Armbruster
BALATON Zoltan writes: > This removes pci_piix3_ide_init() and pci_piix3_xen_ide_init() > functions similar to clean up done to other ide devices. Got a commit hash for "done to other ide devices"? > Signed-off-by: BALATON Zoltan

Re: [PATCH 1/8] hw/ide: Get rid of piix3_init functions

2020-03-14 Thread Philippe Mathieu-Daudé
On 3/13/20 10:14 PM, BALATON Zoltan wrote: This removes pci_piix3_ide_init() and pci_piix3_xen_ide_init() functions similar to clean up done to other ide devices. Signed-off-by: BALATON Zoltan Reviewed-by: Philippe Mathieu-Daudé --- hw/i386/pc_piix.c | 10 +- hw/ide/pci.c |

[PATCH 1/8] hw/ide: Get rid of piix3_init functions

2020-03-13 Thread BALATON Zoltan
This removes pci_piix3_ide_init() and pci_piix3_xen_ide_init() functions similar to clean up done to other ide devices. Signed-off-by: BALATON Zoltan --- hw/i386/pc_piix.c | 10 +- hw/ide/pci.c | 1 + hw/ide/piix.c | 21 + include/hw/ide.h | 2 -- 4 files