]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/bcm2835: Use object_initialize() on PL011State
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 7 May 2019 16:34:05 +0000 (18:34 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 24 May 2019 18:29:02 +0000 (15:29 -0300)
commit948770b0a77aeeb961a1d75d1d87770d0f18793e
treeb5e7b2ca81631bd90e7f999ad0edad9b168fcdde
parent0a21950e43fa833fc65b1d2a1a9e5c8012134d89
hw/arm/bcm2835: Use object_initialize() on PL011State

To be coherent with the other peripherals contained in the
BCM2835PeripheralState structure, directly allocate the PL011State
(instead of using the pl011 uart as a pointer to a SysBusDevice).

Initialize the PL011State with object_initialize() instead of
object_new().

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190507163416.24647-6-philmd@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/arm/bcm2835_peripherals.c
include/hw/arm/bcm2835_peripherals.h