From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCHv2 RFC] virtio-spec: flexible configuration layout Date: Wed, 09 Nov 2011 22:24:47 +0200 Message-ID: <1320870287.3730.6.camel@lappy> 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> <20111109195901.GA28155@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20111109195901.GA28155@redhat.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: "Michael S. Tsirkin" Cc: Krishna Kumar , kvm@vger.kernel.org, Pawel Moll , Wang Sheng-Hui , Alexey Kardashevskiy , lkml - Kernel Mailing List , virtualization@lists.linux-foundation.org, penberg@kernel.org, Christian Borntraeger , avi@redhat.com, Amit Shah List-Id: virtualization@lists.linuxfoundation.org On Wed, 2011-11-09 at 21:59 +0200, Michael S. Tsirkin wrote: [snip] > +\begin_layout Enumerate > +Reset the device. > + This is not required on initial start up. > +\end_layout > + > +\begin_layout Enumerate > +The ACKNOWLEDGE status bit is set: we have noticed the device. > +\end_layout > + > +\begin_layout Enumerate > +The DRIVER status bit is set: we know how to drive the device. > +\end_layout > + > +\begin_layout Enumerate > + > +\change_inserted 1986246365 1320838089 > +PCI capability list scan, detecting virtio configuration layout using Virtio > + Structure PCI capabilities. Does the legacy space always gets mapped from BAR0? If yes, It'll be a bit harder deprecating it in the future. If not, this should actually be #1. Previous 3 bullets here were already setting the status byte in the device config. [snip] > + > +\begin_inset Text > + > +\begin_layout Plain Layout > + > +\change_inserted 1986246365 1320786225 > +28 bytes This is the new virtio header min size, shouldn't it be 32? (20 + 4 (msi-x) + 4 (guest feature) + 4 (device features)). -- Sasha.