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

From
Shannon Zhao <>
Date
2014-11-10T03:56:11+00:00
ID
Thread
[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(-)