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