Changeset 51517 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 4, 2014 4:52:30 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94143
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r48728 r51517 2477 2477 * the VM, in which case we'll drop the base memory pages. Presently we will 2478 2478 * make no attempt to preserve anything that happens to be present in the base 2479 * memory that is replaced, this is of course incorrect lybut it's too much2479 * memory that is replaced, this is of course incorrect but it's too much 2480 2480 * effort. 2481 2481 * … … 2747 2747 * @param pVM Pointer to the VM. 2748 2748 * @param pDevIns The device instance owning the region. 2749 * @param iRegion The index of the registered region. 2750 * @param GCPhys The guest-physical address to be remapped. 2749 2751 */ 2750 2752 VMMR3DECL(int) PGMR3PhysMMIO2Map(PVM pVM, PPDMDEVINS pDevIns, uint32_t iRegion, RTGCPHYS GCPhys) -
trunk/src/VBox/VMM/VMMR3/STAM.cpp
r48235 r51517 5 5 6 6 /* 7 * Copyright (C) 2006-201 3Oracle Corporation7 * Copyright (C) 2006-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1655 1655 if (!fGVMMMatched) 1656 1656 { 1657 /** @todo match cpu leaves some rainy day. 1657 /** @todo match cpu leaves some rainy day. */ 1658 1658 } 1659 1659 … … 2663 2663 if (!fUpdate) 2664 2664 { 2665 /** @todo check the cpu leaves - rainy day. 2665 /** @todo check the cpu leaves - rainy day. */ 2666 2666 } 2667 2667 if (fUpdate)
Note:
See TracChangeset
for help on using the changeset viewer.