From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjPwj-0004ZI-JH for qemu-devel@nongnu.org; Tue, 06 Oct 2015 06:58:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjPwf-00071s-JA for qemu-devel@nongnu.org; Tue, 06 Oct 2015 06:58:13 -0400 Received: from e06smtp07.uk.ibm.com ([195.75.94.103]:48725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjPwf-0006yT-9O for qemu-devel@nongnu.org; Tue, 06 Oct 2015 06:58:09 -0400 Received: from /spool/local by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 6 Oct 2015 11:58:07 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id D7DF817D8059 for ; Tue, 6 Oct 2015 11:58:06 +0100 (BST) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t96Aw4OT35127440 for ; Tue, 6 Oct 2015 10:58:05 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t96Aw41L006838 for ; Tue, 6 Oct 2015 04:58:04 -0600 References: <1444128065-87628-1-git-send-email-borntraeger@de.ibm.com> From: Christian Borntraeger Message-ID: <5613A93B.4040404@de.ibm.com> Date: Tue, 6 Oct 2015 12:58:03 +0200 MIME-Version: 1.0 In-Reply-To: <1444128065-87628-1-git-send-email-borntraeger@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5] s390x: Fixes and features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Cornelia Huck , Peter Maydell , Jens Freimann , qemu-devel , Alexander Graf Am 06.10.2015 um 12:41 schrieb Christian Borntraeger: > Peter, > > here are some fixes (and a small feature) for s390x. > > The following changes since commit b2312c680084ea18cd55fa7093397cad2224ec14: > > Merge remote-tracking branch 'remotes/amit-migration/tags/for-juan-201509' into staging (2015-09-29 12:41:19 +0100) > > are available in the git repository at: > > git://github.com/borntraeger/qemu.git tags/s390x-20151006 > > for you to fetch changes up to d9f090ec7794d433b8f222ae8c8f95601369a4a5: > > s390x: rename io_subsystem_reset -> subsystem_reset (2015-10-02 13:31:52 +0200) > [...] > s390x: set missing parent for hotplug and quiesce events Markus this patch should fix the introspection issues that you have seen for sclp and s390-sclp-event-facility. Christian