mirror of https://gitee.com/openkylin/qemu.git
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
This commit is contained in:
parent
4aed2c33eb
commit
cf3102acc0
|
@ -698,7 +698,7 @@ static const struct hwdef hwdefs[] = {
|
|||
.me_irq = 30,
|
||||
.cs_irq = 5,
|
||||
.machine_id = 0x80,
|
||||
.iommu_version = 0x04000000,
|
||||
.iommu_version = 0x05000000,
|
||||
.intbit_to_level = {
|
||||
2, 3, 5, 7, 9, 11, 0, 14, 3, 5, 7, 9, 11, 13, 12, 12,
|
||||
6, 0, 4, 10, 8, 0, 11, 0, 0, 0, 0, 0, 15, 0, 15, 0,
|
||||
|
|
Loading…
Reference in New Issue