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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
macio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2018-08-30
macio: add addr property to macio IDE object
Mark Cave-Ayland
1
-0
/
+1
2018-08-30
macio: move MACIOIDEState type declarations to macio.h
Mark Cave-Ayland
1
-0
/
+1
2018-03-27
macio: fix NULL pointer dereference when issuing IDE trim
Mark Cave-Ayland
1
-1
/
+1
2017-10-17
macio: add missing registers to VMStateDescription
Mark Cave-Ayland
1
-1
/
+3
2017-09-27
macio: use object link between MACIO_IDE and MAC_DBDMA object
Mark Cave-Ayland
1
-3
/
+6
2017-09-27
macio: pass channel into MACIOIDEState via qdev property
Mark Cave-Ayland
1
-2
/
+8
2017-09-27
macio: convert pmac_ide_ops from old_mmio
Mark Cave-Ayland
1
-106
/
+75
2017-09-27
ppc/ide/macio: Add missing registers
Benjamin Herrenschmidt
1
-3
/
+41
2016-10-27
macio: switch over to new byte-aligned DMA helpers
Mark Cave-Ayland
1
-185
/
+28
2016-08-08
macio: set res_count value to 0 after non-block ATAPI DMA transfers
Mark Cave-Ayland
1
-0
/
+1
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+1
2016-06-27
macio: Use blk_drain instead of blk_drain_all
Fam Zheng
1
-1
/
+1
2016-06-14
macio: call dma_memory_unmap() at the end of each DMA transfer
Mark Cave-Ayland
1
-20
/
+26
2016-06-07
macio: use DMA memory interface for non-block ATAPI transfers
Mark Cave-Ayland
1
-1
/
+2
2016-05-25
dma-helpers: change BlockBackend to opaque value in DMAIOFunc
Paolo Bonzini
1
-1
/
+1
2016-05-12
ide: Switch to byte-based aio block access
Eric Blake
1
-6
/
+3
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
1
-2
/
+2
2016-04-12
ide: really restart pending and in-flight atapi dma
Pavel Butsykin
1
-0
/
+2
2016-01-30
macio: add dma_active to VMStateDescription
Mark Cave-Ayland
1
-1
/
+2
2016-01-30
macio: use the existing IDEDMA aiocb to hold the active DMA aiocb
Mark Cave-Ayland
1
-8
/
+12
2016-01-29
ide: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-11
macio: fix overflow in lba to offset conversion for ATAPI devices
Mark Cave-Ayland
1
-1
/
+1
2016-01-11
hw/ide: Remove superfluous return statements
Thomas Huth
1
-2
/
+0
2015-11-12
macio: Account for failed operations
Alberto Garcia
1
-2
/
+10
2015-10-23
macio-ide: add to storage category
Laurent Vivier
1
-0
/
+1
2015-07-31
macio: re-add TRIM support
Aurelien Jarno
1
-0
/
+28
2015-07-04
ide: add limit to .prepare_buf()
John Snow
1
-1
/
+1
2015-06-04
macio: remove remainder_len DBDMA_io property
Mark Cave-Ayland
1
-13
/
+0
2015-06-04
macio: update comment/constants to reflect the new code
Mark Cave-Ayland
1
-33
/
+13
2015-06-04
macio: switch pmac_dma_write() over to new offset/len implementation
Mark Cave-Ayland
1
-63
/
+53
2015-06-04
macio: switch pmac_dma_read() over to new offset/len implementation
Mark Cave-Ayland
1
-62
/
+40
2015-05-22
macio: move unaligned DMA write code into separate pmac_dma_write() function
Mark Cave-Ayland
1
-143
/
+125
2015-05-22
macio: move unaligned DMA read code into separate pmac_dma_read() function
Mark Cave-Ayland
1
-106
/
+147
2015-03-10
ide: replace set_unit callback with more IDEBus state
Paolo Bonzini
1
-1
/
+0
2015-03-10
ide: remove restart_cb callback
Paolo Bonzini
1
-5
/
+0
2014-11-14
ide: Correct handling of malformed/short PRDTs
John Snow
1
-1
/
+6
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-24
/
+24
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-1
/
+1
2014-09-10
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
1
-8
/
+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: fold add_status callback into set_inactive
Paolo Bonzini
1
-1
/
+0
2014-08-15
ide: simplify start_transfer callbacks
Paolo Bonzini
1
-6
/
+0
2014-08-15
ide: simplify set_inactive callbacks
Paolo Bonzini
1
-1
/
+0
2014-08-15
ide: simplify reset callbacks
Paolo Bonzini
1
-1
/
+0
2014-06-16
macio ide: Do remainder access asynchronously
Alexander Graf
1
-10
/
+40
2014-06-16
macio: handle non-block ATAPI DMA transfers
Mark Cave-Ayland
1
-0
/
+21
[next]