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

2013-01-18 Thread Andreas Färber
Am 18.01.2013 19:12, schrieb Alexander Graf: > diff --git a/hw/s390-virtio.h b/hw/s390-virtio.h > new file mode 100644 > index 000..25bb610 > --- /dev/null > +++ b/hw/s390-virtio.h > @@ -0,0 +1,22 @@ > +/* > + * Virtio interfaces for s390 > + * > + * Copyright 2012 IBM Corp. > + * Author(s): Co

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

2013-01-18 Thread Alexander Graf
From: Cornelia Huck Allow virtio machines to register for different diag500 function codes and convert s390-virtio to use it. Signed-off-by: Cornelia Huck Signed-off-by: Alexander Graf --- hw/s390-virtio.c | 90 ++--- hw/s390-virtio.h