All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/8] Convert some MIPS Jazz devices to qdev
@ 2010-09-08 20:39 Hervé Poussineau
  2010-09-08 20:39 ` [Qemu-devel] [PATCH 1/8] [MIPS] qdev: convert i8042 to sysbus device Hervé Poussineau
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Hervé Poussineau @ 2010-09-08 20:39 UTC (permalink / raw)
  To: qemu-devel

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 emulation 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(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2010-09-25 10:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-08 20:39 [Qemu-devel] [PATCH v2 0/8] Convert some MIPS Jazz devices to qdev Hervé Poussineau
2010-09-08 20:39 ` [Qemu-devel] [PATCH 1/8] [MIPS] qdev: convert i8042 to sysbus device Hervé Poussineau
2010-09-25  9:47   ` Markus Armbruster
2010-09-08 20:39 ` [Qemu-devel] [PATCH 2/8] [MIPS] qdev: convert ds1225y nvram " Hervé Poussineau
2010-09-09 14:21   ` Blue Swirl
2010-09-25  9:52   ` Markus Armbruster
2010-09-08 20:39 ` [Qemu-devel] [PATCH 3/8] [MIPS] qdev: convert jazz-led " Hervé Poussineau
2010-09-25  9:55   ` Markus Armbruster
2010-09-08 20:39 ` [Qemu-devel] [PATCH 4/8] [MIPS] qdev: Use qdev floppy disk controller in Jazz emulation Hervé Poussineau
2010-09-08 20:39 ` [Qemu-devel] [PATCH 5/8] [MIPS] qdev: convert ISA VGA MM to sysbus device Hervé Poussineau
2010-09-09 14:28   ` Blue Swirl
2010-09-08 20:39 ` [Qemu-devel] [PATCH 6/8] [MIPS] qdev: convert g364fb " Hervé Poussineau
2010-09-09 14:32   ` Blue Swirl
2010-09-08 20:39 ` [Qemu-devel] [PATCH 7/8] [MIPS] qdev: convert jazz irq controller " Hervé Poussineau
2010-09-08 20:39 ` [Qemu-devel] [PATCH 8/8] [MIPS] qdev: convert rc4030 " Hervé Poussineau
2010-09-09 14:37   ` Blue Swirl
2010-09-25  9:59     ` Markus Armbruster
2010-09-25 10:43       ` Blue Swirl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.