From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RunEm-0003op-VY for qemu-devel@nongnu.org; Tue, 07 Feb 2012 10:45:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RunEh-000771-8v for qemu-devel@nongnu.org; Tue, 07 Feb 2012 10:45:44 -0500 Received: from smtp1-g21.free.fr ([212.27.42.1]:41238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RunEg-00076h-M6 for qemu-devel@nongnu.org; Tue, 07 Feb 2012 10:45:39 -0500 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Tue, 7 Feb 2012 16:46:11 +0100 Message-Id: <1328629574-11671-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 v3 0/3] jazz-led: QOM 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 - remove usage of old_mmio API - convert to QOM Changes v2 -> v3: - rebased Changes v1 -> v2: - rebased Herv=C3=A9 Poussineau (3): jazz-led: use trace framework jazz-led: convert to QOM 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 | 175 ++++++++++++++--------------= ------ hw/mips.h | 3 - hw/mips_jazz.c | 2 +- trace-events | 4 + 10 files changed, 83 insertions(+), 107 deletions(-) --=20 1.7.8.3