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
/
atapi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
atapi: classify read_cd as conditionally returning data
John Snow
1
-11
/
+40
2016-08-09
atapi: fix halted DMA reset
John Snow
1
-0
/
+1
2016-05-12
atapi: Switch to byte-based block access
Eric Blake
1
-8
/
+11
2016-04-12
ide: really restart pending and in-flight atapi dma
Pavel Butsykin
1
-7
/
+6
2016-04-12
ide: restart atapi dma by re-evaluating command packet
Pavel Butsykin
1
-7
/
+6
2016-01-29
ide: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-11
hw/ide: Remove superfluous return statements
Thomas Huth
1
-1
/
+0
2015-11-24
atapi: Fix code indentation
Alberto Garcia
1
-1
/
+1
2015-11-24
atapi: Account for failed and invalid operations in cd_read_sector()
Alberto Garcia
1
-2
/
+4
2015-11-17
ide: enable buffered requests for ATAPI devices
Peter Lieven
1
-5
/
+5
2015-11-17
ide/atapi: make PIO read requests async
Peter Lieven
1
-13
/
+82
2015-11-13
atapi: Prioritize unknown cmd error over BCL error
John Snow
1
-10
/
+10
2015-11-13
atapi: add byte_count_limit helper
John Snow
1
-5
/
+13
2015-11-12
atapi: Account for failed and invalid operations
Alberto Garcia
1
-12
/
+19
2015-09-18
atapi: abort transfers with 0 byte limits
John Snow
1
-5
/
+27
2015-07-26
ide/atapi: Fix START STOP UNIT command completion
Kevin Wolf
1
-0
/
+1
2015-03-10
ide: commonize io_buffer_index initialization
Paolo Bonzini
1
-2
/
+1
2015-02-06
atapi migration: Throw recoverable error to avoid recovery
Dr. David Alan Gilbert
1
-0
/
+17
2015-01-13
ide: Implement VPD response for ATAPI
John Snow
1
-12
/
+99
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-16
/
+17
2014-09-22
ide/atapi: Mark non-data commands as complete
John Snow
1
-4
/
+3
2014-09-10
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
1
-7
/
+11
2014-09-10
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
1
-4
/
+4
2014-08-15
ide: make all commands go through cmd_done
Paolo Bonzini
1
-1
/
+1
2014-08-15
ide: fold add_status callback into set_inactive
Paolo Bonzini
1
-1
/
+1
2014-08-15
ide: remove wrong setting of BM_STATUS_INT
Paolo Bonzini
1
-1
/
+0
2014-08-15
ide: wrap start_dma callback
Paolo Bonzini
1
-4
/
+2
2013-11-05
bswap.h: Remove cpu_to_be16wu()
Peter Maydell
1
-8
/
+8
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2012-11-30
atapi: make change media detection for guests easier
Pavel Hrdina
1
-5
/
+10
2012-09-12
ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0
Ronnie Sahlberg
1
-0
/
+6
2012-07-02
atapi: implement READ DISC INFORMATION
Paolo Bonzini
1
-0
/
+31
2012-02-22
block: Don't call bdrv_eject() if the tray state didn't change
Luiz Capitulino
1
-2
/
+5
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
1
-7
/
+1
2011-11-18
atapi: kill MODE SENSE(6), fix MODE SENSE(10)
Paolo Bonzini
1
-12
/
+8
2011-11-11
atapi: implement eject requests
Paolo Bonzini
1
-3
/
+8
2011-10-28
atapi/scsi-disk: make mode page values coherent between the two
Paolo Bonzini
1
-7
/
+7
2011-10-28
atapi: cleanup/fix mode sense results
Paolo Bonzini
1
-4
/
+6
2011-10-28
atapi: move GESN definitions to scsi-defs.h
Paolo Bonzini
1
-37
/
+6
2011-10-28
atapi/scsi: unify definitions for MMC
Paolo Bonzini
1
-26
/
+26
2011-09-12
ide/atapi: Don't fail eject when tray is already open
Markus Armbruster
1
-1
/
+1
2011-09-12
block: Rename bdrv_set_locked() to bdrv_lock_medium()
Markus Armbruster
1
-1
/
+1
2011-09-12
block: Leave enforcing tray lock to device models
Markus Armbruster
1
-20
/
+9
2011-09-12
ide/atapi: Track tray locked state
Markus Armbruster
1
-1
/
+3
2011-09-12
block: Revert entanglement of bdrv_is_inserted() with tray status
Markus Armbruster
1
-7
/
+8
2011-09-12
ide/atapi: Track tray open/close state
Markus Armbruster
1
-1
/
+5
2011-09-12
ide/atapi: Clean up misleading name in cmd_start_stop_unit()
Markus Armbruster
1
-4
/
+4
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
1
-2
/
+2
2011-08-25
block: explicit I/O accounting
Christoph Hellwig
1
-9
/
+20
2011-05-03
ide/atapi: fix set but unused
Alon Levy
1
-3
/
+1
[next]