From patchwork Wed Apr 18 10:26:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 153471 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7E9BDB6EF3 for ; Wed, 18 Apr 2012 20:40:43 +1000 (EST) Received: from localhost ([::1]:33510 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKS6F-0007KO-Sf for incoming@patchwork.ozlabs.org; Wed, 18 Apr 2012 06:26:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKS5b-0005dD-Nq for qemu-devel@nongnu.org; Wed, 18 Apr 2012 06:26:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKS5W-00031T-Aq for qemu-devel@nongnu.org; Wed, 18 Apr 2012 06:26:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKS5W-00030k-2D for qemu-devel@nongnu.org; Wed, 18 Apr 2012 06:26:14 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3IAQCCq003351 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 18 Apr 2012 06:26:12 -0400 Received: from rincewind.home.kraxel.org (ovpn-116-33.ams2.redhat.com [10.36.116.33]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q3IAQBXv021487; Wed, 18 Apr 2012 06:26:12 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id C908440994; Wed, 18 Apr 2012 12:26:10 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Wed, 18 Apr 2012 12:26:07 +0200 Message-Id: <1334744769-8301-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1334744769-8301-1-git-send-email-kraxel@redhat.com> References: <1334744769-8301-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Alon Levy , Gerd Hoffmann Subject: [Qemu-devel] [PATCH 1/3] trace-events: remove unused qxl_vga_ioport_while_not_in_vga_mode X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Alon Levy The resulting stp file fails to load because of an unresolvable probe. Signed-off-by: Alon Levy Signed-off-by: Gerd Hoffmann --- trace-events | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/trace-events b/trace-events index a5f276d..0e25d20 100644 --- a/trace-events +++ b/trace-events @@ -781,7 +781,6 @@ qxl_spice_reset_memslots(int qid) "%d" qxl_spice_update_area(int qid, uint32_t surface_id, uint32_t left, uint32_t right, uint32_t top, uint32_t bottom) "%d sid=%d [%d,%d,%d,%d]" qxl_spice_update_area_rest(int qid, uint32_t num_dirty_rects, uint32_t clear_dirty_region) "%d #d=%d clear=%d" qxl_surfaces_dirty(int qid, int surface, int offset, int size) "%d surface=%d offset=%d size=%d" -qxl_vga_ioport_while_not_in_vga_mode(int qid) "%d (int qid, reset to VGA mode because of VGA io)" # hw/qxl-render.c qxl_render_blit_guest_primary_initialized(void) ""