From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752085AbbCaMbk (ORCPT ); Tue, 31 Mar 2015 08:31:40 -0400 Received: from foss.arm.com ([217.140.101.70]:35216 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750907AbbCaMbh (ORCPT ); Tue, 31 Mar 2015 08:31:37 -0400 Message-ID: <1427805095.8330.10.camel@arm.com> Subject: Re: [PATCH 4/6] virtio_mmio: support non-legacy balloon devices From: Pawel Moll To: "Michael S. Tsirkin" Cc: "linux-kernel@vger.kernel.org" , "virtio-dev@lists.oasis-open.org" , "virtualization@lists.linux-foundation.org" Date: Tue, 31 Mar 2015 13:31:35 +0100 In-Reply-To: <1427737006-23191-5-git-send-email-mst@redhat.com> References: <1427737006-23191-1-git-send-email-mst@redhat.com> <1427737006-23191-5-git-send-email-mst@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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: Acked-by: Pawel Moll Thanks! Pawel