[Pkg-virtualbox-commits] r361 - trunk/debian/patches
meskes at alioth.debian.org
meskes at alioth.debian.org
Fri Oct 3 15:29:43 UTC 2008
Author: meskes
Date: 2008-10-03 15:29:43 +0000 (Fri, 03 Oct 2008)
New Revision: 361
Modified:
trunk/debian/patches/15-rate-limit-PATM-messages.dpatch
Log:
Rediffed as patch didn't apply.
Modified: trunk/debian/patches/15-rate-limit-PATM-messages.dpatch
===================================================================
--- trunk/debian/patches/15-rate-limit-PATM-messages.dpatch 2008-10-03 15:22:19 UTC (rev 360)
+++ trunk/debian/patches/15-rate-limit-PATM-messages.dpatch 2008-10-03 15:29:43 UTC (rev 361)
@@ -28,9 +28,9 @@
if (iGate != (uint32_t)~0)
{
TRPMR3SetGuestTrapHandler(pVM, iGate, TRPM_INVALID_HANDLER);
-- LogRel(("PATM: Disabling IDT %x patch handler %VGv ", iGate, pInstrGC));
-+ if (++cIDTHandlersDisabled < 256)
-+ LogRel(("PATM: Disabling IDT %x patch handler %VGv ", iGate, pInstrGC));
+- LogRel(("PATM: Disabling IDT %x patch handler %VGv\n", iGate, pInstrGC));
++ if (++cIDTHandlersDisabled < 256)
++ LogRel(("PATM: Disabling IDT %x patch handler %VGv\n", iGate, pInstrGC));
}
}
More information about the Pkg-virtualbox-commits
mailing list