qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 07/11] hw/virtio/vhost-vsock: Include missing 'virtio/virtio-


From: Richard Henderson
Subject: Re: [PATCH 07/11] hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' header
Date: Tue, 23 May 2023 16:24:40 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 5/23/23 09:35, Philippe Mathieu-Daudé wrote:
Instead of having "virtio/virtio-bus.h" implicitly included,
explicit it, to avoid when rearranging headers:

   hw/virtio/vhost-vsock-common.c: In function ‘vhost_vsock_common_start’:
   hw/virtio/vhost-vsock-common.c:51:5: error: unknown type name 
‘VirtioBusClass’; did you mean ‘VirtioDeviceClass’?
      51 |     VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(qbus);
         |     ^~~~~~~~~~~~~~
         |     VirtioDeviceClass
   hw/virtio/vhost-vsock-common.c:51:25: error: implicit declaration of 
function ‘VIRTIO_BUS_GET_CLASS’; did you mean ‘VIRTIO_DEVICE_CLASS’? 
[-Werror=implicit-function-declaration]
      51 |     VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(qbus);
         |                         ^~~~~~~~~~~~~~~~~~~~
         |                         VIRTIO_DEVICE_CLASS

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  hw/virtio/vhost-vsock-common.c | 1 +
  1 file changed, 1 insertion(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]