From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Rusty Russell Subject: Re: [virtio-dev] [PATCH v3 3/6] virtio_ccw: support non-legacy balloon devices 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> Date: Tue, 14 Apr 2015 10:39:55 +0930 Message-ID: <87iocztt0c.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Christian Borntraeger , "Michael S. Tsirkin" , linux-kernel@vger.kernel.org Cc: Cornelia Huck , Pawel Moll , virtio-dev@lists.oasis-open.org, linux390@de.ibm.com, Martin Schwidefsky , Heiko Carstens , linux-s390@vger.kernel.org List-ID: Christian Borntraeger writes: > 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. I changed commit wording to: As of last patch, virtio_device_is_legacy_only is always false, drop the test from virtio ccw. That should be clear to anyone seeking -stable patches. Thanks, Rusty.