From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39577 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8rqR-00060V-8R for qemu-devel@nongnu.org; Sun, 10 Apr 2011 06:26:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8rqP-0007T4-FQ for qemu-devel@nongnu.org; Sun, 10 Apr 2011 06:26:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8rqP-0007SX-2c for qemu-devel@nongnu.org; Sun, 10 Apr 2011 06:26:13 -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 p3AAQ9VJ014605 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 10 Apr 2011 06:26:09 -0400 Received: from playa.tlv.redhat.com (dhcp-3-110.tlv.redhat.com [10.35.3.110]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p3AAQ76O013116 for ; Sun, 10 Apr 2011 06:26:08 -0400 From: Alon Levy Date: Sun, 10 Apr 2011 13:26:02 +0300 Message-Id: <1302431166-17771-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] qxl: debug related fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org These patches contain three small fixes, and one patch requiring more review that adds support for using chardevs for specific debug information: one for guest debug prints, and another for qxl command ring logging. This allows easier parsing and logging of this data for debugging. Alon Levy (4): qxl: interface_get_command: fix reported mode qxl: add mode to debugprint on destroy primary qxl: add debug_cs and cmdlog_cs qxl: allow QXL_IO_LOG also in vga hw/qxl-logger.c | 62 ++++++++++++++++++++++++++++++++++-------------------- hw/qxl.c | 37 ++++++++++++++++++++++++++++---- hw/qxl.h | 2 + 3 files changed, 73 insertions(+), 28 deletions(-) -- 1.7.4.2