From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh5Pl-00058H-RM for qemu-devel@nongnu.org; Mon, 05 Sep 2016 21:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bh5Pi-0003zg-LQ for qemu-devel@nongnu.org; Mon, 05 Sep 2016 21:43:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh5Pi-0003zO-Fn for qemu-devel@nongnu.org; Mon, 05 Sep 2016 21:43:02 -0400 Date: Tue, 6 Sep 2016 04:43:00 +0300 From: "Michael S. Tsirkin" Message-ID: <20160906044154-mutt-send-email-mst@kernel.org> References: <147310178240.10840.14758930096407696981.stgit@fimbulvetr.bsc.es> <147310180392.10840.12864372901014347462.stgit@fimbulvetr.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <147310180392.10840.12864372901014347462.stgit@fimbulvetr.bsc.es> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 4/6] hypertrace: [softmmu] Add QEMU-side proxy to "guest_hypertrace" event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Llu=EDs?= Vilanova Cc: qemu-devel@nongnu.org, Daniel P Berrange , Luiz Capitulino , Eric Blake , Stefan Hajnoczi , Marcel Apfelbaum On Mon, Sep 05, 2016 at 08:56:44PM +0200, Llu=EDs Vilanova wrote: > diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h > index 929ec2f..8973f57 100644 > --- a/include/hw/pci/pci.h > +++ b/include/hw/pci/pci.h > @@ -80,6 +80,8 @@ > #define PCI_DEVICE_ID_VIRTIO_RNG 0x1005 > #define PCI_DEVICE_ID_VIRTIO_9P 0x1009 > =20 > +#define PCI_DEVICE_ID_HYPERTRACE 0x10f0 > + > #define PCI_VENDOR_ID_REDHAT 0x1b36 > #define PCI_DEVICE_ID_REDHAT_BRIDGE 0x0001 > #define PCI_DEVICE_ID_REDHAT_SERIAL 0x0002 There's no need to add IDs to this header. We should probably drop the ones we currently have in pci.h, too. --=20 MST