index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
isa-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-04
isa: Add isa_address_space_io()
Julien Grall
1
-0
/
+9
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-1
/
+1
2012-10-06
isa: add a isa_vga_init() function
Aurelien Jarno
1
-0
/
+20
2012-10-05
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
Jim Meyering
1
-1
/
+1
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
1
-7
/
+16
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
1
-1
/
+1
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-19
/
+17
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-6
/
+13
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
1
-10
/
+28
2011-12-20
isa: always use provided ISA bus in isa_bus_irqs()
Hervé Poussineau
1
-2
/
+4
2011-12-20
isa: always use provided ISA bus when creating an isa device
Hervé Poussineau
1
-6
/
+4
2011-12-20
isa: move ISABus structure definition to header file
Hervé Poussineau
1
-5
/
+0
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
1
-7
/
+11
2011-10-11
isa: Remove isa_init_ioport_range and isa_init_ioport
Richard Henderson
1
-14
/
+5
2011-10-11
isa: Add isa_register_portio_list()
Avi Kivity
1
-0
/
+17
2011-10-10
isa: Tidy support code for isabus_get_fw_dev_path
Richard Henderson
1
-20
/
+5
2011-09-25
isa: add isa_register_ioport()
Richard Henderson
1
-0
/
+10
2011-09-25
isa: Pass i/o address space to isa_bus_new
Richard Henderson
1
-1
/
+3
2011-08-22
isa: add isa_address_space()
Avi Kivity
1
-0
/
+6
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
1
-1
/
+0
2011-02-21
isa-bus: Remove bogus IRQ sharing check
Jan Kiszka
1
-13
/
+3
2011-02-12
isa: add creation function that may fail
Blue Swirl
1
-0
/
+12
2010-12-11
Add get_fw_dev_path callback to ISA bus in qdev.
Gleb Natapov
1
-0
/
+16
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
1
-0
/
+25
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
1
-0
/
+1
2010-12-11
isa-bus.c: use hw_error instead of fprintf
Tristan Gingold
1
-7
/
+4
2010-04-09
move two variable declarations out of vl.c
Paolo Bonzini
1
-0
/
+1
2009-10-07
Make isa_create() terminate program on failure
Markus Armbruster
1
-5
/
+3
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-1
/
+1
2009-10-07
Make qdev_init() destroy the device on failure
Markus Armbruster
1
-1
/
+0
2009-09-10
qdev: add isa_create() function
Gerd Hoffmann
1
-2
/
+13
2009-09-10
qdev: tag isabus-bridge as no-user
Gerd Hoffmann
1
-0
/
+1
2009-09-10
qdev: simplify isa irq assignments
Gerd Hoffmann
1
-27
/
+11
2009-09-10
qdev: drop iobase properties from isa bus
Gerd Hoffmann
1
-9
/
+1
2009-08-28
Suppress kraxelisms
Blue Swirl
1
-2
/
+4
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-3
/
+5
2009-08-27
Move isa_connect_irq calls into isa_create_simple
Gerd Hoffmann
1
-1
/
+6
2009-08-27
Add isa_reserve_irq().
Jes Sorensen
1
-0
/
+21
2009-08-27
isa bus irq changes and fixes.
Gerd Hoffmann
1
-7
/
+63
2009-08-24
qdev/prop: convert isa-bus to helper macros.
Gerd Hoffmann
1
-12
/
+3
2009-08-10
qdev/isa: add isa bus support to qdev.
Gerd Hoffmann
1
-0
/
+102