From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrW4A-0000wx-Hr for qemu-devel@nongnu.org; Tue, 25 Jun 2013 12:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrW45-00028d-Ho for qemu-devel@nongnu.org; Tue, 25 Jun 2013 12:26:02 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:39089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrW44-000277-Ud for qemu-devel@nongnu.org; Tue, 25 Jun 2013 12:25:57 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Jun 2013 17:21:47 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5316D2190059 for ; Tue, 25 Jun 2013 17:29:28 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5PGPfka52428854 for ; Tue, 25 Jun 2013 16:25:41 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r5PGPpjA028369 for ; Tue, 25 Jun 2013 10:25:52 -0600 From: Cornelia Huck Date: Tue, 25 Jun 2013 18:25:35 +0200 Message-Id: <1372177538-9812-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PULL 0/3] virtio-ccw: fix + notifiers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Blue Swirl , Cornelia Huck , Anthony Liguori , =?UTF-8?q?Aur=C3=A9lien=20Jarno?= The following changes since commit baf8673ca802cb3ea2cdbe94813441d23bde223b: Merge remote-tracking branch 'stefanha/block' into staging (2013-06-24 14:33:17 -0500) are available in the git repository at: git://github.com/cohuck/qemu virtio-ccw-upstr for you to fetch changes up to 320ce8503baf081725f74514d73d7bd65071a45e: virtio-ccw: Wire up guest and host notifies. (2013-06-25 17:11:12 +0200) ---------------------------------------------------------------- Christian Borntraeger (1): s390/virtio-ccw: Fix virtio reset Cornelia Huck (2): virtio-ccw: Wire up ioeventfd. virtio-ccw: Wire up guest and host notifies. hw/s390x/css.c | 2 +- hw/s390x/css.h | 1 + hw/s390x/virtio-ccw.c | 207 +++++++++++++++++++++++++++++++++++++++++++++++++ hw/s390x/virtio-ccw.h | 8 ++ target-s390x/cpu.h | 16 ++++ target-s390x/kvm.c | 19 +++++ 6 files changed, 252 insertions(+), 1 deletion(-) -- 1.7.9.5