Make applesmc and vga-isa optional, convert i8254 to qdev.

Blue Swirl (4):
  applesmc: make optional
  vga-isa: convert to qdev
  vga-isa: make optional
  i8254: convert to qdev

 Makefile.objs                      |    1 +
 Makefile.target                    |    2 +-
 default-configs/i386-softmmu.mak   |    1 +
 default-configs/x86_64-softmmu.mak |    1 +
 hw/i8254.c                         |   61 ++++++++++++++++++++++++++----------
 hw/mips_fulong2e.c                 |    4 +-
 hw/mips_jazz.c                     |    4 +-
 hw/mips_malta.c                    |    4 +-
 hw/mips_r4k.c                      |    4 +-
 hw/pc.c                            |    5 +--
 hw/pc.h                            |   39 +++++++++++++++++-----
 hw/pcspk.c                         |    4 +-
 hw/ppc_prep.c                      |    4 +-
 hw/vga-isa.c                       |   51 ++++++++++++++++++++++++++---
 hw/vga.c                           |   22 ++++++++-----
 hw/vga_int.h                       |    1 +
 16 files changed, 152 insertions(+), 56 deletions(-)

Reply via email to