Sign in
qemu
/
qemu
/
63c67b6d4462b6589b371d55e3740e9f0dba3281
/
hw
/
isa
/
isa-bus.c
b19c1c0
isa: remove isa_mem_base variable
by Hervé Poussineau
· 10 years ago
bb2ed00
isa: add memory space parameter to isa_bus_new
by Hervé Poussineau
· 10 years ago
337a3e5c
isa-bus: don't use 'Yoda conditions'
by Gonglei
· 11 years ago
848696b
PortioList: Store PortioList in device state
by Kirill Batuzov
· 11 years ago
837d371
sysbus: Set cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
efec3dd
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
52785d9
isa-bus: Drop isabus_bridge_init() since it does nothing
by Hu Tao
· 12 years ago
db10ca9
piolist: add owner argument to initialization functions and pass devices
by Paolo Bonzini
· 12 years ago
4a17cc4
isa: QOM'ify ISADevice
by Andreas Färber
· 12 years ago
2ae0e48
isa: QOM'ify ISABus
by Andreas Färber
· 12 years ago
db895a1
isa: Use realizefn for ISADevice
by Andreas Färber
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/isa-bus.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
c538ca6
isa: Split off instance_init for ISADevice
by Andreas Färber
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
ac10027
isa: Add isa_address_space_io()
by Julien Grall
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
14e7a64
isa: add a isa_vga_init() function
by Aurelien Jarno
· 12 years ago
a5cf826
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
by Jim Meyering
· 12 years ago
0d93692
qdev: Convert busses to QEMU Object Model
by Anthony Liguori
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
d307af7
qdev: kill off DeviceInfo
by Anthony Liguori
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
8f04ee0
isa: pic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
d3c68e4
isa: always use provided ISA bus in isa_bus_irqs()
by Hervé Poussineau
· 13 years ago
7578226
isa: always use provided ISA bus when creating an isa device
by Hervé Poussineau
· 13 years ago
d1a1be1
isa: move ISABus structure definition to header file
by Hervé Poussineau
· 13 years ago
48a18b3
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions
by Hervé Poussineau
· 13 years ago
0d95952
isa: Remove isa_init_ioport_range and isa_init_ioport
by Richard Henderson
· 14 years ago
d750073
isa: Add isa_register_portio_list()
by Avi Kivity
· 13 years ago
ebf47c2
isa: Tidy support code for isabus_get_fw_dev_path
by Richard Henderson
· 14 years ago
78e2059
isa: add isa_register_ioport()
by Richard Henderson
· 14 years ago
c2d0d01
isa: Pass i/o address space to isa_bus_new
by Richard Henderson
· 14 years ago
c839ade
isa: add isa_address_space()
by Avi Kivity
· 14 years ago
a08784d
Remove unused sysemu.h include directives
by Blue Swirl
· 14 years ago
ee951a3
isa-bus: Remove bogus IRQ sharing check
by Jan Kiszka
· 14 years ago
86f4a9a
isa: add creation function that may fail
by Blue Swirl
· 14 years ago
6a26e11
Add get_fw_dev_path callback to ISA bus in qdev.
by Gleb Natapov
· 14 years ago
dee41d5
Keep track of ISA ports ISA device is using in qdev.
by Gleb Natapov
· 14 years ago
779206d
Introduce fw_name field to DeviceInfo structure.
by Gleb Natapov
· 14 years ago
7478222
isa-bus.c: use hw_error instead of fprintf
by Tristan Gingold
· 14 years ago
fbe3288
move two variable declarations out of vl.c
by Paolo Bonzini
· 15 years ago
3f66aa9
Make isa_create() terminate program on failure
by Markus Armbruster
· 15 years ago
e23a1b3
New qdev_init_nofail()
by Markus Armbruster
· 15 years ago
18cfeb5
Make qdev_init() destroy the device on failure
by Markus Armbruster
· 15 years ago
924f6d7
qdev: add isa_create() function
by Gerd Hoffmann
· 15 years ago
787aa97
qdev: tag isabus-bridge as no-user
by Gerd Hoffmann
· 15 years ago
2e15e23
qdev: simplify isa irq assignments
by Gerd Hoffmann
· 15 years ago
86c8615
qdev: drop iobase properties from isa bus
by Gerd Hoffmann
· 15 years ago
73538c3
Suppress kraxelisms
by Blue Swirl
· 15 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
e8935ee
Move isa_connect_irq calls into isa_create_simple
by Gerd Hoffmann
· 16 years ago
3a38d43
Add isa_reserve_irq().
by Jes Sorensen
· 16 years ago
2091ba2
isa bus irq changes and fixes.
by Gerd Hoffmann
· 16 years ago
aa7116c
qdev/prop: convert isa-bus to helper macros.
by Gerd Hoffmann
· 16 years ago
f915a11
qdev/isa: add isa bus support to qdev.
by Gerd Hoffmann
· 16 years ago