From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QivSk-0003iT-Jk for qemu-devel@nongnu.org; Mon, 18 Jul 2011 17:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QivSj-0002YF-D1 for qemu-devel@nongnu.org; Mon, 18 Jul 2011 17:34:50 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:45834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QivSi-0002XI-P0 for qemu-devel@nongnu.org; Mon, 18 Jul 2011 17:34:49 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 18 Jul 2011 23:34:19 +0200 Message-Id: <1311024862-7928-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] [PATCHv3 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 v2: - replace "nvram" by "ds1225y" for qdev device name (no change in patches 1 and 2) 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 | 151 ++++++++++++++++++++++++++++----------------------= ----- hw/mips.h | 4 -- hw/mips_jazz.c | 11 +++- trace-events | 4 ++ 4 files changed, 89 insertions(+), 81 deletions(-) --=20 1.7.5.4