[Pkg-virtualbox-commits] r360 - trunk/debian/patches

meskes at alioth.debian.org meskes at alioth.debian.org
Fri Oct 3 15:22:19 UTC 2008


Author: meskes
Date: 2008-10-03 15:22:19 +0000 (Fri, 03 Oct 2008)
New Revision: 360

Modified:
   trunk/debian/patches/15-rate-limit-PATM-messages.dpatch
Log:
Removed linebreaks in patch



Modified: trunk/debian/patches/15-rate-limit-PATM-messages.dpatch
===================================================================
--- trunk/debian/patches/15-rate-limit-PATM-messages.dpatch	2008-10-03 15:20:38 UTC (rev 359)
+++ trunk/debian/patches/15-rate-limit-PATM-messages.dpatch	2008-10-03 15:22:19 UTC (rev 360)
@@ -28,11 +28,9 @@
              if (iGate != (uint32_t)~0)
              {
                  TRPMR3SetGuestTrapHandler(pVM, iGate, TRPM_INVALID_HANDLER);
--                LogRel(("PATM: Disabling IDT %x patch handler %VGv
-", iGate, pInstrGC));
+-                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 ", iGate, pInstrGC));
              }
          }
  




More information about the Pkg-virtualbox-commits mailing list