OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH 0/1] Add multiple IRQs support for virtio-mmio


Some platforms such as arm which uses virtio-mmio instead of
virtio-pci, can assign multiple IRQs for virtio-mmio by 
connecting multiple IRQ Lines between virtio-mmio and GIC.
So it could use vhost-net with irqfd and multiqueue with 
Multi-IRQs capability instead of MSI-X capability.

The guest driver for virtio-mmio requesting Multi-IRQs is 
already sent to the kernel mailing list, pls refer to:
- virtio-mmio: support for multiple irqs
http://www.spinics.net/lists/kernel/msg1858860.html

Shannon Zhao (1):
  Add multiple IRQs support for virtio-mmio

 content.tex |   82 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 73 insertions(+), 9 deletions(-)




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]