From patchwork Wed Apr 25 09:13:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alon Levy X-Patchwork-Id: 154843 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 1D21AB6FC8 for ; Wed, 25 Apr 2012 19:15:37 +1000 (EST) Received: from localhost ([::1]:33631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMyJy-0003SH-S2 for incoming@patchwork.ozlabs.org; Wed, 25 Apr 2012 05:15:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMyJl-0003Ch-3a for qemu-devel@nongnu.org; Wed, 25 Apr 2012 05:15:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMyJh-00038i-1V for qemu-devel@nongnu.org; Wed, 25 Apr 2012 05:15:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMyJg-00034o-Pd for qemu-devel@nongnu.org; Wed, 25 Apr 2012 05:15:16 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3P9FFo0004650 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 Apr 2012 05:15:15 -0400 Received: from garlic.redhat.com (vpn-202-70.tlv.redhat.com [10.35.202.70]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q3P9DVR2024620; Wed, 25 Apr 2012 05:15:05 -0400 From: Alon Levy To: qemu-devel@nongnu.org, kraxel@redhat.com Date: Wed, 25 Apr 2012 12:13:25 +0300 Message-Id: <1335345205-8908-9-git-send-email-alevy@redhat.com> In-Reply-To: <1335345205-8908-1-git-send-email-alevy@redhat.com> References: <4F967EEA.6000302@redhat.com> <1335345205-8908-1-git-send-email-alevy@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 9/9] qxl: ioport_write: remove guest trigerrable abort 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 Signed-off-by: Alon Levy --- hw/qxl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/qxl.c b/hw/qxl.c index 44a167a..c614c91 100644 --- a/hw/qxl.c +++ b/hw/qxl.c @@ -1464,8 +1464,7 @@ async_common: qxl_spice_destroy_surfaces(d, async); break; default: - fprintf(stderr, "%s: ioport=0x%x, abort()\n", __FUNCTION__, io_port); - abort(); + qxl_guest_bug(d, "%s: unexpected ioport=0x%x\n", __func__, io_port); } return; cancel_async: