qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/1] virtio-scsi: Make type virtio-scsi-common a


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 1/1] virtio-scsi: Make type virtio-scsi-common abstract
Date: Mon, 19 Aug 2013 19:51:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

Il 19/08/2013 17:53, address@hidden ha scritto:
> From: Markus Armbruster <address@hidden>
> 
> It's the abstract base of virtio-scsi-device and vhost-scsi.
> 
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  hw/scsi/virtio-scsi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hw/scsi/virtio-scsi.c b/hw/scsi/virtio-scsi.c
> index 05da56b..a9ee17b 100644
> --- a/hw/scsi/virtio-scsi.c
> +++ b/hw/scsi/virtio-scsi.c
> @@ -692,6 +692,7 @@ static const TypeInfo virtio_scsi_common_info = {
>      .name = TYPE_VIRTIO_SCSI_COMMON,
>      .parent = TYPE_VIRTIO_DEVICE,
>      .instance_size = sizeof(VirtIOSCSICommon),
> +    .abstract = true,
>      .class_init = virtio_scsi_common_class_init,
>  };
>  
> 

Applied to scsi-next, thanks.

Paolo



reply via email to

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