From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4nPN-0006SD-MZ for qemu-devel@nongnu.org; Fri, 04 Dec 2015 05:16:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4nPE-0003ho-KB for qemu-devel@nongnu.org; Fri, 04 Dec 2015 05:16:09 -0500 Received: from e06smtp07.uk.ibm.com ([195.75.94.103]:35249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4nPE-0003h6-9h for qemu-devel@nongnu.org; Fri, 04 Dec 2015 05:16:00 -0500 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 4 Dec 2015 10:15:57 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id BF9541B08070 for ; Fri, 4 Dec 2015 10:16:19 +0000 (GMT) Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tB4AFqd164946338 for ; Fri, 4 Dec 2015 10:15:52 GMT Received: from d06av08.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tB4AFqEn029561 for ; Fri, 4 Dec 2015 03:15:52 -0700 Date: Fri, 4 Dec 2015 11:15:48 +0100 From: Cornelia Huck Message-ID: <20151204111548.155ea5f7.cornelia.huck@de.ibm.com> In-Reply-To: <5660F542.8010309@redhat.com> References: <20151201111108.6dd85381.cornelia.huck@de.ibm.com> <20151201131040.046ab170.cornelia.huck@de.ibm.com> <20151201152153.1bb1f58f.cornelia.huck@de.ibm.com> <565E8781.5060700@redhat.com> <20151202111128.03f4f46d.cornelia.huck@de.ibm.com> <5660F542.8010309@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [2.5 issue] virtio-1 in virtio-net and old vhost List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang Cc: Christian Borntraeger , qemu-devel@nongnu.org, "Michael S. Tsirkin" On Fri, 4 Dec 2015 10:06:58 +0800 Jason Wang wrote: > The problem is for pci: without this patch, guest may always see modern > bar is "disable-modern=false". But with this patch, on an old kernel > that does not support VERSION_1, even "disable-modern=false" were > specified, guest can not see modern bar anymore. Looks like a guest > visible change. But the guest even see a modern bar if the host is not able to present a spec-compliant device? What we have now is a device that looks like a modern device but that does not offer VERSION_1. Probably not spec compliant. If virtio-pci is fixed to not present such broken devices to the guest, this is guest-visible, yes; but only in the sense that the guest will no longer see broken devices, but simply legacy devices if configured.