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
2012-05-25
fdc: fix media detection
Pavel Hrdina
1
-6
/
+8
2012-05-07
fdc: simplify media change handling
Hervé Poussineau
1
-18
/
+11
2012-04-28
fdc: Parametrize ISA base, IRQ and DMA
Hervé Poussineau
1
-7
/
+10
2012-02-29
fdc: DIR (Digital Input Register) should return status of current drive...
Hervé Poussineau
1
-7
/
+3
2012-02-29
fdc: fix seek command, which shouldn't check tracks
Hervé Poussineau
1
-3
/
+6
2012-02-29
fdc: check if media rate is correct before doing any transfer
Hervé Poussineau
1
-3
/
+50
2012-02-29
fdc: add a 'check media rate' property. Not used yet
Hervé Poussineau
1
-0
/
+3
2012-02-29
block: add a transfer rate for floppy types
Hervé Poussineau
1
-1
/
+2
2012-02-29
fdc: add CCR (Configuration Control Register) write register
Hervé Poussineau
1
-0
/
+22
2012-02-29
fdc: handle read-only floppies (abort early on write commands)
Hervé Poussineau
1
-0
/
+11
2012-02-29
fdc: most control commands do not generate interrupts
Hervé Poussineau
1
-6
/
+6
2012-02-29
fdc: set busy bit when starting a command
Hervé Poussineau
1
-1
/
+1
2012-02-29
fdc: take side count into account
Hervé Poussineau
1
-6
/
+11
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
-34
/
+42
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-21
/
+39
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
1
-9
/
+15
2011-12-06
Convert source files to UTF-8 encoding
Stefan Weil
1
-1
/
+1
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
1
-2
/
+2
2011-11-24
fdc: convert to memory API
Avi Kivity
1
-34
/
+24
2011-10-21
pc: Fix floppy drives with if=none
Kevin Wolf
1
-0
/
+12
2011-10-21
fdc: Fix floppy port I/O
Kevin Wolf
1
-0
/
+2
2011-10-11
fdc: Convert to isa_register_portio_list
Richard Henderson
1
-30
/
+4
2011-09-25
fdc: Convert isabus_fdc_init1 to MemoryRegion
Richard Henderson
1
-20
/
+33
2011-09-12
block: New change_media_cb() parameter load
Markus Armbruster
1
-1
/
+1
2011-09-12
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
1
-1
/
+0
2011-09-12
block: Drop BlockDriverState member removable
Markus Armbruster
1
-1
/
+0
2011-09-06
fdc: Make media change detection more robust
Markus Armbruster
1
-4
/
+8
2011-09-06
block: Leave tracking media change to device models
Markus Armbruster
1
-22
/
+18
2011-08-21
fdc: avoid structure holes spotted by pahole
Blue Swirl
1
-9
/
+9
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
[next]