index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ide
/
ahci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/ide/ahci: Rename ahci_internal.h to ahci-internal.h
BALATON Zoltan
2024-03-11
1
-1
/
+1
*
hw/ide: Include 'ide-internal.h' from current path
Philippe Mathieu-Daudé
2024-02-27
1
-1
/
+1
*
hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'
Philippe Mathieu-Daudé
2024-02-15
1
-0
/
+1
*
hw/ide/ahci: Remove SysbusAHCIState::num_ports field
Philippe Mathieu-Daudé
2024-02-15
1
-2
/
+1
*
hw/ide/ahci: Do not pass 'ports' argument to ahci_realize()
Philippe Mathieu-Daudé
2024-02-15
1
-4
/
+5
*
hw/ide/ahci: Convert AHCIState::ports to unsigned
Philippe Mathieu-Daudé
2024-02-15
1
-2
/
+2
*
hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()
Philippe Mathieu-Daudé
2024-02-15
1
-4
/
+1
*
hw/ide/ahci: Inline ahci_get_num_ports()
Philippe Mathieu-Daudé
2024-02-15
1
-8
/
+0
*
hw/ide/ahci: Expose AHCIPCIState structure
Philippe Mathieu-Daudé
2024-02-15
1
-0
/
+1
*
hw/ide: Constify VMState
Richard Henderson
2023-12-29
1
-4
/
+4
*
hw/ide/ahci: fix legacy software reset
Niklas Cassel
2023-11-21
1
-1
/
+26
*
hw/ide/ahci: trigger either error IRQ or regular IRQ, not both
Niklas Cassel
2023-11-08
1
-3
/
+2
*
hw/ide/ahci: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-10-06
1
-3
/
+1
*
hw/ide/ahci: fix broken SError handling
Niklas Cassel
2023-09-06
1
-2
/
+1
*
hw/ide/ahci: fix ahci_write_fis_sdb()
Niklas Cassel
2023-09-06
1
-2
/
+8
*
hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set
Niklas Cassel
2023-09-06
1
-2
/
+5
*
hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared
Niklas Cassel
2023-09-06
1
-0
/
+5
*
hw/ide/ahci: simplify and document PxCI handling
Niklas Cassel
2023-09-06
1
-20
/
+50
*
hw/ide/ahci: write D2H FIS when processing NCQ command
Niklas Cassel
2023-09-06
1
-6
/
+11
*
hw/ide/ahci: Remove stray backslash
Niklas Cassel
2023-06-13
1
-1
/
+1
*
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-28
1
-1
/
+2
*
hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
hw/ide: Un-inline ide_set_irq()
Philippe Mathieu-Daudé
2023-02-27
1
-0
/
+1
*
hw/ide/ahci: Trace ncq write command as write instead of read
Fiona Ebner
2023-02-27
1
-2
/
+2
*
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
2022-01-18
1
-4
/
+4
*
hw/dma: Fix format string issues using dma_addr_t
Philippe Mathieu-Daudé
2022-01-18
1
-1
/
+1
*
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-2
/
+2
*
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-2
/
+4
*
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
1
-3
/
+5
*
ide: Rename ide_bus_new() to ide_bus_init()
Peter Maydell
2021-09-30
1
-1
/
+1
*
hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE
Alexander Bulekov
2021-02-15
1
-6
/
+6
*
hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
2021-01-18
1
-3
/
+5
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
hw/ide/ahci: Do not dma_memory_unmap(NULL)
Philippe Mathieu-Daudé
2020-10-01
1
-1
/
+1
*
ahci: Rename ICH_AHCI to ICH9_AHCI
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE
Philippe Mathieu-Daudé
2020-09-01
1
-2
/
+3
*
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
2020-06-17
1
-9
/
+9
*
hw/ide/ahci: Log lost IRQs
Philippe Mathieu-Daudé
2020-05-18
1
-0
/
+1
*
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
John Snow
2019-08-16
1
-3
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
ahci: fix FIS I bit and PIO Setup FIS interrupt
Paolo Bonzini
2018-06-25
1
-12
/
+25
[next]