From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753537AbbDALzc (ORCPT ); Wed, 1 Apr 2015 07:55:32 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:56960 "EHLO e06smtp17.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753303AbbDALz2 (ORCPT ); Wed, 1 Apr 2015 07:55:28 -0400 Date: Wed, 1 Apr 2015 13:55:21 +0200 From: Cornelia Huck To: Christian Borntraeger Cc: "Michael S. Tsirkin" , linux-kernel@vger.kernel.org, Pawel Moll , virtio-dev@lists.oasis-open.org, linux390@de.ibm.com, Martin Schwidefsky , Heiko Carstens , linux-s390@vger.kernel.org Subject: Re: [virtio-dev] [PATCH v3 3/6] virtio_ccw: support non-legacy balloon devices Message-ID: <20150401135521.767fe92f.cornelia.huck@de.ibm.com> In-Reply-To: <551BCB0A.4060107@de.ibm.com> References: <1427884468-23930-1-git-send-email-mst@redhat.com> <1427884468-23930-4-git-send-email-mst@redhat.com> <551BCB0A.4060107@de.ibm.com> Organization: IBM Deutschland Research & Development GmbH Vorsitzende des Aufsichtsrats: Martina Koederitz =?UTF-8?B?R2VzY2jDpGZ0c2bDvGhydW5nOg==?= Dirk Wittkopp Sitz der Gesellschaft: =?UTF-8?B?QsO2Ymxpbmdlbg==?= Registergericht: Amtsgericht Stuttgart, HRB 243294 X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15040111-0029-0000-0000-00000408388D Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 01 Apr 2015 12:40:10 +0200 Christian Borntraeger wrote: > Am 01.04.2015 um 12:35 schrieb Michael S. Tsirkin: > > virtio_device_is_legacy_only is always false now, > > drop the test from virtio ccw. > > Can you add the commit subject of patch2 here as a > prereq for this patch? This will hopefully avoid > backport issues on distros that want to take this > patch but not the other for whatever reasons. Seconded. > > > this patch is then. > Reviewed-by: Christian Borntraeger Reviewed-by: Cornelia Huck > > > > Signed-off-by: Michael S. Tsirkin > > --- > > drivers/s390/kvm/virtio_ccw.c | 10 +++------- > > 1 file changed, 3 insertions(+), 7 deletions(-) Michael, I assume you would take this patch through your tree?