All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] scsi: mark TYPE_SCSI_DISK_BASE as abstract
@ 2016-06-01 13:15 Paolo Bonzini
  2016-06-01 15:34 ` Eric Blake
  2016-06-01 19:49 ` Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Paolo Bonzini @ 2016-06-01 13:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha

Suggested-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 hw/scsi/scsi-disk.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/scsi/scsi-disk.c b/hw/scsi/scsi-disk.c
index ace65e0..d5e8c8b 100644
--- a/hw/scsi/scsi-disk.c
+++ b/hw/scsi/scsi-disk.c
@@ -2842,6 +2842,7 @@ static const TypeInfo scsi_disk_base_info = {
     .class_init    = scsi_disk_base_class_initfn,
     .instance_size = sizeof(SCSIDiskState),
     .class_size    = sizeof(SCSIDiskClass),
+    .abstract      = true,
 };
 
 #define DEFINE_SCSI_DISK_PROPERTIES()                                \
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] scsi: mark TYPE_SCSI_DISK_BASE as abstract
  2016-06-01 13:15 [Qemu-devel] [PATCH] scsi: mark TYPE_SCSI_DISK_BASE as abstract Paolo Bonzini
@ 2016-06-01 15:34 ` Eric Blake
  2016-06-01 19:49 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Blake @ 2016-06-01 15:34 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: stefanha

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

On 06/01/2016 07:15 AM, Paolo Bonzini wrote:
> Suggested-by: Stefan Hajnoczi <stefanha@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  hw/scsi/scsi-disk.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/hw/scsi/scsi-disk.c b/hw/scsi/scsi-disk.c
> index ace65e0..d5e8c8b 100644
> --- a/hw/scsi/scsi-disk.c
> +++ b/hw/scsi/scsi-disk.c
> @@ -2842,6 +2842,7 @@ static const TypeInfo scsi_disk_base_info = {
>      .class_init    = scsi_disk_base_class_initfn,
>      .instance_size = sizeof(SCSIDiskState),
>      .class_size    = sizeof(SCSIDiskClass),
> +    .abstract      = true,
>  };
>  
>  #define DEFINE_SCSI_DISK_PROPERTIES()                                \
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] scsi: mark TYPE_SCSI_DISK_BASE as abstract
  2016-06-01 13:15 [Qemu-devel] [PATCH] scsi: mark TYPE_SCSI_DISK_BASE as abstract Paolo Bonzini
  2016-06-01 15:34 ` Eric Blake
@ 2016-06-01 19:49 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2016-06-01 19:49 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

On Wed, Jun 01, 2016 at 03:15:09PM +0200, Paolo Bonzini wrote:
> Suggested-by: Stefan Hajnoczi <stefanha@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  hw/scsi/scsi-disk.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-01 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01 13:15 [Qemu-devel] [PATCH] scsi: mark TYPE_SCSI_DISK_BASE as abstract Paolo Bonzini
2016-06-01 15:34 ` Eric Blake
2016-06-01 19:49 ` Stefan Hajnoczi

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.