Re: [PATCH 3/7] macio: move heathrow PIC inside macio-oldworld device

2020-12-29 Thread Mark Cave-Ayland
On 28/12/2020 07:08, David Gibson wrote: On Sat, Dec 19, 2020 at 10:42:25AM +, Mark Cave-Ayland wrote: Really needs a commit message. This is currently explained in the cover letter: it's moving the PIC to the macio device as per real hardware (which also nicely removes the need for comp

Re: [PATCH 3/7] macio: move heathrow PIC inside macio-oldworld device

2020-12-27 Thread David Gibson
On Sat, Dec 19, 2020 at 10:42:25AM +, Mark Cave-Ayland wrote: Really needs a commit message. > Signed-off-by: Mark Cave-Ayland > --- > hw/misc/macio/macio.c | 20 +-- > hw/ppc/mac_oldworld.c | 66 +-- > include/hw/misc/macio/macio.h |

[PATCH 3/7] macio: move heathrow PIC inside macio-oldworld device

2020-12-19 Thread Mark Cave-Ayland
Signed-off-by: Mark Cave-Ayland --- hw/misc/macio/macio.c | 20 +-- hw/ppc/mac_oldworld.c | 66 +-- include/hw/misc/macio/macio.h | 2 +- 3 files changed, 43 insertions(+), 45 deletions(-) diff --git a/hw/misc/macio/macio.c b/hw/misc/macio