Re: [PATCH 2/8] hw/ide: Get rid of piix4_init function

2020-03-15 Thread BALATON Zoltan
On Sun, 15 Mar 2020, Michael S. Tsirkin wrote: On Fri, Mar 13, 2020 at 10:14:34PM +0100, BALATON Zoltan wrote: This removes pci_piix4_ide_init() function similar to clean up done to other ide devices. Signed-off-by: BALATON Zoltan --- hw/ide/piix.c| 12 +--- hw/isa/piix4.c | 5

Re: [PATCH 2/8] hw/ide: Get rid of piix4_init function

2020-03-14 Thread Michael S. Tsirkin
On Fri, Mar 13, 2020 at 10:14:34PM +0100, BALATON Zoltan wrote: > This removes pci_piix4_ide_init() function similar to clean up done to > other ide devices. > > Signed-off-by: BALATON Zoltan > --- > hw/ide/piix.c| 12 +--- > hw/isa/piix4.c | 5 - > include/hw/ide.h | 1 - >

Re: [PATCH 2/8] hw/ide: Get rid of piix4_init function

2020-03-14 Thread BALATON Zoltan
On Sat, 14 Mar 2020, Philippe Mathieu-Daudé wrote: On 3/13/20 10:14 PM, BALATON Zoltan wrote: This removes pci_piix4_ide_init() function similar to clean up done to other ide devices. Signed-off-by: BALATON Zoltan --- hw/ide/piix.c| 12 +--- hw/isa/piix4.c | 5 -

Re: [PATCH 2/8] hw/ide: Get rid of piix4_init function

2020-03-14 Thread Philippe Mathieu-Daudé
On 3/13/20 10:14 PM, BALATON Zoltan wrote: This removes pci_piix4_ide_init() function similar to clean up done to other ide devices. Signed-off-by: BALATON Zoltan --- hw/ide/piix.c| 12 +--- hw/isa/piix4.c | 5 - include/hw/ide.h | 1 - 3 files changed, 5

[PATCH 2/8] hw/ide: Get rid of piix4_init function

2020-03-13 Thread BALATON Zoltan
This removes pci_piix4_ide_init() function similar to clean up done to other ide devices. Signed-off-by: BALATON Zoltan --- hw/ide/piix.c| 12 +--- hw/isa/piix4.c | 5 - include/hw/ide.h | 1 - 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/hw/ide/piix.c