From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhmaP-00045K-NG for qemu-devel@nongnu.org; Fri, 15 Jul 2011 13:54:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhmaJ-0001wj-FZ for qemu-devel@nongnu.org; Fri, 15 Jul 2011 13:54:01 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:59768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhmaI-0001vQ-T4 for qemu-devel@nongnu.org; Fri, 15 Jul 2011 13:53:55 -0400 Received: from [192.168.0.32] (unknown [88.171.126.33]) by smtp5-g21.free.fr (Postfix) with ESMTP id 66815D480F7 for ; Fri, 15 Jul 2011 19:53:43 +0200 (CEST) Message-ID: <4E207EA8.90601@reactos.org> Date: Fri, 15 Jul 2011 19:53:44 +0200 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1309593423-17073-1-git-send-email-hpoussin@reactos.org> In-Reply-To: <1309593423-17073-1-git-send-email-hpoussin@reactos.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [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 Developers Ping ? Herv=C3=A9 Poussineau a =C3=A9crit : > This patchset qdev-ifies the ds1225y device, used in MIPS Jazz emulatio= n. > > 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