From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvT83-0005jn-Ac for qemu-devel@nongnu.org; Wed, 16 Jan 2013 08:34:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvT7y-0002dV-Ei for qemu-devel@nongnu.org; Wed, 16 Jan 2013 08:34:07 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:36111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvSV7-0000H7-TV for qemu-devel@nongnu.org; Wed, 16 Jan 2013 07:53:54 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 16 Jan 2013 12:52:52 -0000 Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0GCrgou5570924 for ; Wed, 16 Jan 2013 12:53:42 GMT Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0GCrol6001011 for ; Wed, 16 Jan 2013 05:53:50 -0700 From: Cornelia Huck Date: Wed, 16 Jan 2013 13:53:48 +0100 Message-Id: <1358340829-57032-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH v2] s390-virtio hcall interface. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Christian Borntraeger , Jens Freimann , qemu-devel Hi, here's the second version of the diag500 hcall registration interface, with the calling convention tweaked a bit. Cornelia Huck (1): s390: Add a hypercall registration interface. hw/s390-virtio.c | 90 +++++++++++++++++++++++--------------------- hw/s390-virtio.h | 22 +++++++++++ hw/s390x/Makefile.objs | 1 + hw/s390x/s390-virtio-hcall.c | 36 ++++++++++++++++++ target-s390x/cpu.h | 2 +- target-s390x/kvm.c | 2 +- target-s390x/misc_helper.c | 2 +- 7 files changed, 110 insertions(+), 45 deletions(-) create mode 100644 hw/s390-virtio.h create mode 100644 hw/s390x/s390-virtio-hcall.c -- 1.7.12.4