From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAQGb-0008IM-R0 for qemu-devel@nongnu.org; Wed, 21 Mar 2012 14:28:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAQGV-0003qp-QH for qemu-devel@nongnu.org; Wed, 21 Mar 2012 14:28:13 -0400 Date: Wed, 21 Mar 2012 20:28:11 +0200 From: "Michael S. Tsirkin" Message-ID: <20120321182810.GA25289@redhat.com> References: <20120320101947.GA19542@truffala.fritz.box> <20120321112615.GA15090@stefanha-thinkpad.localdomain> <20120321130852.GC21467@redhat.com> <4F69E8E1.8050004@codemonkey.ws> <20120321151043.GA22707@redhat.com> <4F69F05B.5010500@codemonkey.ws> <20120321161155.GA23460@redhat.com> <4F6A014A.90704@codemonkey.ws> <4F6A02D1.9060404@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F6A02D1.9060404@codemonkey.ws> Subject: Re: [Qemu-devel] [PATCH] Remove PCI class code from virtio balloon device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-trivial@nongnu.org, Stefan Hajnoczi , Rusty Russell , qemu-devel@nongnu.org On Wed, Mar 21, 2012 at 11:33:21AM -0500, Anthony Liguori wrote: > On 03/21/2012 11:26 AM, Anthony Liguori wrote: > >On 03/21/2012 11:11 AM, Michael S. Tsirkin wrote: > >>Frankly I don't see value in making it visible to the user, > >>at all. We are just triggering windows reactivations > >>without any user benefit. Why not return a fixed value there > >>to avoid that? > > > >I don't see a problem making it fixed for 1.1, but for 1.0 and older, we should > >expose what we were supposed to expose. > > > >We need to fix the bug first, then we can change the behavior. > > In some cases, like USB, we really do want to expose a version, why, exactly? > but > we should probably only expose the major version, for instance, QEMU > 1.x or 2.x. This would only be exposed by the appropriate machine > types. > > Regards, > > Anthony Liguori > > > > >Regards, > > > >Anthony Liguori > > > >> > >>>>>> > >>>>>> > > > >