From: Paolo Bonzini <pbonzini@redhat.com>
To: armbru@redhat.com
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/1] virtio-scsi: Make type virtio-scsi-common abstract
Date: Mon, 19 Aug 2013 19:51:23 +0200 [thread overview]
Message-ID: <52125B1B.2060103@redhat.com> (raw)
In-Reply-To: <1376927595-16685-1-git-send-email-armbru@redhat.com>
Il 19/08/2013 17:53, armbru@redhat.com ha scritto:
> From: Markus Armbruster <armbru@redhat.com>
>
> It's the abstract base of virtio-scsi-device and vhost-scsi.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
> 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
prev parent reply other threads:[~2013-08-19 17:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-19 15:53 [Qemu-devel] [PATCH 1/1] virtio-scsi: Make type virtio-scsi-common abstract armbru
2013-08-19 16:01 ` Andreas Färber
2013-08-19 17:51 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52125B1B.2060103@redhat.com \
--to=pbonzini@redhat.com \
--cc=armbru@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.