Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754796AbeALKWL (ORCPT + 1 other); Fri, 12 Jan 2018 05:22:11 -0500 Received: from mail-ot0-f173.google.com ([74.125.82.173]:44286 "EHLO mail-ot0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754583AbeALKWJ (ORCPT ); Fri, 12 Jan 2018 05:22:09 -0500 X-Google-Smtp-Source: ACJfBosvn1biVcR2JldIurRJKCxUGhrTlysR3BZ/BjywhwgzFUQIc9myi7wU3NIiSbS0HJi0oqId20s/gtwSKayGJSY= MIME-Version: 1.0 In-Reply-To: <2aacb81b-0efb-87b9-f70c-a61e66dd0331@arm.com> References: <20180109190414.4017-1-suzuki.poulose@arm.com> <20180109190414.4017-2-suzuki.poulose@arm.com> <20180110012429-mutt-send-email-mst@kernel.org> <20180110130230-mutt-send-email-mst@kernel.org> <2aacb81b-0efb-87b9-f70c-a61e66dd0331@arm.com> From: Peter Maydell Date: Fri, 12 Jan 2018 10:21:48 +0000 Message-ID: Subject: Re: [PATCH v1 01/16] virtio: Validate queue pfn for 32bit transports To: Jean-Philippe Brucker Cc: "Michael S. Tsirkin" , Suzuki Poulose , arm-mail-list , kvm-devel , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall , Marc Zyngier , lkml - Kernel Mailing List , Kristina Martsenko , Paolo Bonzini , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Will Deacon , Ard Biesheuvel , Mark Rutland , Catalin Marinas , Jason Wang , Christoffer Dall Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 10 January 2018 at 11:25, Jean-Philippe Brucker wrote: > Hi Peter, > > On 10/01/18 11:19, Peter Maydell wrote: >> Are there uses that make it worthwhile to get virtio-1 >> support added to virtio-mmio, rather than just getting >> people to move over to virtio-pci instead ? > > virtio-iommu uses virtio-mmio transport. It makes little sense to have an > IOMMU presented as a PCI endpoint. Having an entire transport just for the IOMMU doesn't make a great deal of sense either though :-) If we didn't already have virtio-mmio kicking around would we really have designed it that way? thanks -- PMM