Changeset 109150 in vbox
- Timestamp:
- May 5, 2025 10:52:50 AM (4 days ago)
- svn:sync-xref-src-repo-rev:
- 168706
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GITSAll.cpp
r109144 r109150 740 740 case GITS_CMD_ID_MAPTI: 741 741 { 742 / //* Map device ID and event ID to corresponding ITE. */742 /* Map device ID and event ID to corresponding ITE. */ 743 743 //uint32_t const uDevId = RT_BF_GET(pCmd->au64[0].u, GITS_BF_CMD_MAPTI_DW0_DEV_ID); 744 744 //uint32_t const uEventId = RT_BF_GET(pCmd->au64[1].u, GITS_BF_CMD_MAPTI_DW1_EVENT_ID); … … 748 748 ///* We support 32-bits of device ID and hence it cannot be out of range (asserted below). */ 749 749 //Assert(sizeof(uDevId) * 8 >= RT_BF_GET(pGitsDev->uTypeReg.u, GITS_BF_CTRL_REG_TYPER_DEV_BITS) + 1); 750 //AssertMsgFailed(("uDevId=%RU32 uEventId=%RU32 uIntId=%RU32 uIcId=%RU16\n", 751 // uDevId, uEventId, uIntId, uIcId)); 750 752 break; 751 753 } … … 757 759 uReg & GITS_BF_CTRL_REG_BASER_PHYS_ADDR_MASK, gitsGetBaseRegPhysAddr(uReg), 758 760 RT_BOOL(RT_BF_GET(uReg, GITS_BF_CTRL_REG_BASER_VALID)))); 761 NOREF(uReg); 759 762 break; 760 763 }
Note:
See TracChangeset
for help on using the changeset viewer.