OASIS Virtual I/O Device (VIRTIO) TC

 View Only
  • 1.  [PATCH] virtio_pci_common_cfg: fix field name

    Posted 03-26-2019 09:41
    The field is named config_msix_vector in the rest of the document, use the same name in the struct. --- content.tex 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.tex b/content.tex index ede0ef6..2f67ae8 100644 --- a/content.tex +++ b/content.tex @@ -779,7 +779,7 @@ struct virtio_pci_common_cfg { le32 device_feature; /* read-only for driver */ le32 driver_feature_select; /* read-write */ le32 driver_feature; /* read-write */ - le16 msix_config; /* read-write */ + le16 config_msix_vector; /* read-write */ le16 num_queues; /* read-only for driver */ u8 device_status; /* read-write */ u8 config_generation; /* read-only for driver */ -- 2.20.1


  • 2.  Re: [virtio] [PATCH] virtio_pci_common_cfg: fix field name

    Posted 03-28-2019 16:20
    On Tue, Mar 26, 2019 at 10:40:37AM +0100, Paolo Bonzini wrote: > The field is named config_msix_vector in the rest of the document, > use the same name in the struct. > --- > content.tex 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Attachment: signature.asc Description: PGP signature