From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qcv4m-00062g-3y for qemu-devel@nongnu.org; Sat, 02 Jul 2011 03:57:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qcv4k-0006RK-IB for qemu-devel@nongnu.org; Sat, 02 Jul 2011 03:57:15 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:43460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qcv4j-0006R2-UT for qemu-devel@nongnu.org; Sat, 02 Jul 2011 03:57:14 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sat, 2 Jul 2011 09:57:00 +0200 Message-Id: <1309593423-17073-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] [PATCHv2 0/3] ds1225y: qdev-ification (used in MIPS Jazz) 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?= This patchset qdev-ifies the ds1225y device, used in MIPS Jazz emulation. Changes since v1: - rebased - split into multiple patches as per Markus advice Herv=C3=A9 Poussineau (3): ds1225y: Remove protection stuff, which doesn't belong to this device ds1225y: use trace framework ds1225y: convert to qdev device, and use it in MIPS Jazz emulation hw/ds1225y.c | 152 ++++++++++++++++++++++++++++----------------------= ----- hw/mips.h | 4 -- hw/mips_jazz.c | 11 +++- trace-events | 4 ++ 4 files changed, 90 insertions(+), 81 deletions(-) --=20 1.7.5.4