From patchwork Fri Jun 7 08:11:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cornelia Huck X-Patchwork-Id: 249611 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 811EB2C0077 for ; Fri, 7 Jun 2013 18:12:08 +1000 (EST) Received: from localhost ([::1]:45557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkrmH-0003RQ-9D for incoming@patchwork.ozlabs.org; Fri, 07 Jun 2013 04:12:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukrlv-0003QM-CM for qemu-devel@nongnu.org; Fri, 07 Jun 2013 04:11:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ukrlr-0006QQ-OV for qemu-devel@nongnu.org; Fri, 07 Jun 2013 04:11:43 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:33581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukrlr-0006QC-EL for qemu-devel@nongnu.org; Fri, 07 Jun 2013 04:11:39 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 7 Jun 2013 09:06:52 +0100 Received: from d06dlp01.portsmouth.uk.ibm.com (9.149.20.13) by e06smtp16.uk.ibm.com (192.168.101.146) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 7 Jun 2013 09:06:49 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 6411617D805A for ; Fri, 7 Jun 2013 09:12:53 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r578BNb653608628 for ; Fri, 7 Jun 2013 08:11:24 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r578BXul030845 for ; Fri, 7 Jun 2013 02:11:34 -0600 Received: from gondolin.boeblingen.de.ibm.com (dyn-9-152-224-40.boeblingen.de.ibm.com [9.152.224.40]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r578BWEk030824; Fri, 7 Jun 2013 02:11:32 -0600 From: Cornelia Huck To: qemu-devel Date: Fri, 7 Jun 2013 10:11:14 +0200 Message-Id: <1370592676-22532-1-git-send-email-cornelia.huck@de.ibm.com> X-Mailer: git-send-email 1.7.9.5 X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13060708-3548-0000-0000-0000059BCE88 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 195.75.94.112 Cc: Blue Swirl , Cornelia Huck , Anthony Liguori , =?UTF-8?q?Aur=C3=A9lien=20Jarno?= Subject: [Qemu-devel] [PULL 0/2] virtio-ccw/css: bugfixes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Please pull to get these two bugfixes: The following changes since commit 8819c10b5d55d537d59a0ffd5d623f348fc36c47: Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging (2013-06-04 14:58:58 -0500) are available in the git repository at: git://github.com/cohuck/qemu virtio-ccw-upstr for you to fetch changes up to d1db1fa8dfcea9c62643f624f2a07d2fd375ce45: virtio-ccw: Fix unsetting of indicators. (2013-06-06 10:25:59 +0200) ---------------------------------------------------------------- Cornelia Huck (2): s390x/css: Fix concurrent sense. virtio-ccw: Fix unsetting of indicators. hw/s390x/css.c | 2 +- hw/s390x/virtio-ccw.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)