Re: [Qemu-devel] [PATCH v3 1/1] char: cadence_uart: Convert to realize()

2015-03-16 Thread Alistair Francis
On Tue, Mar 17, 2015 at 9:35 AM, Andreas Färber wrote: > Am 17.03.2015 um 00:19 schrieb Alistair Francis: >> On Sat, Feb 28, 2015 at 6:52 PM, Alistair Francis >> wrote: >>> On Sat, Feb 28, 2015 at 3:59 AM, Andreas Färber wrote: Am 27.02.2015 um 02:48 schrieb Alistair Francis: > Use the

Re: [Qemu-devel] [PATCH v3 1/1] char: cadence_uart: Convert to realize()

2015-03-16 Thread Andreas Färber
Am 17.03.2015 um 00:19 schrieb Alistair Francis: > On Sat, Feb 28, 2015 at 6:52 PM, Alistair Francis > wrote: >> On Sat, Feb 28, 2015 at 3:59 AM, Andreas Färber wrote: >>> Am 27.02.2015 um 02:48 schrieb Alistair Francis: Use the DeviceClass realize() and init() instead of the deprecated

Re: [Qemu-devel] [PATCH v3 1/1] char: cadence_uart: Convert to realize()

2015-03-16 Thread Alistair Francis
On Sat, Feb 28, 2015 at 6:52 PM, Alistair Francis wrote: > On Sat, Feb 28, 2015 at 3:59 AM, Andreas Färber wrote: >> Am 27.02.2015 um 02:48 schrieb Alistair Francis: >>> Use the DeviceClass realize() and init() instead of >>> the deprecated SysBusDevice init(). >>> >>> Signed-off-by: Alistair Fra

Re: [Qemu-devel] [PATCH v3 1/1] char: cadence_uart: Convert to realize()

2015-02-28 Thread Alistair Francis
On Sat, Feb 28, 2015 at 3:59 AM, Andreas Färber wrote: > Am 27.02.2015 um 02:48 schrieb Alistair Francis: >> Use the DeviceClass realize() and init() instead of >> the deprecated SysBusDevice init(). >> >> Signed-off-by: Alistair Francis >> Reviewed-by: Peter Crosthwaite > > Thanks, applied to q

Re: [Qemu-devel] [PATCH v3 1/1] char: cadence_uart: Convert to realize()

2015-02-27 Thread Andreas Färber
Am 27.02.2015 um 02:48 schrieb Alistair Francis: > Use the DeviceClass realize() and init() instead of > the deprecated SysBusDevice init(). > > Signed-off-by: Alistair Francis > Reviewed-by: Peter Crosthwaite Thanks, applied to qom-next with some wording/syntax changes and the following QOM ca