From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1chmkf-0001bg-NJ for mharc-qemu-trivial@gnu.org; Sat, 25 Feb 2017 19:31:49 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chmkb-0001Na-5Y for qemu-trivial@nongnu.org; Sat, 25 Feb 2017 19:31:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chmkZ-0005yS-P9 for qemu-trivial@nongnu.org; Sat, 25 Feb 2017 19:31:45 -0500 Received: from zero.eik.bme.hu ([2001:738:2001:2001::2001]:32618) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1chmkV-0005tA-0D; Sat, 25 Feb 2017 19:31:39 -0500 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id E93FD74596F; Sun, 26 Feb 2017 01:31:29 +0100 (CET) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 6B4B074577A; Sun, 26 Feb 2017 01:31:29 +0100 (CET) Message-Id: From: BALATON Zoltan Date: Sun, 26 Feb 2017 01:17:28 +0100 To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: Magnus Damm , Aurelien Jarno X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:738:2001:2001::2001 Subject: [Qemu-trivial] [PATCH v2 00/14] Improvements for SM501 display controller emulation X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 00:31:46 -0000 Second try, addressing review comments. BALATON Zoltan (14): sm501: Fixed code style and a few typos in comments sm501: Use defines instead of constants where available sm501: QOMify sm501: Get rid of base address in draw_hwc_line sm501: Add emulation of chip connected via PCI sm501: Add missing arbitration control register sm501: Fix device endianness sm501: Fix hardware cursor sm501: Misc clean ups sm501: Add support for panel layer sm501: Add some more missing registers sm501: Implement reading 2D engine registers sm501: Add reset function and vmstate descriptor ppc: Add SM501 device in config for ppc and ppcemb targets default-configs/ppc-softmmu.mak | 1 + default-configs/ppcemb-softmmu.mak | 1 + hw/display/sm501.c | 1718 ++++++++++++++++++++++-------------- hw/display/sm501_template.h | 94 +- hw/sh4/r2d.c | 11 +- include/hw/devices.h | 5 - 6 files changed, 1089 insertions(+), 741 deletions(-) -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chmkY-0001Dn-C3 for qemu-devel@nongnu.org; Sat, 25 Feb 2017 19:31:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chmkV-0005uh-7Z for qemu-devel@nongnu.org; Sat, 25 Feb 2017 19:31:42 -0500 Message-Id: From: BALATON Zoltan Date: Sun, 26 Feb 2017 01:17:28 +0100 Subject: [Qemu-devel] [PATCH v2 00/14] Improvements for SM501 display controller emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: Magnus Damm , Aurelien Jarno Second try, addressing review comments. BALATON Zoltan (14): sm501: Fixed code style and a few typos in comments sm501: Use defines instead of constants where available sm501: QOMify sm501: Get rid of base address in draw_hwc_line sm501: Add emulation of chip connected via PCI sm501: Add missing arbitration control register sm501: Fix device endianness sm501: Fix hardware cursor sm501: Misc clean ups sm501: Add support for panel layer sm501: Add some more missing registers sm501: Implement reading 2D engine registers sm501: Add reset function and vmstate descriptor ppc: Add SM501 device in config for ppc and ppcemb targets default-configs/ppc-softmmu.mak | 1 + default-configs/ppcemb-softmmu.mak | 1 + hw/display/sm501.c | 1718 ++++++++++++++++++++++-------------- hw/display/sm501_template.h | 94 +- hw/sh4/r2d.c | 11 +- include/hw/devices.h | 5 - 6 files changed, 1089 insertions(+), 741 deletions(-) -- 2.7.4