From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNOc7-00064A-Ts for qemu-devel@nongnu.org; Mon, 16 Feb 2015 11:33:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNOc4-00084j-E7 for qemu-devel@nongnu.org; Mon, 16 Feb 2015 11:33:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNOc4-00084b-7m for qemu-devel@nongnu.org; Mon, 16 Feb 2015 11:33:36 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1GGXZG2009104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 16 Feb 2015 11:33:35 -0500 From: Gerd Hoffmann Date: Mon, 16 Feb 2015 17:33:21 +0100 Message-Id: <1424104405-18874-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] virtio-pci: a few proxy tweaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , mst@redhat.com Hi, A few patches for virtio, applying cleanly on top of mst's virtio-1.0 branch. cheers, Gerd Gerd Hoffmann (4): virtio-pci: add flags to enable/disable legacy/modern virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smaller virtio-pci: make pci bars configurable virtio-pci: make modern bar 64bit prefetchable hw/virtio/virtio-pci.c | 81 ++++++++++++++++++++++++++++++++++++++------------ hw/virtio/virtio-pci.h | 8 +++++ 2 files changed, 70 insertions(+), 19 deletions(-) -- 1.8.3.1