On Mon, 30 Apr 2012 13:31:09 +0300 Avi Kivity <avi@xxxxxxxxxx> wrote: > > static struct opcode group7_rm1[] = { > > - DI(SrcNone | ModRM | Priv, monitor), > > - DI(SrcNone | ModRM | Priv, mwait), > > + DI(SrcNone | Priv, monitor), > > + DI(SrcNone | Priv, mwait), > > N, N, N, N, N, N, > > }; > > > > Removing ModRM everywhere isn't strictly necessary (but is okay). As ModRMs were inconsistently distributed, I wanted to make them consistent. If they are consistently written in everywhere, I like that style too! Takuya -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html