]> git.proxmox.com Git - mirror_qemu.git/commit - hw/mips/mips_malta.c
hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sat, 12 Oct 2019 21:42:34 +0000 (23:42 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 5 Nov 2019 22:33:12 +0000 (23:33 +0100)
commitc74d2c047e5806e3afb2a02a6ce3f364b5f7ce67
tree212edef5ae9dc190fa5af4d07804582cc032b7b9
parentfff21c129d0c6a78e9e2e52e4974c4d3904aedce
hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()

The Malta board instantiate a PIIX4 chipset doing various
calls. Refactor all those related calls into a single
function: piix4_create().

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/mips/mips_malta.c