index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
macio.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-2
/
+1
2013-08-30
ide: Pass size to ide_bus_new()
Andreas Färber
1
-1
/
+1
2013-07-27
PPC: dbdma: macio: Fix format specifiers (build regression)
Stefan Weil
1
-4
/
+5
2013-07-11
PPC: dbdma: Support more multi-issue DMA requests
Alexander Graf
1
-2
/
+2
2013-07-11
PPC: dbdma: Support unaligned DMA access
Alexander Graf
1
-7
/
+124
2013-07-11
PPC: dbdma: Wait for DMA until we have data
Alexander Graf
1
-0
/
+19
2013-07-11
PPC: dbdma: macio: Add DMA callback
Alexander Graf
1
-0
/
+40
2013-07-11
PPC: Mac: Add debug prints in macio and dbdma code
Alexander Graf
1
-3
/
+40
2013-07-11
PPC: Macio: Replace tabs with spaces
Alexander Graf
1
-4
/
+4
2013-07-11
PPC: g3beige: Move secondary IDE bus to mac-io
Alexander Graf
1
-1
/
+1
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-1
/
+1
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-1
/
+1
2013-07-04
dma: keep a device alive while it has SGLists
Paolo Bonzini
1
-2
/
+2
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
1
-2
/
+2
2013-05-20
ide/macio: fix wrong opaque with TRIM support
Aurelien Jarno
1
-1
/
+1
2013-05-08
ahci: Don't allow creating slave drives
Kevin Wolf
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2013-01-25
ide/macio: QOM'ify MacIO IDE
Andreas Färber
1
-22
/
+56
2013-01-25
ppc: Move Mac machines to hw/ppc/
Andreas Färber
1
-3
/
+3
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-11-26
hw/ide/macio: Fix segfault caused by NULL DMAContext*
Peter Maydell
1
-2
/
+4
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-6
/
+6
2012-10-05
cleanup useless return sentence
Amos Kong
1
-1
/
+0
2012-06-27
iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers
David Gibson
1
-2
/
+2
2012-04-05
Use DMADirection type for dma_bdrv_io
David Gibson
1
-1
/
+2
2012-03-11
Add missing const attributes for MemoryRegionOps
Stefan Weil
1
-1
/
+1
2011-12-15
block: dma_bdrv_* does not return NULL
Paolo Bonzini
1
-3
/
+1
[next]