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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
ahci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-13
hw/ide/ahci: Remove stray backslash
Niklas Cassel
1
-1
/
+1
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-1
/
+2
2023-02-27
hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Un-inline ide_set_irq()
Philippe Mathieu-Daudé
1
-0
/
+1
2023-02-27
hw/ide/ahci: Trace ncq write command as write instead of read
Fiona Ebner
1
-2
/
+2
2022-01-18
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
1
-4
/
+4
2022-01-18
hw/dma: Fix format string issues using dma_addr_t
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-31
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-2
/
+2
2021-12-31
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-2
/
+4
2021-12-30
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-3
/
+5
2021-09-30
ide: Rename ide_bus_new() to ide_bus_init()
Peter Maydell
1
-1
/
+1
2021-02-15
hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE
Alexander Bulekov
1
-6
/
+6
2021-01-18
hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
1
-3
/
+5
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-10-01
hw/ide/ahci: Do not dma_memory_unmap(NULL)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-09
ahci: Rename ICH_AHCI to ICH9_AHCI
Eduardo Habkost
1
-2
/
+2
2020-09-01
hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE
Philippe Mathieu-Daudé
1
-2
/
+3
2020-06-17
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
1
-9
/
+9
2020-05-18
hw/ide/ahci: Log lost IRQs
Philippe Mathieu-Daudé
1
-0
/
+1
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-16
Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
John Snow
1
-3
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.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
/
+1
2018-06-25
ahci: fix FIS I bit and PIO Setup FIS interrupt
Paolo Bonzini
1
-12
/
+25
2018-06-13
Purge uses of banned g_assert_FOO()
Markus Armbruster
1
-1
/
+1
2018-06-08
ide: push end_transfer_func out of start_transfer callback, rename callback
Paolo Bonzini
1
-7
/
+6
2018-06-08
ahci: move PIO Setup FIS before transfer, fix it for ATAPI commands
John Snow
1
-11
/
+5
2018-06-08
ahci: make ahci_mem_write traces more descriptive
John Snow
1
-1
/
+14
2018-06-08
ahci: adjust ahci_mem_write to work on registers
John Snow
1
-6
/
+9
2018-06-08
ahci: fix spacing damage on ahci_mem_write
John Snow
1
-24
/
+23
2018-06-08
ahci: make mem_read_32 traces more descriptive
John Snow
1
-2
/
+5
2018-06-08
ahci: modify ahci_mem_read_32 to work on register numbers
John Snow
1
-6
/
+11
2018-06-08
ahci: add host register enumeration
John Snow
1
-0
/
+15
2018-06-08
ahci: make port write traces more descriptive
John Snow
1
-1
/
+7
2018-06-08
ahci: modify ahci_port_write to use register numbers
John Snow
1
-15
/
+17
2018-06-08
ahci: combine identical clauses in port write
John Snow
1
-4
/
+0
2018-06-08
ahci: fix spacing damage on ahci_port_write
John Snow
1
-73
/
+73
2018-06-08
ahci: make port read traces more descriptive
John Snow
1
-2
/
+3
2018-06-08
ahci: modify ahci_port_read to use register numbers
John Snow
1
-19
/
+19
2018-06-08
ahci: add port register enumeration
John Snow
1
-0
/
+25
2018-06-08
ahci: don't schedule unnecessary BH
John Snow
1
-2
/
+1
2018-06-08
ahci: fix PxCI register race
John Snow
1
-7
/
+6
2018-06-08
ahci: trim signatures on raise/lower
John Snow
1
-4
/
+4
[next]