@@ -5840,6 +5840,9 @@ \chapter{Reserved Feature Bits}\label{sec:Reserved Feature Bits}
\item[VIRTIO_F_MMIO_NOTIFICATION(39)] This feature indicates
that the device supports enhanced notification mechanism on
MMIO transport layer.
+ \item[VIRTIO_F_MMIO_MSI(40)] This feature indicates that the
+ device supports Message Signal Interrupts (MSI) mechanism on
+ MMIO transport layer.
\drivernormative{\section}{Reserved Feature Bits}{Reserved Feature Bits}
@@ -5875,6 +5878,10 @@ \chapter{Reserved Feature Bits}\label{sec:Reserved Feature Bits}
A driver SHOULD accept VIRTIO_F_MMIO_NOTIFICATION if it is offered.
+A driver SHOULD accept VIRTIO_F_MMIO_MSI if it is offered.
+If VIRTIO_F_MMIO_MSI has been negotiated, a driver MUST try to
+set up MSI at first priority.
+
\devicenormative{\section}{Reserved Feature Bits}{Reserved Feature Bits}
A device MUST offer VIRTIO_F_VERSION_1. A device MAY fail to operate further