Re: [PATCH v2 1/2] dp264: use pci_create() to initialise the cmd646 device

2020-03-02 Thread Philippe Mathieu-Daudé
On 3/1/20 10:34 PM, BALATON Zoltan wrote: On Sun, 1 Mar 2020, Mark Cave-Ayland wrote: Remove the call to pci_cmd646_ide_init() since global device init functions are deprecated in preference of using qdev directly. Signed-off-by: Mark Cave-Ayland Reviewed-by: Richard Henderson --- hw/alpha/d

Re: [PATCH v2 1/2] dp264: use pci_create() to initialise the cmd646 device

2020-03-01 Thread BALATON Zoltan
On Sun, 1 Mar 2020, Mark Cave-Ayland wrote: Remove the call to pci_cmd646_ide_init() since global device init functions are deprecated in preference of using qdev directly. Signed-off-by: Mark Cave-Ayland Reviewed-by: Richard Henderson --- hw/alpha/dp264.c | 7 ++- 1 file changed, 6 inserti

[PATCH v2 1/2] dp264: use pci_create() to initialise the cmd646 device

2020-03-01 Thread Mark Cave-Ayland
Remove the call to pci_cmd646_ide_init() since global device init functions are deprecated in preference of using qdev directly. Signed-off-by: Mark Cave-Ayland Reviewed-by: Richard Henderson --- hw/alpha/dp264.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/alpha