On Fri, Jun 01, 2018 at 01:16:47PM +0200, Cornelia Huck wrote:
On Fri, 1 Jun 2018 18:59:50 +0800
Tiwei Bie [off-list ref] wrote:
quoted
The existing comments for transport features are out dated.
s/out dated/outdated/
Thanks for catching this typo!
[...]
quoted
+/*
+ * Virtio feature bits VIRTIO_TRANSPORT_F_START through
+ * VIRTIO_TRANSPORT_F_END are reserved for the transport
+ * being used (e.g. virtio_ring, virtio_pci etc.), the
+ * rest are per-device feature bits.
+ */
#define VIRTIO_TRANSPORT_F_START 28
#define VIRTIO_TRANSPORT_F_END 38
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Thanks for your review!
Best regards,
Tiwei Bie