Index: /trunk/src/VBox/VMM/VMMR3/GIMHv.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/GIMHv.cpp	(revision 51982)
+++ /trunk/src/VBox/VMM/VMMR3/GIMHv.cpp	(revision 51983)
@@ -246,4 +246,10 @@
 
 
+/**
+ * Terminates the Hyper-V GIM provider.
+ *
+ * @returns VBox status code.
+ * @param   pVM         Pointer to the VM.
+ */
 VMMR3_INT_DECL(int) GIMR3HvTerm(PVM pVM)
 {
@@ -253,4 +259,12 @@
 
 
+/**
+ * Applies relocations to data and code managed by this component. This function
+ * will be called at init and whenever the VMM need to relocate itself inside
+ * the GC.
+ *
+ * @param   pVM         Pointer to the VM.
+ * @param   offDelta    Relocation delta relative to old location.
+ */
 VMMR3_INT_DECL(void) GIMR3HvRelocate(PVM pVM, RTGCINTPTR offDelta)
 {
