From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2cjI-0007Yo-Hh for qemu-devel@nongnu.org; Fri, 04 Nov 2016 07:32:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2cjF-0004oG-Es for qemu-devel@nongnu.org; Fri, 04 Nov 2016 07:32:16 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:39533 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2cjF-0004nz-8F for qemu-devel@nongnu.org; Fri, 04 Nov 2016 07:32:13 -0400 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id uA4BTNPq082952 for ; Fri, 4 Nov 2016 07:32:12 -0400 Received: from e06smtp06.uk.ibm.com (e06smtp06.uk.ibm.com [195.75.94.102]) by mx0b-001b2d01.pphosted.com with ESMTP id 26gnwxcd3d-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 04 Nov 2016 07:32:12 -0400 Received: from localhost by e06smtp06.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 4 Nov 2016 11:32:11 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 0BD321B0805F for ; Fri, 4 Nov 2016 11:34:19 +0000 (GMT) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id uA4BW8uE12124664 for ; Fri, 4 Nov 2016 11:32:08 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id uA4BW7DG015014 for ; Fri, 4 Nov 2016 07:32:08 -0400 Date: Fri, 4 Nov 2016 12:32:06 +0100 From: Cornelia Huck In-Reply-To: <1478257275-30365-2-git-send-email-mst@redhat.com> References: <1478257275-30365-1-git-send-email-mst@redhat.com> <1478257275-30365-2-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20161104123206.16e87b93.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH 1/2] virtio: allow per-device-class legacy features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, Jason Wang , dgilbert@redhat.com, Alexander Graf , Christian Borntraeger , Richard Henderson On Fri, 4 Nov 2016 13:01:37 +0200 "Michael S. Tsirkin" wrote: > Legacy features are those that transitional devices only > expose on the legacy interface. > Allow different ones per device class. > > Signed-off-by: Michael S. Tsirkin > --- > include/hw/virtio/virtio.h | 5 +++++ > hw/s390x/virtio-ccw.c | 4 +++- > hw/virtio/virtio-pci.c | 4 +++- > hw/virtio/virtio.c | 2 ++ > 4 files changed, 13 insertions(+), 2 deletions(-) Reviewed-by: Cornelia Huck