[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH v2 0/5] Virtio 9P driver


  • To: "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
  • From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
  • Date: Sat, 7 Sep 2019 09:45:27 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stud.acs.upb.ro; dmarc=pass action=none header.from=stud.acs.upb.ro; dkim=pass header.d=stud.acs.upb.ro; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=qTEuWsiDRyn3OZrW+GbuaOuv2O/ylyyfRMzW6FhOrjM=; b=LQG0Pq57pPcPc9oLQtH9PN3uiD8ey3psNkCl/gxrAw7ORpGCvsIx83yRZTwoRncj4vIJrBZmdfcd89ms+vTxglw0Tup622PlbBHD1dyBld/inPvvEYZbf7qj41jpbW5c/s5bYBpRGeAc6vy4A+e6423X3Wkn0pshq+73DBtk61tBfcwlvMsVSlV6EPvI5fhGovvFNBCsfdCRr7/ynbiLPItjN1XtfXzTqRw2SC1lI4PakWE2GUkctYZTFeOY06lG1dI9PniDost0K5DsRUoreOMvz9voxtwFW3qWQ9C7L3JteXOkpE+UuDfohhCN3Tp+526YL+PWrmX0L+WEHe6bdg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OKoUmLwF/v0ikuDUWD2l8f0Lkc8GvHvdILN1qxmHM+eTMXZH7FpN5cJj0Kbs0SnH/0F66lTO98G6zy23BOoqR76Qo73V5/MstDok4p94rz5rW0URB/NL2Q7sxx181riK+mJR6p8/kpJUubo9UCA3YeMNPFaWxhi07EN4qtVR+zqB+NewM5aTwQBZ9EOil8SGUuINcpTCsxpUQTPb8PZ2sHnQITPMVgMBvwIU0Pa21ZFVCVvRGP8KvlDv3DjjaYOIT21MmiyiEAdWbEvXNHx2ldH0NWpXlb+QDnsPEwL5uuXlRz2zkCR1Jm1AykDxjNu5ySUZRJE505Kp08xYTZHBYA==
  • Authentication-results: spf=none (sender IP is ) smtp.mailfrom=vlad_andrei.badoiu@xxxxxxxxxxxxxxx;
  • Cc: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>, "costin.lupu@xxxxxxxxx" <costin.lupu@xxxxxxxxx>
  • Delivery-date: Sat, 07 Sep 2019 09:45:36 +0000
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>
  • Thread-index: AQHVZWD6XpesMfo5S02N4X/dha3ecA==
  • Thread-topic: [UNIKRAFT PATCH v2 0/5] Virtio 9P driver

This patch series adds the virtio 9P driver implementation, based on the
unikraft 9P API. The driver's implementation is in virtio_9p.c, and the
PCI configuration space layout and flags can be found in virtio_9p.h.


The 9P devices are initialized once, at boot time, and each connect() or
disconnect() simply points the uk_9pdev to the correct virtio 9P device
or to NULL.

Cristian Banu (5):
  plat/drivers: Virtio 9P driver skeleton
  plat/drivers: Add 9P device initialization
  plat/drivers: Allocate virtqueue for virtio 9P
  plat/drivers: Add 9P transport for virtio 9P
  plat/drivers: Implement virtio 9P request and recv

 plat/drivers/include/virtio/virtio_9p.h |  53 +++
 plat/drivers/virtio/virtio_9p.c         | 472 ++++++++++++++++++++++++
 plat/kvm/Config.uk                      |   9 +
 plat/kvm/Makefile.uk                    |  13 +
 4 files changed, 547 insertions(+)
 create mode 100644 plat/drivers/include/virtio/virtio_9p.h
 create mode 100644 plat/drivers/virtio/virtio_9p.c

-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.