From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 4/6] virtio_mmio: support non-legacy balloon devices Date: Tue, 31 Mar 2015 21:51:56 +0200 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-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1427805095.8330.10.camel@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Pawel Moll Cc: "virtio-dev@lists.oasis-open.org" , "linux-kernel@vger.kernel.org" , "virtualization@lists.linux-foundation.org" List-Id: virtualization@lists.linuxfoundation.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