Index: /trunk/src/VBox/VMM/MMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/MMPhys.cpp	(revision 6855)
+++ /trunk/src/VBox/VMM/MMPhys.cpp	(revision 6856)
@@ -369,6 +369,6 @@
         rc = PGMR3HandlerPhysicalRegister(pVM, PGMPHYSHANDLERTYPE_PHYSICAL_WRITE, GCPhys, GCPhys + cbRange - 1,
                                           NULL, NULL,
-                                          NULL, "pgmGuestROMWriteHandler", 0,
-                                          NULL, "pgmGuestROMWriteHandler", 0, pszDesc);
+                                          NULL, "pgmPhysRomWriteHandler", 0,
+                                          NULL, "pgmPhysRomWriteHandler", 0, pszDesc);
         AssertRC(rc);
     }
@@ -541,6 +541,6 @@
                 int rc = PGMR3HandlerPhysicalRegister(pVM, PGMPHYSHANDLERTYPE_PHYSICAL_WRITE, GCPhys, GCPhys + cbRange - 1,
                                                       NULL, NULL,
-                                                      NULL, "pgmGuestROMWriteHandler", 0,
-                                                      NULL, "pgmGuestROMWriteHandler", 0, pCur->pszDesc);
+                                                      NULL, "pgmPhysRomWriteHandler", 0,
+                                                      NULL, "pgmPhysRomWriteHandler", 0, pCur->pszDesc);
                 AssertRCReturn(rc, rc);
                 pCur->fWritable = false;
Index: /trunk/src/VBox/VMM/PGMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/PGMInternal.h	(revision 6855)
+++ /trunk/src/VBox/VMM/PGMInternal.h	(revision 6856)
@@ -2311,5 +2311,5 @@
 
 PGMGCDECL(int)  pgmGCGuestPDWriteHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, void *pvFault, RTGCPHYS GCPhysFault, void *pvUser);
-PGMDECL(int)    pgmGuestROMWriteHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, void *pvFault, RTGCPHYS GCPhysFault, void *pvUser);
+PGMDECL(int)    pgmPhysRomWriteHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, void *pvFault, RTGCPHYS GCPhysFault, void *pvUser);
 PGMGCDECL(int)  pgmCachePTWriteGC(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, RTGCPHYS GCPhysFault, void *pvUser);
 int             pgmR3SyncPTResolveConflict(PVM pVM, PPGMMAPPING pMapping, PVBOXPD pPDSrc, int iPDOld);
Index: /trunk/src/VBox/VMM/PGMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/PGMPhys.cpp	(revision 6855)
+++ /trunk/src/VBox/VMM/PGMPhys.cpp	(revision 6856)
@@ -480,6 +480,6 @@
                                               NULL, NULL,
 #endif
-                                              NULL, "pgmGuestROMWriteHandler", MMHyperCCToR0(pVM, pRomNew),
-                                              NULL, "pgmGuestROMWriteHandler", MMHyperCCToGC(pVM, pRomNew), pszDesc);
+                                              NULL, "pgmPhysRomWriteHandler", MMHyperCCToR0(pVM, pRomNew),
+                                              NULL, "pgmPhysRomWriteHandler", MMHyperCCToGC(pVM, pRomNew), pszDesc);
             if (RT_SUCCESS(rc))
             {
Index: /trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp	(revision 6855)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp	(revision 6856)
@@ -65,5 +65,5 @@
  * @param   pvUser      User argument. Pointer to the ROM range structure.
  */
-PGMDECL(int) pgmGuestROMWriteHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, void *pvFault, RTGCPHYS GCPhysFault, void *pvUser)
+PGMDECL(int) pgmPhysRomWriteHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, void *pvFault, RTGCPHYS GCPhysFault, void *pvUser)
 {
     int rc;
