From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQ7a0-0006PO-4W for qemu-devel@nongnu.org; Thu, 21 Jul 2016 02:35:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQ7Zv-0002lS-Vg for qemu-devel@nongnu.org; Thu, 21 Jul 2016 02:35:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQ7Zv-0002kv-Pm for qemu-devel@nongnu.org; Thu, 21 Jul 2016 02:35:27 -0400 Message-ID: <1469082923.3363.59.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 21 Jul 2016 08:35:23 +0200 In-Reply-To: <1469028501-23780-1-git-send-email-marcel@redhat.com> References: <1469028501-23780-1-git-send-email-marcel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH V3] hw/virtio-pci: fix virtio behaviour List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: qemu-devel@nongnu.org, mst@redhat.com, cornelia.huck@de.ibm.com On Mi, 2016-07-20 at 18:28 +0300, Marcel Apfelbaum wrote: > Enable transitional virtio devices by default. > Enable virtio-1.0 for devices plugged into > PCIe ports (Root ports or Downstream ports). >=20 > Using the virtio-1 mode will remove the limitation > of the number of devices that can be attached to a machine > by removing the need for the IO BAR. Reviewed-by: Gerd Hoffmann