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] Rename msix_config to config_msix_vector


The text talks about config_msix_vector. Only struct
virtio_pci_common_cfg has the name msix_config.

Signed-off-by: Stefan Fritsch <sf@sfritsch.de>
---
 content.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content.tex b/content.tex
index b101d1b..d5f3741 100644
--- a/content.tex
+++ b/content.tex
@@ -739,7 +739,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.11.0



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