Re: [Qemu-devel] [PATCH 1/3] uninorth: create new uninorth device

2018-05-03 Thread David Gibson
On Thu, May 03, 2018 at 09:24:39PM +0100, Mark Cave-Ayland wrote: > Commit 4e46dcdbd3 "PPC: Newworld: Add uninorth token register" added a TODO > which was to convert the uninorth registers hack to a proper device. Move > these registers to a new uninorth device, removing the old hacks from > mac_n

[Qemu-devel] [PATCH 1/3] uninorth: create new uninorth device

2018-05-03 Thread Mark Cave-Ayland
Commit 4e46dcdbd3 "PPC: Newworld: Add uninorth token register" added a TODO which was to convert the uninorth registers hack to a proper device. Move these registers to a new uninorth device, removing the old hacks from mac_newworld.c. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu