Re: [Qemu-devel] [PATCH v7 2/4] s390x: Convert QEMUMachine to MachineClass

2014-06-13 Thread Eric Blake
On 06/12/2014 09:44 PM, Alexey Kardashevskiy wrote: > btw only this patche from the series got "[Qemu-devel]" in the subject line > and others did not, why? Lists of emails are almost the same, only Eric > Blake got kicked off (added him manually to this email cc:), is that > connected? :) Why is t

Re: [Qemu-devel] [PATCH v7 2/4] s390x: Convert QEMUMachine to MachineClass

2014-06-12 Thread Cornelia Huck
On Fri, 13 Jun 2014 13:36:57 +1000 Alexey Kardashevskiy 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

Re: [Qemu-devel] [PATCH v7 2/4] s390x: Convert QEMUMachine to MachineClass

2014-06-12 Thread Alexey Kardashevskiy
btw only this patche from the series got "[Qemu-devel]" in the subject line and others did not, why? Lists of emails are almost the same, only Eric Blake got kicked off (added him manually to this email cc:), is that connected? :) Why is that subject thing happening? Thanks. On 06/13/2014 01:36

[Qemu-devel] [PATCH v7 2/4] s390x: Convert QEMUMachine to MachineClass

2014-06-12 Thread Alexey Kardashevskiy
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 --- hw/s390x/