From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH RFC] virtio-spec: flexible configuration layout Date: Mon, 18 Jun 2012 15:07:27 +0300 Message-ID: <20120618120727.GB25390@redhat.com> References: <8739e7uy87.fsf@rustcorp.com.au> <20111102233110.GA20289@redhat.com> <20111108214021.GA4538@redhat.com> <1320828366.31056.16.camel@lappy> <20111109101318.GB20612@redhat.com> <1320841683.31056.41.camel@lappy> <20120618115440.GA25042@redhat.com> <1340021117.22848.3.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1340021117.22848.3.camel@lappy> 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: Sasha Levin Cc: Krishna Kumar , kvm@vger.kernel.org, Pawel Moll , Wang Sheng-Hui , Alexey Kardashevskiy , lkml - Kernel Mailing List , virtualization@lists.linux-foundation.org, Pekka Enberg , Christian Borntraeger , penberg@cs.helsinki.fi, avi@redhat.com, Amit Shah List-Id: virtualization@lists.linuxfoundation.org On Mon, Jun 18, 2012 at 02:05:17PM +0200, Sasha Levin wrote: > On Mon, 2012-06-18 at 14:54 +0300, Michael S. Tsirkin wrote: > > On Wed, Nov 09, 2011 at 02:36:43PM +0200, Pekka Enberg wrote: > > > On Wed, 9 Nov 2011, Sasha Levin wrote: > > > >They don't exist in kernel code either, for same reason as above. > > > > > > > >Nothing will break if we remove it since no one really used it, we were > > > >probably the first and only implementation of the spec which considered > > > >them :) > > > > > > As long as we are able to run older versions of the KVM tool with > > > newer kernels and vice versa, I see no reason why we can't drop > > > 64-bit features from the KVM tool. > > > > > > Pekka > > > > So what happened? Did you guys do this? Need to know what to do to make > > progress. IIUC Rusty removed the new fields in 0.9.3. > > Does your tool still use them? Did any version of the tool released by > > distros do so? > > Yup, they were removed quite a while ago. Thanks, that's nice. So we can reuse that bit if we need it and it won't break your code. -- MST