Commit cf3102acc07a060a1eaf3019ddcdddc00eab2fb1
1 parent
4aed2c33
Set SS-5 IOMMU version to Turbosparc to match default CPU (Robert Reif)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3873 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/sun4m.c
... | ... | @@ -698,7 +698,7 @@ static const struct hwdef hwdefs[] = { |
698 | 698 | .me_irq = 30, |
699 | 699 | .cs_irq = 5, |
700 | 700 | .machine_id = 0x80, |
701 | - .iommu_version = 0x04000000, | |
701 | + .iommu_version = 0x05000000, | |
702 | 702 | .intbit_to_level = { |
703 | 703 | 2, 3, 5, 7, 9, 11, 0, 14, 3, 5, 7, 9, 11, 13, 12, 12, |
704 | 704 | 6, 0, 4, 10, 8, 0, 11, 0, 0, 0, 0, 0, 15, 0, 15, 0, | ... | ... |