]> git.proxmox.com Git - mirror_qemu.git/commit - hw/pc.c
isa bus irq changes and fixes.
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 14 Aug 2009 09:36:14 +0000 (11:36 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 28 Aug 2009 01:30:11 +0000 (20:30 -0500)
commit2091ba23e838c3a8773c246238d7381333789852
treef0fe63782f1532c1d193a92a701d11e1544e1fde
parent3f9cb1c14dc368f41447db5f78d6248c4f100ad4
isa bus irq changes and fixes.

Changes:

  (1) make isa-bus maintain isa irqs, complain when allocating
      already taken irqs.
  (2) note that (1) works only for isa devices converted to qdev
      already (floppy and ps2/kbd/mouse right now), so more work
      is needed to make this really useful.
  (3) split floppy init into isa and sysbus versions.
  (4) add sysbus->isa bridge & fix -M isapc breakage.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/fdc.c
hw/fdc.h
hw/isa-bus.c
hw/isa.h
hw/mips_jazz.c
hw/mips_malta.c
hw/pc.c
hw/ppc_prep.c
hw/sun4u.c