From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754154Ab1KIMJQ (ORCPT ); Wed, 9 Nov 2011 07:09:16 -0500 Received: from mail-fx0-f46.google.com ([209.85.161.46]:33013 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751500Ab1KIMJO (ORCPT ); Wed, 9 Nov 2011 07:09:14 -0500 Subject: Re: [PATCH RFC] virtio-spec: flexible configuration layout From: Sasha Levin To: Pawel Moll Cc: "Michael S. Tsirkin" , Rusty Russell , lkml - Kernel Mailing List , Alexey Kardashevskiy , Amit Shah , Christian Borntraeger , Krishna Kumar , Wang Sheng-Hui , "virtualization@lists.linux-foundation.org" , "kvm@vger.kernel.org" , "avi@redhat.com" , Peter Maydell In-Reply-To: <1320836793.3259.151.camel@hornet.cambridge.arm.com> References: <87wrbkvh3v.fsf@rustcorp.com.au> <20111101114542.GA13434@redhat.com> <1320150813.3847.24.camel@lappy> <20111101124223.GA14060@redhat.com> <8739e7uy87.fsf@rustcorp.com.au> <20111102233110.GA20289@redhat.com> <20111108214021.GA4538@redhat.com> <1320832502.31056.22.camel@lappy> <20111109101814.GC20612@redhat.com> <1320834017.31056.26.camel@lappy> <1320835653.3259.138.camel@hornet.cambridge.arm.com> <1320836144.31056.35.camel@lappy> <1320836793.3259.151.camel@hornet.cambridge.arm.com> Content-Type: text/plain; charset="us-ascii" Date: Wed, 09 Nov 2011 14:07:21 +0200 Message-ID: <1320840441.31056.37.camel@lappy> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2011-11-09 at 11:06 +0000, Pawel Moll wrote: > On Wed, 2011-11-09 at 10:55 +0000, Sasha Levin wrote: > > On Wed, 2011-11-09 at 10:47 +0000, Pawel Moll wrote: > > > Yep, it's actually already in 3.2-rc1 (drivers/virtio/virtio_mmio.c) and > > > in the spec (see Appendix X). And actually the control registers layout > > > I used was originally based on the PCI "legacy" headers (slightly > > > simplified), but evolved a bit since. My understanding is that the > > > changes Michael is proposing affect the PCI device interface only so > > > they shouldn't affect "my" interface. > > > > I didn't know it's in already, might be interesting adding support to it > > to x86 userspace tools. > > Do you mean the qemu or the (non-qemu) KVM tools I know nothing > about? ;-) I'll get you in the loop when we add virtio-mmio :) > > If qemu, Peter got it already running with virtio_mmio on ARM models > (not upstream yet as far as I know), but I presume the code would we > mostly non-ARM specific. > > Cheers! > > Pawel > > -- Sasha.