From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCqA3-0007Kn-Ii for qemu-devel@nongnu.org; Tue, 05 Mar 2013 06:36:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCq9z-0006yS-8v for qemu-devel@nongnu.org; Tue, 05 Mar 2013 06:35:59 -0500 Received: from e33.co.us.ibm.com ([32.97.110.151]:33752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCq9y-0006y2-AH for qemu-devel@nongnu.org; Tue, 05 Mar 2013 06:35:54 -0500 Received: from /spool/local by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 5 Mar 2013 04:35:52 -0700 Received: from d03relay01.boulder.ibm.com (d03relay01.boulder.ibm.com [9.17.195.226]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 0F6C73E4003D for ; Tue, 5 Mar 2013 04:35:41 -0700 (MST) Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay01.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r25BZnit113250 for ; Tue, 5 Mar 2013 04:35:50 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r25BZne1016440 for ; Tue, 5 Mar 2013 04:35:49 -0700 Date: Tue, 5 Mar 2013 12:35:49 +0100 From: Jens Freimann Message-ID: <20130305113549.GA14795@linux.vnet.ibm.com> References: <1361559693-39396-1-git-send-email-jfrei@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1361559693-39396-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH 0/3] small virtio-ccw and css patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Cornelia Huck , Christian Borntraeger , qemu-devel ping On Fri, Feb 22, 2013 at 08:01:30PM +0100, Jens Freimann wrote: > Alex, > > The following changes since commit 1143df5c72fd1f88b4b2b0774d11bf0ba6eb44d6: > > target-s390x: Pass S390CPU to s390_{add, del}_running_cpu() (2013-02-01 01:58:50 +0100) > > are available in the git repository at: > > git://github.com/jensfr/qemu.git for-s390-next > > for you to fetch changes up to a6afae7945db78eab1630f72a30cd967d16e57c5: > > s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del (2013-02-22 19:00:17 +0100) > > ---------------------------------------------------------------- > Christian Borntraeger (3): > virtio-ccw: remove qdev_unparent in unplug routing > s390/css: Fix subchannel detection > s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del > > hw/s390x/css.c | 11 +++++++---- > hw/s390x/virtio-ccw.c | 2 -- > target-s390x/cpu.h | 2 +- > target-s390x/ioinst.c | 2 +- > 4 files changed, 9 insertions(+), 8 deletions(-) > >