From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40469 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtRRJ-000401-KS for qemu-devel@nongnu.org; Wed, 08 Sep 2010 16:40:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtRRI-0007rA-Fl for qemu-devel@nongnu.org; Wed, 08 Sep 2010 16:40:17 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:48991) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtRRH-0007oO-SB for qemu-devel@nongnu.org; Wed, 08 Sep 2010 16:40:16 -0400 Received: from localhost.localdomain (unknown [88.171.126.33]) by smtp5-g21.free.fr (Postfix) with ESMTP id 7E881D48092 for ; Wed, 8 Sep 2010 22:40:03 +0200 (CEST) From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Wed, 8 Sep 2010 22:39:44 +0200 Message-Id: <1283978392-6313-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 v2 0/8] Convert some MIPS Jazz devices to qdev List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org changes v1 -> v2: - create sysbus devices instead of using a custom bus Patch description: This patch series converts some of the devices used by MIPS Jazz emulatio= n to qdev devices. Makefile.objs | 1 + Makefile.target | 2 +- 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/ds1225y.c | 151 ++++++++++--------- hw/fdc.c | 24 --- hw/fdc.h | 2 - hw/g364fb.c | 120 ++++++++------- hw/jazz_led.c | 81 ++++++---- hw/mips.h | 17 +-- hw/mips_jazz.c | 39 +++--- hw/pc.h | 5 - hw/pckbd.c | 55 +++++--- hw/rc4030.c | 274 ++++++++++++++++++++--------= ------ hw/vga-isa-mm.c | 94 +++++++----- 17 files changed, 471 insertions(+), 398 deletions(-)