From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkX1S-0003d6-1M for qemu-devel@nongnu.org; Wed, 14 May 2014 07:07:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkX1L-0003Ws-Rw for qemu-devel@nongnu.org; Wed, 14 May 2014 07:06:53 -0400 Message-ID: <53734E3A.60603@redhat.com> Date: Wed, 14 May 2014 13:06:34 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20140507100818.C714A196A9@mono.eik.bme.hu> <536BC50D.4000409@msgid.tls.msk.ru> <20140514032847.GA31904@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] serial-pci: Set prog interface field of pci config to 16550 compatible List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: BALATON Zoltan , "Michael S. Tsirkin" Cc: qemu-trivial@nongnu.org, Michael Tokarev , qemu-devel@nongnu.org, Gerd Hoffmann Il 14/05/2014 12:59, BALATON Zoltan ha scritto: > On Wed, 14 May 2014, Michael S. Tsirkin wrote: >> On Wed, May 14, 2014 at 01:39:03AM +0200, BALATON Zoltan wrote: >>> On Thu, 8 May 2014, Michael Tokarev wrote: >>>> 27.02.2014 05:05, BALATON Zoltan wrote: >>>> >>>> Shoudl we actually make it machine-specific, to keep even prog-if value >>>> of these things the same as before for older machine types? I dunno. >>>> mst says we should, I think this is not a very important property to >>>> keep. >>> >>> So what's the decision? Can it be taken as it is now or do you want >>> any more changes? (If you want it version specific then please tell >>> me how to do that or show me an example because I don't know how to >>> do that.) >>> >> >> If you change it migration to old qemu breaks. > > This is unlikely as this pci serial card is not used by default in any > machine version AFAIK. Is it still desired to keep backward > compatibility for a device that can only be added by users explicitely? Yes, after all not even virtio-blk is used by default. Paolo