]> git.proxmox.com Git - mirror_qemu.git/commit
sun4u: ebus QOMify tidy-up
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Thu, 21 Dec 2017 07:32:57 +0000 (07:32 +0000)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tue, 9 Jan 2018 21:31:31 +0000 (21:31 +0000)
commitad6856e875ee0f60fb89c74b0410fd99c2c5e9a2
tree9ff55af38a9a1ed0038e2c3bcdf63ad96fd8b5a9
parent28edc7c92a7491a9c077fd5b5686e5a226b8138b
sun4u: ebus QOMify tidy-up

The main change here is to introduce the proper TYPE_EBUS/EBUS QOM macros
and remove the use of DO_UPCAST.

Alongside this there are some a couple of minor cosmetic changes and a rename
of pci_ebus_realize() to ebus_realize() since the ebus device is always what
is effectively a PCI-ISA bridge.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/sparc64/sun4u.c