Index: /trunk/src/VBox/Devices/PC/DevHPET.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/DevHPET.cpp	(revision 33661)
+++ /trunk/src/VBox/Devices/PC/DevHPET.cpp	(revision 33662)
@@ -717,5 +717,5 @@
         case 2:
             Log(("Narrow read: %d\n", cb));
-            rc = VERR_INTERNAL_ERROR;
+            rc = VINF_SUCCESS;
             break;
         case 4:
@@ -766,5 +766,5 @@
         default:
             AssertReleaseMsgFailed(("cb=%d\n", cb)); /* for now we assume simple accesses. */
-            rc = VERR_INTERNAL_ERROR;
+            rc = VINF_SUCCESS;
     }
 
