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
/
core.c
Age
Commit message (
Expand
)
Author
2014-10-20
ide: Complete conversion from BlockDriverState to BlockBackend
Markus Armbruster
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-03
ide: Update ide_drive_get to be HBA agnostic
John Snow
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
ide: Convert trim_aiocb_info.cancel to .cancel_async
Fam Zheng
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-09-08
ide: Add resize callback to ide/core
John Snow
2014-09-08
IDE: Fill the IDENTIFY request consistently
John Snow
2014-09-08
ide: Add wwn support to IDE-ATAPI drive
John Snow
2014-08-15
ide: only constrain read/write requests to drive size, not other types
Michael Tokarev
2014-08-15
ide: Fix segfault when flushing a device that doesn't exist
Kevin Wolf
2014-08-15
ide: make all commands go through cmd_done
Paolo Bonzini
2014-08-15
ide: stop PIO transfer on errors
Paolo Bonzini
2014-08-15
ide: move retry constants out of BM_STATUS_* namespace
Paolo Bonzini
2014-08-15
ide: fold add_status callback into set_inactive
Paolo Bonzini
2014-08-15
ide: wrap start_dma callback
Paolo Bonzini
2014-08-15
ide: simplify start_transfer callbacks
Paolo Bonzini
2014-08-15
ide: simplify set_inactive callbacks
Paolo Bonzini
2014-08-15
ide: simplify reset callbacks
Paolo Bonzini
2014-08-15
ide: stash aiocb for flushes
Paolo Bonzini
2014-07-14
ide: Treat read/write beyond end as invalid
Markus Armbruster
2014-06-23
qapi: adjust existing defines
Wenchao Xia
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-04-14
ide: Correct improper smart self test counter reset in ide core.
Benoît Canet
2014-01-30
Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into staging
Peter Maydell
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
2014-01-15
ide: cmd_exec_dev_diagnostic() always set error register to 0x01
David du Colombier
2013-11-05
ide: Drop ide_init2_with_non_qdev_drives()
Andreas Färber
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-15
ahci: Fix FLUSH command
Kevin Wolf
2013-06-24
ide: Clean up ide_exec_cmd()
Kevin Wolf
2013-06-24
ide: Convert SMART commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert CF-ATA commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert ATAPI commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert SEEK to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert FLUSH CACHE to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert SET FEATURES to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert CHECK POWER MDOE to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert DMA read/write commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert PIO read/write commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert read/write multiple commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert verify commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert cmd_nop commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert WIN_IDENTIFY to ide_cmd_table handler
Kevin Wolf
2013-06-24
ide: Convert WIN_DSM to ide_cmd_table handler
Kevin Wolf
[next]