From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFMbC-00024I-RM for qemu-devel@nongnu.org; Thu, 28 Apr 2011 04:29:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFMbB-0003Uk-T7 for qemu-devel@nongnu.org; Thu, 28 Apr 2011 04:29:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFMbB-0003Ue-KF for qemu-devel@nongnu.org; Thu, 28 Apr 2011 04:29:21 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3S8TKVk021733 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 28 Apr 2011 04:29:20 -0400 Received: from playa.tlv.redhat.com (dhcp-3-110.tlv.redhat.com [10.35.3.110]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p3S8TI7X023091 for ; Thu, 28 Apr 2011 04:29:19 -0400 From: Alon Levy Date: Thu, 28 Apr 2011 11:29:14 +0300 Message-Id: <1303979358-4421-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCHv2 0/4] qxl: debug related fixes List-Id: 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. v1->v2: use qemu_get_clock_ns, replaced qemu_get_clock last patch (allow QXL_IO_LOG) fixed to use existing switch cases (and fixed the redundant parenthesis in the process). 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 | 35 +++++++++++++++++++++++++++--- hw/qxl.h | 2 + 3 files changed, 72 insertions(+), 27 deletions(-) -- 1.7.4.4