qdev/isa: add isa bus support to qdev.
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 31 Jul 2009 10:30:14 +0000 (12:30 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 10 Aug 2009 18:05:28 +0000 (13:05 -0500)
commit050a5c1faa87af84157904e764a67d76f67ea47c
tree70bc1a4f938eea10282b8c9d919848f7a5cf0891
parent29c5645b8494298817a2a0e63cfc39ffe3088773
qdev/isa: add isa bus support to qdev.

Pretty simple and straigt forward.
IRQs modeled simliar to sysbus.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Makefile.target
hw/isa-bus.c [new file with mode: 0644]
hw/isa.h