From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1wz-0005J1-Vc for qemu-devel@nongnu.org; Fri, 26 Aug 2011 15:20:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qx1wy-00071g-Uz for qemu-devel@nongnu.org; Fri, 26 Aug 2011 15:20:21 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:40321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1wy-00070o-Ex for qemu-devel@nongnu.org; Fri, 26 Aug 2011 15:20:20 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Fri, 26 Aug 2011 21:20:10 +0200 Message-Id: <1314386412-7625-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/2] g364 improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Here are some patches I have lying around since some time, which update g364 framebuffer emulation to current Qemu standards, ie qdev + memory + trace APIs Please apply Herv=C3=A9 Poussineau (2): g364fb: use trace framework g364fb: convert to qdev Extract G364 ROM contents from device emulation to machine emulation hw/g364fb.c | 365 ++++++++++++++++++++++++--------------------------= ----- hw/mips.h | 5 - hw/mips_jazz.c | 15 ++- trace-events | 4 + 4 files changed, 177 insertions(+), 212 deletions(-) --=20 1.7.5.4