From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJllk-0002tf-KZ for qemu-devel@nongnu.org; Fri, 06 Feb 2015 11:28:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJlle-0004PC-KK for qemu-devel@nongnu.org; Fri, 06 Feb 2015 11:28:36 -0500 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:35554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJlle-0004Ox-E2 for qemu-devel@nongnu.org; Fri, 06 Feb 2015 11:28:30 -0500 Received: by mail-we0-f172.google.com with SMTP id x3so9160007wes.3 for ; Fri, 06 Feb 2015 08:28:29 -0800 (PST) Date: Fri, 6 Feb 2015 16:28:27 +0000 From: Stefan Hajnoczi Message-ID: <20150206162827.GL18729@stefanha-thinkpad.redhat.com> References: <1423201286-16503-1-git-send-email-tiejun.chen@intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Swj79WlilW4BQYVz" Content-Disposition: inline In-Reply-To: <1423201286-16503-1-git-send-email-tiejun.chen@intel.com> Subject: Re: [Qemu-devel] [v2][RFC][PATCH] virtio: uniform virtio device IDs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tiejun Chen Cc: borntraeger@de.ibm.com, mst@redhat.com, agraf@suse.de, qemu-devel@nongnu.org, cornelia.huck@de.ibm.com, aliguori@amazon.com, amit.shah@redhat.com --Swj79WlilW4BQYVz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 06, 2015 at 01:41:26PM +0800, Tiejun Chen wrote: > Actually we define these device IDs in virtio standard, so > we'd better put them into one common place to manage conveniently. > Here I also add VIRTIO_ID_RESERVE according to virtio spec. >=20 > Signed-off-by: Tiejun Chen > --- > hw/9pfs/virtio-9p.h | 2 -- > include/hw/virtio/virtio-balloon.h | 3 --- > include/hw/virtio/virtio-blk.h | 3 --- > include/hw/virtio/virtio-rng.h | 3 --- > include/hw/virtio/virtio-scsi.h | 3 --- > include/hw/virtio/virtio-serial.h | 3 --- > include/hw/virtio/virtio.h | 16 ++++++++++++++++ > pc-bios/s390-ccw/virtio.h | 8 +------- > 8 files changed, 17 insertions(+), 24 deletions(-) Reviewed-by: Stefan Hajnoczi --Swj79WlilW4BQYVz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU1OurAAoJEJykq7OBq3PIHCIIAIfvBWE/zzA+OHxBZu/6M1rx NJdCHOus/mftQ/ACEuPo8fgowTZre8YpinDZhHj5i7zOVTATNe70uMSYuR2gG6/d 9gAVHIo/aO9CbNEDO/taj4gkw7lIkrClPvhhsBc8YfdS5ddryhapsyuIjfROAdAB +Acmp+gqr3AJIdghCpGis7ldUshyOptWFhSHufkeRscv40wDySZk86TtCoESGN6P sbVUt1ygbxrbL4exRCI/aBvJCyKzraByclowatWSyXx8zCiW6HQIDCkSS2yX/NcT UtMoH8BxuwhAbz+5zWfy0NJD1U6jsRp+OfEHwrNITThiBz7TH7EWOfB3jCq79DE= =frhV -----END PGP SIGNATURE----- --Swj79WlilW4BQYVz--