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
/
macio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
dma: use current AioContext for dma_blk_io()
Stefan Hajnoczi
2025-03-13
1
-2
/
+1
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-2
/
+2
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-2
/
+2
*
|
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
|
/
*
hw/ide: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
mac_dbdma: Remove leftover `dma_memory_unmap` calls
Mattias Nissler
2024-09-18
1
-6
/
+0
*
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-09-13
1
-1
/
+1
*
hw/ide/macio: switch from using qemu_allocate_irq() to qdev input GPIOs
Mark Cave-Ayland
2024-07-02
1
-4
/
+6
*
hw/ide: Include 'ide-internal.h' from current path
Philippe Mathieu-Daudé
2024-02-27
1
-1
/
+1
*
hw/ide: Constify VMState
Richard Henderson
2023-12-29
1
-1
/
+1
*
hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
Philippe Mathieu-Daudé
2023-02-27
1
-4
/
+4
*
hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
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: Rename ide_set_irq() -> ide_bus_set_irq()
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/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
BALATON Zoltan
2022-10-31
1
-1
/
+0
*
ide_ioport_read: Return lower octet of data register instead of 0xFF
Lev Kujawski
2022-05-25
1
-1
/
+3
*
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
1
-1
/
+1
*
ide: Rename ide_bus_new() to ide_bus_init()
Peter Maydell
2021-09-30
1
-1
/
+1
*
ide: rename cmd_write to ctrl_write
John Snow
2020-10-01
1
-1
/
+1
*
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
2020-06-17
1
-3
/
+3
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-1
/
+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
*
Include hw/qdev-properties.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
/
+2
*
macio: add addr property to macio IDE object
Mark Cave-Ayland
2018-08-30
1
-0
/
+1
*
macio: move MACIOIDEState type declarations to macio.h
Mark Cave-Ayland
2018-08-30
1
-0
/
+1
*
macio: fix NULL pointer dereference when issuing IDE trim
Mark Cave-Ayland
2018-03-27
1
-1
/
+1
*
macio: add missing registers to VMStateDescription
Mark Cave-Ayland
2017-10-17
1
-1
/
+3
*
macio: use object link between MACIO_IDE and MAC_DBDMA object
Mark Cave-Ayland
2017-09-27
1
-3
/
+6
*
macio: pass channel into MACIOIDEState via qdev property
Mark Cave-Ayland
2017-09-27
1
-2
/
+8
*
macio: convert pmac_ide_ops from old_mmio
Mark Cave-Ayland
2017-09-27
1
-106
/
+75
*
ppc/ide/macio: Add missing registers
Benjamin Herrenschmidt
2017-09-27
1
-3
/
+41
*
macio: switch over to new byte-aligned DMA helpers
Mark Cave-Ayland
2016-10-27
1
-185
/
+28
*
macio: set res_count value to 0 after non-block ATAPI DMA transfers
Mark Cave-Ayland
2016-08-08
1
-0
/
+1
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+1
*
macio: Use blk_drain instead of blk_drain_all
Fam Zheng
2016-06-27
1
-1
/
+1
*
macio: call dma_memory_unmap() at the end of each DMA transfer
Mark Cave-Ayland
2016-06-14
1
-20
/
+26
*
macio: use DMA memory interface for non-block ATAPI transfers
Mark Cave-Ayland
2016-06-07
1
-1
/
+2
*
dma-helpers: change BlockBackend to opaque value in DMAIOFunc
Paolo Bonzini
2016-05-25
1
-1
/
+1
*
ide: Switch to byte-based aio block access
Eric Blake
2016-05-12
1
-6
/
+3
*
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
2016-05-12
1
-2
/
+2
*
ide: really restart pending and in-flight atapi dma
Pavel Butsykin
2016-04-12
1
-0
/
+2
*
macio: add dma_active to VMStateDescription
Mark Cave-Ayland
2016-01-30
1
-1
/
+2
*
macio: use the existing IDEDMA aiocb to hold the active DMA aiocb
Mark Cave-Ayland
2016-01-30
1
-8
/
+12
*
ide: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
[next]