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