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
/
misc
/
macio
/
mac_dbdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
1
-1
/
+1
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
1
-1
/
+1
2023-12-30
hw/misc/macio: Constify VMState
Richard Henderson
1
-4
/
+4
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-1
/
+1
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-2
/
+2
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-4
/
+6
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-08-16
Include hw/irq.h a lot 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
2019-01-09
trivial: Don't include isa.h if it is not really necessary
Thomas Huth
1
-1
/
+0
2018-07-03
mac_dbdma: only dump commands for debug enabled channels
Mark Cave-Ayland
1
-10
/
+11
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
1
-2
/
+2
2017-09-27
mac_dbdma: remove DBDMA_init() function
Mark Cave-Ayland
1
-14
/
+0
2017-09-27
mac_dbdma: QOMify
Mark Cave-Ayland
1
-10
/
+49
2017-09-27
mac_dbdma: remove unused IO fields from DBDMAState
Mark Cave-Ayland
1
-2
/
+0
2017-09-27
ppc/mac: More rework of the DBDMA emulation
Benjamin Herrenschmidt
1
-52
/
+139
2016-07-18
dbdma: reset io->processing flag for unassigned DBDMA channel rw accesses
Mark Cave-Ayland
1
-0
/
+1
2016-07-18
dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...
Mark Cave-Ayland
1
-0
/
+10
2016-07-18
dbdma: fix load_word/store_word value endianness
Mark Cave-Ayland
1
-19
/
+5
2016-07-18
dbdma: fix endian of DBDMA_CMDPTR_LO during branch
Mark Cave-Ayland
1
-1
/
+1
2016-07-18
dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASK
Mark Cave-Ayland
1
-33
/
+42
2016-07-18
dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMA
Mark Cave-Ayland
1
-8
/
+7
2016-06-07
dbdma: use DMA memory interface for memory accesses
Mark Cave-Ayland
1
-6
/
+7
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
1
-0
/
+1
2016-02-28
dbdma: warn when using unassigned channel
Hervé Poussineau
1
-2
/
+23
2016-01-30
mac_dbdma: add DBDMA controller state to VMStateDescription
Mark Cave-Ayland
1
-4
/
+36
2016-01-29
ppc: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-30
mac_dbdma: always initialize channel field in DBDMA_channel
Hervé Poussineau
1
-1
/
+1
2015-09-20
mac_dbdma: always clear FLUSH bit once DBDMA channel flush is complete
Mark Cave-Ayland
1
-7
/
+5
2014-06-16
macio ide: Do remainder access asynchronously
Alexander Graf
1
-0
/
+6
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-4
/
+2
2013-07-11
PPC: dbdma: Move processing to io
Alexander Graf
1
-4
/
+6
2013-07-11
PPC: dbdma: Move static bh variable to device struct
Alexander Graf
1
-9
/
+15
2013-07-11
PPC: dbdma: Introduce kick function
Alexander Graf
1
-0
/
+5
2013-07-11
PPC: dbdma: Move defines into header file
Alexander Graf
1
-117
/
+0
2013-07-11
PPC: dbdma: Allow new commands in RUN state
Alexander Graf
1
-3
/
+3
2013-07-11
PPC: dbdma: Fix debug print
Alexander Graf
1
-1
/
+2
2013-07-11
PPC: Mac: Add debug prints in macio and dbdma code
Alexander Graf
1
-3
/
+11
2013-07-11
PPC: dbdma: Replace tabs with spaces
Alexander Graf
1
-51
/
+51
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-1
/
+1
2013-04-19
Remove unneeded type casts
Stefan Weil
1
-4
/
+4
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
1
-0
/
+859