hw/virtio: Pass VirtIODevice* to virtio_reset() virtio_reset() expects a VirtIODevice pointer, which is what the single caller - virtio_bus_reset - passes. Promote the opaque argument to a plain VirtIODevice. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20260201223929.78790-1-philmd@linaro.org>