From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNJ9W-0007rE-FV for qemu-devel@nongnu.org; Thu, 15 Nov 2018 10:01:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNJ9S-0003U6-GK for qemu-devel@nongnu.org; Thu, 15 Nov 2018 10:01:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51518) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gNJ9M-0003PA-8Z for qemu-devel@nongnu.org; Thu, 15 Nov 2018 10:01:47 -0500 Date: Thu, 15 Nov 2018 16:01:28 +0100 From: Cornelia Huck Message-ID: <20181115160128.5448cb5b.cohuck@redhat.com> In-Reply-To: <20181115122155.7a15df7d.cohuck@redhat.com> References: <20181114233831.10374-1-ehabkost@redhat.com> <20181115122155.7a15df7d.cohuck@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-4.0 v2] virtio: Provide version-specific variants of virtio PCI devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: "Michael S. Tsirkin" , qemu-devel@nongnu.org, Gonglei , Paolo Bonzini , Amit Shah , Andrea Bolognani , Cleber Rosa , Marcel Apfelbaum , Fam Zheng , Kevin Wolf , Max Reitz , Jason Wang , Wainer dos Santos Moschetta , Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , libvir-list@redhat.com, Markus Armbruster , Laine Stump , Stefan Hajnoczi , Gerd Hoffmann , "Daniel P. =?UTF-8?B?QmVycmFuZ8Op?=" , Caio Carrara On Thu, 15 Nov 2018 12:21:55 +0100 Cornelia Huck wrote: > After a quick look, this seems fine; have not actually tried to run it > yet. Played a bit with it (with zpci devices for a s390x machine), seems to work as expected.