From nobody Fri Nov 7 10:28:48 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1548186303767602.100326710384; Tue, 22 Jan 2019 11:45:03 -0800 (PST) Received: from localhost ([127.0.0.1]:48123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gm1ye-0001VF-3o for importer@patchew.org; Tue, 22 Jan 2019 14:44:52 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gm17r-0007Tc-BQ for qemu-devel@nongnu.org; Tue, 22 Jan 2019 13:50:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gm17k-0007S0-Co for qemu-devel@nongnu.org; Tue, 22 Jan 2019 13:50:15 -0500 Received: from smtp03.citrix.com ([162.221.156.55]:13794) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gm17k-0007EA-1G; Tue, 22 Jan 2019 13:50:12 -0500 X-IronPort-AV: E=Sophos;i="5.56,506,1539648000"; d="scan'208";a="76138964" From: Paul Durrant To: , Date: Tue, 22 Jan 2019 14:51:32 +0000 Message-ID: <20190122145132.12571-1-paul.durrant@citrix.com> X-Mailer: git-send-email 2.20.1.2.gb21ebb6 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 162.221.156.55 Subject: [Qemu-devel] [PATCH] hw/block: clean up stake xen_disk trace entries X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Wolf , Paul Durrant , Max Reitz Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This should have been removed then xen_disk.c was removed but I missed them. Signed-off-by: Paul Durrant Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- Cc: Kevin Wolf Cc: Max Reitz --- hw/block/trace-events | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hw/block/trace-events b/hw/block/trace-events index 55e5a5500c..d0851953c5 100644 --- a/hw/block/trace-events +++ b/hw/block/trace-events @@ -121,13 +121,6 @@ nvme_ub_db_wr_invalid_cqhead(uint32_t qid, uint16_t ne= w_head) "completion queue nvme_ub_db_wr_invalid_sq(uint32_t qid) "submission queue doorbell write fo= r nonexistent queue, sqid=3D%"PRIu32", ignoring" nvme_ub_db_wr_invalid_sqtail(uint32_t qid, uint16_t new_tail) "submission = queue doorbell write value beyond queue size, sqid=3D%"PRIu32", new_head=3D= %"PRIu16", ignoring" =20 -# hw/block/xen_disk.c -xen_disk_alloc(char *name) "%s" -xen_disk_init(char *name) "%s" -xen_disk_connect(char *name) "%s" -xen_disk_disconnect(char *name) "%s" -xen_disk_free(char *name) "%s" - # hw/block/xen-block.c xen_block_realize(const char *type, uint32_t disk, uint32_t partition) "%s= d%up%u" xen_block_connect(const char *type, uint32_t disk, uint32_t partition) "%s= d%up%u" --=20 2.20.1.2.gb21ebb6