From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpHDc-00035Y-65 for qemu-devel@nongnu.org; Mon, 23 Jan 2012 05:33:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpHDX-0002he-Hi for qemu-devel@nongnu.org; Mon, 23 Jan 2012 05:33:44 -0500 Received: from smtp1-g21.free.fr ([212.27.42.1]:39000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpHDW-0002hH-V2 for qemu-devel@nongnu.org; Mon, 23 Jan 2012 05:33:39 -0500 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 23 Jan 2012 11:34:03 +0100 Message-Id: <1327314846-25318-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/3] jazz-led: qdev conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , =?UTF-8?q?Herv=C3=A9=20Poussineau?= Following patches update jazz-led emulation to current Qemu standards: - use trace framework to report events - convert to qdev Herv=C3=A9 Poussineau (3): jazz-led: use trace framework jazz-led: convert to qdev jazz-led: compile it only twice Makefile.objs | 1 + Makefile.target | 1 - default-configs/mips-softmmu.mak | 1 + default-configs/mips64-softmmu.mak | 1 + default-configs/mips64el-softmmu.mak | 1 + default-configs/mipsel-softmmu.mak | 1 + hw/jazz_led.c | 171 ++++++++++++++--------------= ------ hw/mips.h | 3 - hw/mips_jazz.c | 2 +- trace-events | 4 + 10 files changed, 79 insertions(+), 107 deletions(-) --=20 1.7.7.3