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
/
fdc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-07
floppy: save and restore DIR register
Jason Wang
1
-1
/
+50
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-2
/
+2
2011-02-20
fdc: refactor device creation
Blue Swirl
1
-31
/
+6
2011-02-20
fdc: use FDriveType for floppy drive type
Blue Swirl
1
-1
/
+1
2011-02-20
fdc: move floppy geometry guessing to block.c
Blue Swirl
1
-108
/
+6
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
1
-0
/
+8
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
1
-0
/
+3
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
1
-0
/
+1
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-2
/
+4
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-07-06
fdc: Reject unimplemented error actions
Markus Armbruster
1
-6
/
+16
2010-07-02
block: Fix virtual media change for if=none
Markus Armbruster
1
-2
/
+8
2010-07-02
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
1
-5
/
+5
2010-07-02
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
1
-12
/
+10
2010-06-15
Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
Jes Sorensen
1
-2
/
+2
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-1
/
+0
2010-05-15
fdc: Register vmstate via qdev
Jan Kiszka
1
-5
/
+30
2010-04-18
Fix harmless if statements with empty body, spotted by clang
Blue Swirl
1
-1
/
+2
2010-03-21
Fix a typo
Blue Swirl
1
-1
/
+2
2010-03-13
fdc: fix drive property handling.
Gerd Hoffmann
1
-5
/
+15
2010-02-07
fdc: don't use reserved _ prefix
Blue Swirl
1
-6
/
+6
2010-02-07
fdc: don't use reserved _t suffix
Blue Swirl
1
-182
/
+181
2009-12-18
fdc: fix migration from 0.11
Juan Quintela
1
-7
/
+5
2009-12-18
Revert "fdc: fix vmstate variable passed"
Juan Quintela
1
-29
/
+4
2009-12-13
fdc/sparc32: don't hang on detection under OBP
Artyom Tarasenko
1
-0
/
+6
2009-11-12
fdc: fix vmstate variable passed
Juan Quintela
1
-4
/
+29
2009-11-09
qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-user
Markus Armbruster
1
-0
/
+1
2009-11-07
sparc32 (mostly): remove unneeded calls to device reset
Blue Swirl
1
-2
/
+0
2009-10-27
vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32
Juan Quintela
1
-1
/
+1
2009-10-24
fdc: convert to reset + vmsd
Blue Swirl
1
-8
/
+29
2009-10-07
Clean up test for qdev_init() failure
Markus Armbruster
1
-1
/
+1
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-4
/
+2
2009-10-05
floppy: move dma setup + drive connect to fdctrl_init_common()
Gerd Hoffmann
1
-20
/
+11
2009-10-05
floppy: add drive properties.
Gerd Hoffmann
1
-13
/
+37
2009-10-05
vmstate: remove const from pre_save() functions
Juan Quintela
1
-2
/
+2
2009-10-05
vmstate: add version_id argument to post_load
Juan Quintela
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-173
/
+173
2009-10-01
Get rid of _t suffix
malc
1
-173
/
+173
2009-09-11
vmstate: port fdc device
Juan Quintela
1
-92
/
+62
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-1
/
+1
2009-09-10
qdev: simplify isa irq assignments
Gerd Hoffmann
1
-3
/
+3
2009-09-10
qdev: drop iobase properties from isa bus
Gerd Hoffmann
1
-8
/
+9
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-7
/
+8
2009-08-27
Move isa_connect_irq calls into isa_create_simple
Gerd Hoffmann
1
-2
/
+1
2009-08-27
isa bus irq changes and fixes.
Gerd Hoffmann
1
-19
/
+28
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-4
/
+4
2009-08-10
qdev/isa: convert fdc.
Gerd Hoffmann
1
-41
/
+76
2009-07-20
Clean up fdc qdev conversion
Blue Swirl
1
-74
/
+65
2009-07-17
Sparc32: fix fdc io_base
Blue Swirl
1
-1
/
+2
2009-07-16
qdev: rework device properties.
Gerd Hoffmann
1
-13
/
+31
[next]