]> git.proxmox.com Git - qemu.git/history - hw/etraxfs_dma.c
softmmu: move include files to include/sysemu/
[qemu.git] / hw / etraxfs_dma.c
2012-12-19 Paolo Bonzinisoftmmu: move include files to include/sysemu/
2012-12-19 Paolo Bonziniexec: move include files to include/exec/
2012-10-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-10-23 Avi KivityRename target_phys_addr_t to hwaddr
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-01-12 Lars Perssonetraxfs-dma: Model metadata and eop
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/mutators...
2011-12-14 Andrzej ZaborowskiMerge branch 'target-arm.for-upstream' of git://git...
2011-12-14 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-12-06 Dong Xu Wangfix spelling in hw sub directory
2011-10-10 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-10-10 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-10 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/uq/master...
2011-10-09 Avi KivityMerge remote-tracking branch 'upstream' into memory...
2011-10-03 Edgar E. Iglesiasetrax-dma: Remove bogus if statement
2011-10-02 Edgar E. Iglesiasetrax-dma: Convert to MemoryRegion
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'mst-tmp/for_anthony'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-09-15 Luiz CapitulinoDrop the vm_running global variable
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-15 Edgar E. Iglesiasetrax: Don't pass CPUState to peripherals.
2009-06-12 Edgar E. IglesiasETRAX: DMA fixes for 64bit hosts.
2009-05-18 Edgar E. Iglesiasetrax: Don't keep the passed irq pointer.
2009-05-08 Paul BrookReplace cpu_abort with hw_error
2009-05-05 Edgar E. IglesiasETRAX: Simplify interrupt signaling.
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-07 edgar_iglETRAX: Process out channels immediately when the channe...
2008-12-07 edgar_iglETRAX-FS: Simplify the DMA blocks address registration...
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-11-13 edgar_iglETRAX-FS: Don't schedule DMA processing without active...
2008-11-04 edgar_iglETRAX-FS: Make etraxfs_dmac_run local.
2008-11-04 edgar_iglETRAX-FS: Fix DMA warnings.
2008-10-31 aliguoriMake DMA bottom-half driven (v2)
2008-10-27 edgar_iglETRAX-FS: Process outgoing DMA channels until EOL.
2008-09-03 edgar_iglETRAX-FS: Add support for DMA channel resets, needed...
2008-06-30 edgar_iglAvoid refering to CRIS specific cpu-state to be able...
2008-06-30 edgar_iglAvoid CRIS related warnings by Jan Kiszka.
2008-06-10 edgar_iglETRAX: More DMA context level related fixes.
2008-06-06 edgar_iglETRAX machine updates.
2008-05-11 edgar_iglAdd support for parts of the etraxfs dma controller.