From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753905AbbCaTwK (ORCPT ); Tue, 31 Mar 2015 15:52:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46529 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752237AbbCaTwH (ORCPT ); Tue, 31 Mar 2015 15:52:07 -0400 Date: Tue, 31 Mar 2015 21:51:56 +0200 From: "Michael S. Tsirkin" To: Pawel Moll Cc: "linux-kernel@vger.kernel.org" , "virtio-dev@lists.oasis-open.org" , "virtualization@lists.linux-foundation.org" Subject: Re: [PATCH 4/6] virtio_mmio: support non-legacy balloon devices Message-ID: <20150331214943-mutt-send-email-mst@redhat.com> References: <1427737006-23191-1-git-send-email-mst@redhat.com> <1427737006-23191-5-git-send-email-mst@redhat.com> <1427805095.8330.10.camel@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427805095.8330.10.camel@arm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 31, 2015 at 01:31:35PM +0100, Pawel Moll wrote: > On Mon, 2015-03-30 at 18:37 +0100, Michael S. Tsirkin wrote: > > virtio_device_is_legacy_only is always false now, > > drop the test from virtio mmio. > > > > Signed-off-by: Michael S. Tsirkin > > Slightly ironic ack ;-) after all the battle you fought for this: In hindsight, the time might have been better spent working on this patchset instead, that's true. > Acked-by: Pawel Moll > > Thanks! > > Pawel