Anthony Liguori wrote:
@@ -1661,7 +1662,33 @@ special_insn:
         break;
     }
     case 0xe9: /* jmp rel */
-    case 0xeb: /* jmp rel short */
+        goto jmp;

The cases don't have to be in ascending order. Much better to leave 0xeb here then have a jmp cross case boundaries.

I find that sorting helps finding opcodes quickly. A simple search doesn't work due to ranges.

--
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to