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
2016-10-27
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
2016-09-29
ide: Fix memory leak in ide_register_restart_cb()
Ashijeet Acharya
2016-09-29
ide: fix DMA register transitions
John Snow
2016-09-08
portio: keep references on portio
Marc-André Lureau
2016-08-08
ahci: fix sglist leak on retry
Marc-André Lureau
2016-07-28
ide: fix halted IO segfault at reset
John Snow
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
2016-07-18
ide: set retry_unit for PIO and FLUSH requests
Evgeny Yakovlev
2016-07-18
ide: refactor retry_unit set and clear into separate function
Evgeny Yakovlev
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-05-25
dma-helpers: change BlockBackend to opaque value in DMAIOFunc
Paolo Bonzini
2016-05-25
dma-helpers: change interface to byte-based
Paolo Bonzini
2016-05-12
ide: Switch to byte-based aio block access
Eric Blake
2016-04-12
ide: really restart pending and in-flight atapi dma
Pavel Butsykin
2016-04-12
ide: don't lose pending dma state
Pavel Butsykin
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-02-10
ide: fix device_reset to not ignore pending AIO
John Snow
2016-02-10
ide: Add silent DRQ cancellation
John Snow
2016-02-10
ide: replace blk_drain_all by blk_drain
John Snow
2016-02-10
ide: move buffered DMA cancel to core
John Snow
2016-02-10
ide: code motion
John Snow
2016-02-10
ide: Prohibit RESET on IDE drives
John Snow
2016-01-29
ide: Clean up includes
Peter Maydell
2015-11-17
ide: enable buffered requests for PIO read requests
Peter Lieven
2015-11-17
ide: add support for IDEBufferedRequest
Peter Lieven
2015-11-12
ide: Account for failed and invalid operations
Alberto Garcia
2015-11-12
ide: Account for write operations correctly
Alberto Garcia
2015-11-04
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
2015-09-18
atapi: abort transfers with 0 byte limits
John Snow
2015-09-18
ide: fix ATAPI command permissions
John Snow
2015-09-17
ide: unify io_buffer_offset increments
John Snow
2015-07-26
ide: Clear DRQ after handling all expected accesses
Kevin Wolf
2015-07-26
ide: Check array bounds before writing to io_buffer (CVE-2015-5154)
Kevin Wolf
2015-07-04
ahci: add rwerror=stop support for ncq
John Snow
2015-07-04
ide: add limit to .prepare_buf()
John Snow
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-04-27
ide: there is only one data port
Paolo Bonzini
2015-03-23
ide: fix cmd_read_pio when nsectors > 1
John Snow
2015-03-23
ide: fix cmd_write_pio when nsectors > 1
John Snow
2015-03-10
ide: make more functions static
Paolo Bonzini
2015-03-10
ide: commonize io_buffer_index initialization
Paolo Bonzini
2015-03-10
ide: migrate initial request state via IDEBus
Paolo Bonzini
2015-03-10
ide: place initial state of the current request to IDEBus
Paolo Bonzini
2015-03-10
ide: replace set_unit callback with more IDEBus state
Paolo Bonzini
2015-03-10
ide: remove restart_cb callback
Paolo Bonzini
2015-03-10
ide: move restart callback to common code
Paolo Bonzini
2015-03-10
ide: pass IDEBus to the restart_cb
Paolo Bonzini
2015-03-10
ide: introduce ide_register_restart_cb
Paolo Bonzini
2015-02-06
Restore atapi_dma flag across migration
Dr. David Alan Gilbert
[next]