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
/
qdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-08
ahci: Don't allow creating slave drives
Kevin Wolf
1
-1
/
+9
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2013-02-22
blockdev: enable discard by default
Paolo Bonzini
1
-1
/
+4
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-4
/
+4
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-10-05
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
Jim Meyering
1
-1
/
+1
2012-08-06
ide scsi: Mess with geometry only for hard disk devices
Markus Armbruster
1
-1
/
+2
2012-07-17
hw/block-common: Factor out fall back to legacy -drive cyls=...
Markus Armbruster
1
-17
/
+2
2012-07-17
hw/block-common: Factor out fall back to legacy -drive serial=...
Markus Armbruster
1
-10
/
+2
2012-07-17
hd-geometry: Compute BIOS CHS translation in one place
Markus Armbruster
1
-0
/
+3
2012-07-17
ide pc: Put hard disk info into CMOS only for hard disks
Markus Armbruster
1
-1
/
+1
2012-07-17
ide: qdev property for BIOS CHS translation
Markus Armbruster
1
-5
/
+5
2012-07-17
ide: qdev properties for disk geometry
Markus Armbruster
1
-1
/
+21
2012-07-17
ide pc: Cut out the block layer geometry middleman
Markus Armbruster
1
-4
/
+17
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
1
-6
/
+15
2012-06-18
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
1
-1
/
+1
2012-06-18
qdev: Move bus properties to a separate global
Paolo Bonzini
1
-4
/
+6
2012-04-05
ide: Adds wwn=hex qdev option
Floris Bos
1
-1
/
+2
2012-04-05
ide: Add "model=s" qdev option
Floris Bos
1
-2
/
+4
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
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
-40
/
+53
2012-01-27
ide: convert to QEMU Object Model
Anthony Liguori
1
-42
/
+69
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-07-23
ide: Turn properties any IDE device must have into bus properties
Markus Armbruster
1
-1
/
+4
2011-06-15
ide: add TRIM support
Christoph Hellwig
1
-0
/
+5
2011-05-19
blockdev: Store -drive option media in DriveInfo
Markus Armbruster
1
-6
/
+4
2011-05-19
ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"
Markus Armbruster
1
-17
/
+66
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
1
-0
/
+5
2010-12-11
Add get_fw_dev_path callback to IDE bus.
Gleb Natapov
1
-0
/
+13
2010-12-11
Store IDE bus id in IDEBus structure for easy access.
Gleb Natapov
1
-1
/
+2
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
1
-0
/
+1
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-07-06
ide: Make ide_init_drive() return success
Markus Armbruster
1
-1
/
+3
2010-07-06
ide: Improve error messages
Markus Armbruster
1
-4
/
+5
2010-07-02
pc: Fix CMOS info for drives defined with -device
Markus Armbruster
1
-0
/
+7
2010-07-02
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
1
-1
/
+1
2010-07-02
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
1
-4
/
+8
2010-07-02
ide: Make it explicit that ide_create_drive() can't fail
Markus Armbruster
1
-2
/
+1
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-1
/
+0
2010-06-04
ide: Fix info qtree for ide-drive.ver
Markus Armbruster
1
-0
/
+3
2010-06-04
ide: Turn drive serial into a qdev property ide-drive.serial
Markus Armbruster
1
-1
/
+15
2010-06-04
ide: Remove redundant IDEState member conf
Markus Armbruster
1
-2
/
+1
2010-02-10
block: add topology qdev properties
Christoph Hellwig
1
-3
/
+4
2010-01-19
ide: device version property
Gerd Hoffmann
1
-1
/
+2
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
-5
/
+2
2009-09-15
ide/qdev: add ide bus.
Gerd Hoffmann
1
-0
/
+124