Changeset 72249 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- May 17, 2018 5:33:00 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122696
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IOM.cpp
r70948 r72249 1956 1956 { 1957 1957 Log5(("IOM: Dispatching pending I/O port write: %#x LB %u -> %RTiop\n", pVCpu->iom.s.PendingIOPortWrite.u32Value, 1958 pVCpu->iom.s.Pending MmioWrite.cbValue, pVCpu->iom.s.PendingIOPortWrite.IOPort));1958 pVCpu->iom.s.PendingIOPortWrite.cbValue, pVCpu->iom.s.PendingIOPortWrite.IOPort)); 1959 1959 VBOXSTRICTRC rcStrictCommit = IOMIOPortWrite(pVM, pVCpu, pVCpu->iom.s.PendingIOPortWrite.IOPort, 1960 1960 pVCpu->iom.s.PendingIOPortWrite.u32Value,
Note:
See TracChangeset
for help on using the changeset viewer.