Re: [Qemu-devel] [PATCH 01/12] s390: Add a hypercall registration interface.

2013-01-18 Thread Alexander Graf
On 17.01.2013, at 15:23, Cornelia Huck wrote: > Allow virtio machines to register for different diag500 function > codes and convert s390-virtio to use it. > > Signed-off-by: Cornelia Huck Thanks, applied to s390-next. Alex

[Qemu-devel] [PATCH 01/12] s390: Add a hypercall registration interface.

2013-01-17 Thread Cornelia Huck
Allow virtio machines to register for different diag500 function codes and convert s390-virtio to use it. Signed-off-by: Cornelia Huck --- hw/s390-virtio.c | 90 +++- hw/s390-virtio.h | 22 +++ hw/s390x/Makefile.objs |