index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
ahci.c
Age
Commit message (
Expand
)
Author
2015-07-04
ahci: ncq sector count correction
John Snow
2015-07-04
ahci: add ncq debug checks
John Snow
2015-07-04
ahci: separate prdtl from opts
John Snow
2015-07-04
ahci: check for ncq prdtl overflow
John Snow
2015-07-04
ahci: add ncq_err helper
John Snow
2015-07-04
ahci: use shorter variables
John Snow
2015-07-04
ahci: Do not ignore memory access read size
John Snow
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-05-22
ahci: do not remap clb/fis unconditionally
John Snow
2015-05-22
ich9/ahci: Enable Migration
John Snow
2015-03-27
AHCI: Protect cmd register
John Snow
2015-03-27
AHCI: Do not (re)map FB/CLB buffers while not running
John Snow
2015-03-23
ahci: Fix sglist offset manipulation for BE machines
John Snow
2015-03-10
ahci: Recompute cur_cmd on migrate post load
John Snow
2015-03-10
ahci: add support for restarting non-queued commands
Paolo Bonzini
2015-03-10
ahci: Migrate IDEStatus
John Snow
2015-03-10
ide: replace set_unit callback with more IDEBus state
Paolo Bonzini
2015-03-10
ide: remove restart_cb callback
Paolo Bonzini
2014-12-10
ahci: replace SATA FIS type magic numbers with constants
Stefan Hajnoczi
2014-12-10
ahci: avoid #ifdef DEBUG_AHCI bitrot
Stefan Hajnoczi
2014-11-14
ahci: factor out FIS decomposition from handle_cmd
John Snow
2014-11-14
ahci: Check cmd_fis[1] more explicitly
John Snow
2014-11-14
ahci: Reorder error cases in handle_cmd
John Snow
2014-11-14
ahci: Fix FIS decomposition
John Snow
2014-11-14
ahci: add is_ncq predicate helper
John Snow
2014-11-14
ide: Correct handling of malformed/short PRDTs
John Snow
2014-11-14
ahci: unify sglist preparation
John Snow
2014-11-14
ide: repair PIO transfers for cases where nsector > 1
John Snow
2014-11-14
ahci: Fix byte count regression for ATAPI/PIO
John Snow
2014-11-03
ahci: Fix SDB FIS Construction
John Snow
2014-11-03
ahci: Update byte count after DMA completion
John Snow
2014-11-03
ahci: Correct PIO/D2H FIS responses
John Snow
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-03
q35/ahci: Pick up -cdrom and -hda options
John Snow
2014-09-22
ahci: properly shadow the TFD register
John Snow
2014-09-22
ide/ahci: Check for -ECANCELED in aio callbacks
Fam Zheng
2014-09-10
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-15
ahci: construct PIO Setup FIS for PIO commands
Paolo Bonzini
2014-08-15
ide: make all commands go through cmd_done
Paolo Bonzini
2014-08-15
ahci: remove duplicate PORT_IRQ_* constants
Paolo Bonzini
2014-08-15
ide: fold add_status callback into set_inactive
Paolo Bonzini
2014-08-15
ide: remove wrong setting of BM_STATUS_INT
Paolo Bonzini
2014-08-15
ide: simplify start_transfer callbacks
Paolo Bonzini
2014-08-15
ide: simplify async_cmd_done callbacks
Paolo Bonzini
[prev]
[next]