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
/
ide
/
isa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-29
ide: Clean up includes
Peter Maydell
1
-0
/
+1
2015-03-10
ide: support PIO restart for the ISA controller
Paolo Bonzini
1
-1
/
+2
2015-02-24
ide/isa: Replace unchecked qdev_init() by qdev_init_nofail()
Markus Armbruster
1
-3
/
+1
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-1
/
+1
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-2
/
+1
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
1
-2
/
+2
2013-08-30
ide: Pass size to ide_bus_new()
Andreas Färber
1
-1
/
+1
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
1
-0
/
+1
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
1
-8
/
+8
2013-05-08
ahci: Don't allow creating slave drives
Kevin Wolf
1
-1
/
+1
2013-04-29
ide: QOM'ify ISA IDE
Andreas Färber
1
-15
/
+24
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-13
/
+17
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
1
-7
/
+13
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
1
-2
/
+2
2011-10-11
ide: Convert to isa_register_portio_list
Richard Henderson
1
-3
/
+1
2011-09-12
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
1
-1
/
+0
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
1
-1
/
+0
2010-12-11
Store IDE bus id in IDEBus structure for easy access.
Gleb Natapov
1
-1
/
+1
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
1
-0
/
+2
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
1
-0
/
+1
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-1
/
+1
2010-07-02
ide: Make PIIX and ISA IDE init functions return the qdev
Markus Armbruster
1
-4
/
+4
2010-06-04
ide: Split non-qdev code off ide_init2()
Markus Armbruster
1
-1
/
+1
2009-11-07
IDE: Fix reset handling
Blue Swirl
1
-0
/
+8
2009-10-27
ide: port isa ide to vmstate
Juan Quintela
1
-19
/
+12
2009-10-07
Clean up test for qdev_init() failure
Markus Armbruster
1
-1
/
+1
2009-10-05
switch ide bus to inplace allocation.
Gerd Hoffmann
1
-12
/
+12
2009-09-15
ide/isa: convert to qdev.
Gerd Hoffmann
1
-8
/
+53
2009-09-04
ide: pass down DriveInfo instead of BlockDriverState
Gerd Hoffmann
1
-1
/
+1
2009-08-27
ide: move code to hw/ide/
Gerd Hoffmann
1
-0
/
+71