On Fri, 13 Jun 2014 13:36:57 +1000 Alexey Kardashevskiy <a...@ozlabs.ru> wrote:
> This converts s390-virtio and s390-ccw-virtio machines to QOM MachineClass. > This brings ability to add interfaces to the machine classes. The first > interface for addition will be NMI. > > The patch is mechanical so no change in behavior is expected. > > Signed-off-by: Alexey Kardashevskiy <a...@ozlabs.ru> > --- > hw/s390x/s390-virtio-ccw.c | 43 +++++++++++++++++++++++++++---------------- > hw/s390x/s390-virtio.c | 44 +++++++++++++++++++++++++++----------------- > 2 files changed, 54 insertions(+), 33 deletions(-) > Reviewed-by: Cornelia Huck <cornelia.h...@de.ibm.com>