index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
isa-bus.c
Age
Commit message (
Expand
)
Author
2011-12-20
isa: always use provided ISA bus in isa_bus_irqs()
Hervé Poussineau
2011-12-20
isa: always use provided ISA bus when creating an isa device
Hervé Poussineau
2011-12-20
isa: move ISABus structure definition to header file
Hervé Poussineau
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
2011-10-11
isa: Remove isa_init_ioport_range and isa_init_ioport
Richard Henderson
2011-10-11
isa: Add isa_register_portio_list()
Avi Kivity
2011-10-10
isa: Tidy support code for isabus_get_fw_dev_path
Richard Henderson
2011-09-25
isa: add isa_register_ioport()
Richard Henderson
2011-09-25
isa: Pass i/o address space to isa_bus_new
Richard Henderson
2011-08-22
isa: add isa_address_space()
Avi Kivity
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
2011-02-21
isa-bus: Remove bogus IRQ sharing check
Jan Kiszka
2011-02-12
isa: add creation function that may fail
Blue Swirl
2010-12-11
Add get_fw_dev_path callback to ISA bus in qdev.
Gleb Natapov
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
2010-12-11
isa-bus.c: use hw_error instead of fprintf
Tristan Gingold
2010-04-09
move two variable declarations out of vl.c
Paolo Bonzini
2009-10-07
Make isa_create() terminate program on failure
Markus Armbruster
2009-10-07
New qdev_init_nofail()
Markus Armbruster
2009-10-07
Make qdev_init() destroy the device on failure
Markus Armbruster
2009-09-10
qdev: add isa_create() function
Gerd Hoffmann
2009-09-10
qdev: tag isabus-bridge as no-user
Gerd Hoffmann
2009-09-10
qdev: simplify isa irq assignments
Gerd Hoffmann
2009-09-10
qdev: drop iobase properties from isa bus
Gerd Hoffmann
2009-08-28
Suppress kraxelisms
Blue Swirl
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
Move isa_connect_irq calls into isa_create_simple
Gerd Hoffmann
2009-08-27
Add isa_reserve_irq().
Jes Sorensen
2009-08-27
isa bus irq changes and fixes.
Gerd Hoffmann
2009-08-24
qdev/prop: convert isa-bus to helper macros.
Gerd Hoffmann
2009-08-10
qdev/isa: add isa bus support to qdev.
Gerd Hoffmann