mirror of
https://github.com/mii443/qemu.git
synced 2025-09-03 23:59:38 +00:00
The VirtioPCIDeviceTypeInfo structure, added in commita4ee4c8baa
("virtio: Helper for registering virtio device types") got extended in commit8ea90ee690
("virtio: add class_size") with the @class_size field. Do similarly with the @instance_finalize field. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20231121174051.63038-2-philmd@linaro.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> (cherry picked from commit837053a7f4
) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>