dp264: use pci_create_simple() to initialise the cmd646 device
commit2529791082199b4134b37b5dbf78e33bc0c86e89
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sat, 7 Mar 2020 09:13:12 +0000 (7 09:13 +0000)
committerJohn Snow <jsnow@redhat.com>
Tue, 10 Mar 2020 18:50:12 +0000 (10 14:50 -0400)
tree039bb03d2d584c6f2a026ca2c34809c97fb57c29
parent62b411bdaa9be7eee64e8ae12903bd3270c764cf
dp264: use pci_create_simple() to initialise the cmd646 device

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 <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200307091313.24190-2-mark.cave-ayland@ilande.co.uk
Signed-off-by: John Snow <jsnow@redhat.com>
hw/alpha/dp264.c