index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
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
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-01-09
trivial: Don't include isa.h if it is not really necessary
Thomas Huth
2018-07-03
mac_dbdma: only dump commands for debug enabled channels
Mark Cave-Ayland
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
2017-09-27
mac_dbdma: remove DBDMA_init() function
Mark Cave-Ayland
2017-09-27
mac_dbdma: QOMify
Mark Cave-Ayland
2017-09-27
mac_dbdma: remove unused IO fields from DBDMAState
Mark Cave-Ayland
2017-09-27
ppc/mac: More rework of the DBDMA emulation
Benjamin Herrenschmidt
2016-07-18
dbdma: reset io->processing flag for unassigned DBDMA channel rw accesses
Mark Cave-Ayland
2016-07-18
dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...
Mark Cave-Ayland
2016-07-18
dbdma: fix load_word/store_word value endianness
Mark Cave-Ayland
2016-07-18
dbdma: fix endian of DBDMA_CMDPTR_LO during branch
Mark Cave-Ayland
2016-07-18
dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASK
Mark Cave-Ayland
2016-07-18
dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMA
Mark Cave-Ayland
2016-06-07
dbdma: use DMA memory interface for memory accesses
Mark Cave-Ayland
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-02-28
dbdma: warn when using unassigned channel
Hervé Poussineau
2016-01-30
mac_dbdma: add DBDMA controller state to VMStateDescription
Mark Cave-Ayland
2016-01-29
ppc: Clean up includes
Peter Maydell
2015-11-30
mac_dbdma: always initialize channel field in DBDMA_channel
Hervé Poussineau
2015-09-20
mac_dbdma: always clear FLUSH bit once DBDMA channel flush is complete
Mark Cave-Ayland
2014-06-16
macio ide: Do remainder access asynchronously
Alexander Graf
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2013-07-11
PPC: dbdma: Move processing to io
Alexander Graf
2013-07-11
PPC: dbdma: Move static bh variable to device struct
Alexander Graf
2013-07-11
PPC: dbdma: Introduce kick function
Alexander Graf
2013-07-11
PPC: dbdma: Move defines into header file
Alexander Graf
2013-07-11
PPC: dbdma: Allow new commands in RUN state
Alexander Graf
2013-07-11
PPC: dbdma: Fix debug print
Alexander Graf
2013-07-11
PPC: Mac: Add debug prints in macio and dbdma code
Alexander Graf
2013-07-11
PPC: dbdma: Replace tabs with spaces
Alexander Graf
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-19
Remove unneeded type casts
Stefan Weil
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini