From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b889o-0007jB-OO for qemu-devel@nongnu.org; Wed, 01 Jun 2016 11:34:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b889l-0001mR-Jx for qemu-devel@nongnu.org; Wed, 01 Jun 2016 11:34:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b889l-0001mA-Er for qemu-devel@nongnu.org; Wed, 01 Jun 2016 11:34:05 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0235D460 for ; Wed, 1 Jun 2016 15:34:05 +0000 (UTC) References: <1464786909-21449-1-git-send-email-pbonzini@redhat.com> From: Eric Blake Message-ID: <574F006C.5050403@redhat.com> Date: Wed, 1 Jun 2016 09:34:04 -0600 MIME-Version: 1.0 In-Reply-To: <1464786909-21449-1-git-send-email-pbonzini@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4FtIRoDe0MmdLsWTgw1EETSEnMNMUMTaP" Subject: Re: [Qemu-devel] [PATCH] scsi: mark TYPE_SCSI_DISK_BASE as abstract List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: stefanha@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --4FtIRoDe0MmdLsWTgw1EETSEnMNMUMTaP Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 06/01/2016 07:15 AM, Paolo Bonzini wrote: > Suggested-by: Stefan Hajnoczi > Signed-off-by: Paolo Bonzini > --- > hw/scsi/scsi-disk.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Eric Blake >=20 > 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 =3D { > .class_init =3D scsi_disk_base_class_initfn, > .instance_size =3D sizeof(SCSIDiskState), > .class_size =3D sizeof(SCSIDiskClass), > + .abstract =3D true, > }; > =20 > #define DEFINE_SCSI_DISK_PROPERTIES() \= >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --4FtIRoDe0MmdLsWTgw1EETSEnMNMUMTaP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXTwBsAAoJEKeha0olJ0NqZjkIAKPb7SY1vPoRTOXsY+oL04Aj VA8Ri1If+MThI04MVNvmZqvBpopbK7020CoR/PNDHiqvSf++ufZvCCGc8jJ6yqv0 UIZsoxidVnGhHJ11zFKvd3FmViEwNwz+yihtCi/Rrglct2DNDWhQBCg51nrpP8pL kdab3mAy5zYyqHKobhmqwOvS4lR9J8JEGwOaepQqfGhlVzGadhOwfKkc28lBq+IT ib14mgHCdEqfwKbZ7GY5Vkl8acbWNoHX40YsqNQHoS/+iw7aAjYFoUpwgEgQTydD W6mHZYjhXYzU5wJHlt5sxnUfbjsXzhRm2JejNIDOLfLJt3f6q3sTWi1XNaZ9+DU= =gI7X -----END PGP SIGNATURE----- --4FtIRoDe0MmdLsWTgw1EETSEnMNMUMTaP--