summaryrefslogtreecommitdiffstats
path: root/hw/iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Sparc32: remove a variable used only for debugging to avoid a clang warningBlue Swirl2010-01-131-3/+1
* sparc32 (mostly): remove unneeded calls to device resetBlue Swirl2009-11-071-2/+0
* sparc32: convert IOMMU to reset + vmsdBlue Swirl2009-10-241-5/+6
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-13/+13
* Get rid of _t suffixmalc2009-10-011-13/+13
* Sparc32: port IOMMU to VMState designBlue Swirl2009-08-281-25/+12
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* qdev/prop: convert iommu.c to helper macros.Gerd Hoffmann2009-08-101-6/+2
* Sparc32: move device instantiation to sun4m.cBlue Swirl2009-08-081-18/+0
* Sparc32: use hex for version numbersBlue Swirl2009-07-171-1/+1
* qdev: rework device properties.Gerd Hoffmann2009-07-161-6/+8
* Sparc32: convert iommu to qdevBlue Swirl2009-07-161-11/+45
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Don't set IRQs on device reset and loadvm/savevmBlue Swirl2009-06-171-1/+0
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* add Arbiter Enable Register support to sparc iommu (Robert Reif)blueswir12008-12-211-0/+17
* More consistent PAGE_xxx defines, avoid conflicting with system PAGE_xxxblueswir12008-12-031-7/+7
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+2
* Fix DMA length bug seen with NetBSD (Cliff Wright)blueswir12008-07-011-2/+2
* Fix compiler warningsblueswir12008-05-101-3/+2
* Add TurboSPARC mask ID register (Robert Reif)blueswir12008-01-251-1/+11
* Register only valid register access widthsblueswir12008-01-011-8/+8
* DVMA translation errors raise a module error irq (NMI)blueswir12008-01-011-4/+19
* Allow IOMMU tables above 2Gblueswir12007-12-011-1/+1
* Prevent overwriting fixed bits in AFSRblueswir12007-12-011-0/+4
* Name the magic constants, wrap long linesblueswir12007-12-011-12/+20
* Set initial value of AFSR register properly (Robert Reif)blueswir12007-11-251-0/+1
* Break up vl.h.pbrook2007-11-171-1/+2
* Machine specific IOMMU version (Robert Reif)blueswir12007-11-171-4/+7
* More detabificationblueswir12007-10-061-50/+50
* Fix breakage on big endian hosts (Aurelien Jarno)blueswir12007-09-221-1/+1
* Change ldl_phys to cpu_physical_memory_read, fix pte addressblueswir12007-09-201-4/+6
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-4/+4
* Log invalid accesses (no faults generated yet)blueswir12007-08-111-2/+30
* Improve iommu debugging, use register namesblueswir12007-08-111-7/+14
* Fix loadvmblueswir12007-07-031-1/+1
* Use full 36-bit physical address space on SS10blueswir12007-05-191-27/+31
* Separate the DMA controllers - Convert ESP to new DMA methods (Blue Swirl)bellard2006-09-031-10/+2
* SCSI TCQ support.pbrook2006-08-291-5/+46
* endianness fixbellard2005-10-301-2/+1
* sparc merge (Blue Swirl)bellard2005-10-301-3/+55
* sparc update (Blue Swirl)bellard2005-04-061-72/+25
* SPARC mergebellard2004-12-191-9/+45
* sparc merge (Blue Swirl)bellard2004-10-041-43/+40
* full system SPARC emulation (Blue Swirl)bellard2004-09-301-0/+221
OpenPOWER on IntegriCloud