index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-04
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
1
-1
/
+1
2015-09-18
atapi: abort transfers with 0 byte limits
John Snow
1
-1
/
+1
2015-09-18
ide: fix ATAPI command permissions
John Snow
1
-15
/
+15
2015-09-17
ide: unify io_buffer_offset increments
John Snow
1
-3
/
+2
2015-07-26
ide: Clear DRQ after handling all expected accesses
Kevin Wolf
1
-4
/
+12
2015-07-26
ide: Check array bounds before writing to io_buffer (CVE-2015-5154)
Kevin Wolf
1
-0
/
+16
2015-07-04
ahci: add rwerror=stop support for ncq
John Snow
1
-0
/
+7
2015-07-04
ide: add limit to .prepare_buf()
John Snow
1
-4
/
+4
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-20
/
+12
2015-04-27
ide: there is only one data port
Paolo Bonzini
1
-2
/
+2
2015-03-23
ide: fix cmd_read_pio when nsectors > 1
John Snow
1
-5
/
+3
2015-03-23
ide: fix cmd_write_pio when nsectors > 1
John Snow
1
-1
/
+1
2015-03-10
ide: make more functions static
Paolo Bonzini
1
-4
/
+8
2015-03-10
ide: commonize io_buffer_index initialization
Paolo Bonzini
1
-2
/
+1
2015-03-10
ide: migrate initial request state via IDEBus
Paolo Bonzini
1
-1
/
+4
2015-03-10
ide: place initial state of the current request to IDEBus
Paolo Bonzini
1
-0
/
+6
2015-03-10
ide: replace set_unit callback with more IDEBus state
Paolo Bonzini
1
-2
/
+4
2015-03-10
ide: remove restart_cb callback
Paolo Bonzini
1
-5
/
+0
2015-03-10
ide: move restart callback to common code
Paolo Bonzini
1
-1
/
+79
2015-03-10
ide: pass IDEBus to the restart_cb
Paolo Bonzini
1
-1
/
+1
2015-03-10
ide: introduce ide_register_restart_cb
Paolo Bonzini
1
-0
/
+5
2015-02-06
Restore atapi_dma flag across migration
Dr. David Alan Gilbert
1
-0
/
+1
2014-11-18
hw/ide/core.c: Prevent SIGSEGV during migration
Don Slutz
1
-1
/
+1
2014-11-14
ide: Correct handling of malformed/short PRDTs
John Snow
1
-2
/
+8
2014-11-14
ide: repair PIO transfers for cases where nsector > 1
John Snow
1
-0
/
+4
2014-11-03
ahci: Update byte count after DMA completion
John Snow
1
-4
/
+7
2014-10-20
ide: Complete conversion from BlockDriverState to BlockBackend
Markus Armbruster
1
-2
/
+4
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-86
/
+96
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-2
/
+2
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-4
/
+4
2014-10-03
ide: Update ide_drive_get to be HBA agnostic
John Snow
1
-5
/
+17
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
1
-1
/
+1
2014-09-22
ide: Convert trim_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-7
/
+5
2014-09-22
ide/ahci: Check for -ECANCELED in aio callbacks
Fam Zheng
1
-0
/
+12
2014-09-10
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
1
-11
/
+13
2014-09-10
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
1
-5
/
+5
2014-09-08
ide: Add resize callback to ide/core
John Snow
1
-10
/
+59
2014-09-08
IDE: Fill the IDENTIFY request consistently
John Snow
1
-13
/
+15
2014-09-08
ide: Add wwn support to IDE-ATAPI drive
John Snow
1
-0
/
+14
2014-08-15
ide: only constrain read/write requests to drive size, not other types
Michael Tokarev
1
-1
/
+2
2014-08-15
ide: Fix segfault when flushing a device that doesn't exist
Kevin Wolf
1
-1
/
+3
2014-08-15
ide: make all commands go through cmd_done
Paolo Bonzini
1
-9
/
+11
2014-08-15
ide: stop PIO transfer on errors
Paolo Bonzini
1
-3
/
+2
2014-08-15
ide: move retry constants out of BM_STATUS_* namespace
Paolo Bonzini
1
-10
/
+10
2014-08-15
ide: fold add_status callback into set_inactive
Paolo Bonzini
1
-8
/
+4
2014-08-15
ide: wrap start_dma callback
Paolo Bonzini
1
-7
/
+8
2014-08-15
ide: simplify start_transfer callbacks
Paolo Bonzini
1
-7
/
+3
2014-08-15
ide: simplify set_inactive callbacks
Paolo Bonzini
1
-2
/
+3
2014-08-15
ide: simplify reset callbacks
Paolo Bonzini
1
-2
/
+3
2014-08-15
ide: stash aiocb for flushes
Paolo Bonzini
1
-1
/
+3
[next]