Commit 14f9b664b34bbd37a488cb5c762aa278c60e1fb6 added a config_size field
to struct VirtIONet. However, struct VirtIONet has an embedded struct
VirtIODevice that already contains a config_len field for this purpose, so
config_size is unnecessary. This patch simply replaces it with
vdev->config_len
Jesse Larrew writes:
> Commit 14f9b664b34bbd37a488cb5c762aa278c60e1fb6 added a config_size field
> to struct VirtIONet. However, struct VirtIONet has an embedded struct
> VirtIODevice that already contains a config_len field for this purpose, so
> config_size is unnecessary. This patch simply rep
Commit 14f9b664b34bbd37a488cb5c762aa278c60e1fb6 added a config_size field
to struct VirtIONet. However, struct VirtIONet has an embedded struct
VirtIODevice that already contains a config_len field for this purpose, so
config_size is unnecessary. This patch simply replaces it with
vdev->config_len