From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPZKk-0008Nf-Kh for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:15:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPZKf-0002Pv-8r for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:15:38 -0400 Received: from greensocs.com ([87.106.252.221]:40940 helo=s15328186.onlinehome-server.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPZKf-0002Pi-3K for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:15:33 -0400 From: fred.konrad@greensocs.com Date: Tue, 9 Apr 2013 16:14:30 +0200 Message-Id: <1365516874-31399-1-git-send-email-fred.konrad@greensocs.com> Subject: [Qemu-devel] [PATCH v3 0/4] virtio-9p refactoring. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com, qemu-devel@nongnu.org, aneesh.kumar@linux.vnet.ibm.com Cc: peter.maydell@linaro.org, mark.burton@greensocs.com, fred.konrad@greensocs.com From: KONRAD Frederic This is the next part of virtio-refactoring. Basically it creates virtio-9p-device backend which extends virtio-device. Then a virtio-9p-device can be connected on a virtio-bus. virtio-9p-pci is modified, extends virtio-pci and have a virtio-9p-device. You can checkout my branch here: git://project.greensocs.com/qemu-virtio.git virtio-9p-v3 Note that I applied Hans's patch to fix the recent 9p compilation issue: (virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge). I made basic tests (with linux guests) on: * qemu-system-i386 Changes v2 -> v3: * Renamed device "virtio-9p" => "virtio-9p-device". * Rebased. Thanks, Fred KONRAD Frederic (4): virtio-9p: add the virtio-9p-device device. virtio-9p-pci: switch to the new API. virtio-9p: cleanup: init function. virtio-9p: cleanup: QOM casts. hw/9pfs/virtio-9p-device.c | 91 +++++++++++++++++++++++++++++----------------- hw/9pfs/virtio-9p.c | 2 +- hw/9pfs/virtio-9p.h | 11 +++++- hw/virtio/virtio-pci.c | 59 +++++++++++++++++------------- hw/virtio/virtio-pci.h | 23 ++++++++++-- 5 files changed, 122 insertions(+), 64 deletions(-) -- 1.8.1.4