Re: [Qemu-devel] [PATCH 00/11] macio: remove legacy macio_init() function

2018-02-27 Thread David Gibson
e-id: 20180219181922.21586-1-mark.cave-ayl...@ilande.co.uk > > Subject: [Qemu-devel] [PATCH 00/11] macio: remove legacy > > macio_init() function [snip] > >CC ppc-linux-user/accel/stubs/whpx-stub.o > >CC ppc-linux-user/accel/stubs/kvm-stub.o > >CC ppc-li

Re: [Qemu-devel] [PATCH 00/11] macio: remove legacy macio_init() function

2018-02-22 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180219181922.21586-1-mark.cave-ayl...@ilande.co.uk Subject: [Qemu-devel] [PATCH 00/11] macio: remove legacy macio_init() function === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH 00/11] macio: remove legacy macio_init() function

2018-02-19 Thread Mark Cave-Ayland
This patchset eliminates the legacy macio_init() function used to setup the ESCC and PIC memory regions and instead allows the macio device to be instantiated directly via qdev, wiring up the ESCC internally using sysbus MMIO memory regions and the PIC via QOM object links. The biggest surprise in