This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from effdb88710d sched_getscheduler.c: coverity HIS_metric_violation: RETURN
     add 5c835881b28 virtio/virtio-pci: improve debug logging and fix comments
     add 63c147bfa46 virtio/virtio-pci: remove unused config change IRQ handler
     add 4f591e19dba virtio/virtio-pci: add PCI INTX interrupt fallback support
     add 0a27aef078b virtio/virtio-pci-modern: support PCI_RESOURCE_MEM_64 
capability
     add 9f351523a7f Documentation/virtio: add VirtIO framework documentation
     add b65d2544d26 arm64/qemu-bringup: use common fdt function to register 
virtio and pci
     add def2e89b6eb qemu-armv8a/netnsh: enabel the virtio-pci transport

No new revisions were added by this update.

Summary of changes:
 Documentation/components/drivers/index.rst         |   2 +-
 Documentation/components/drivers/special/index.rst |   2 +-
 .../components/drivers/special/virtio.rst          |   3 -
 .../drivers/special/virtio/framework.rst           | 269 +++++++++++++++++++++
 .../components/drivers/special/virtio/index.rst    |  17 ++
 .../arm64/qemu/boards/qemu-armv8a/index.rst        |  25 +-
 .../qemu/qemu-armv8a/configs/netnsh/defconfig      |   9 +
 boards/arm64/qemu/qemu-armv8a/src/qemu_bringup.c   | 104 +-------
 drivers/virtio/virtio-pci-legacy.c                 |  63 ++---
 drivers/virtio/virtio-pci-modern.c                 |  85 +++----
 drivers/virtio/virtio-pci.c                        |  88 ++++---
 drivers/virtio/virtio-pci.h                        |  11 +-
 12 files changed, 433 insertions(+), 245 deletions(-)
 delete mode 100644 Documentation/components/drivers/special/virtio.rst
 create mode 100644 
Documentation/components/drivers/special/virtio/framework.rst
 create mode 100644 Documentation/components/drivers/special/virtio/index.rst

Reply via email to