Il 17/06/2014 09:04, Jan Kiszka ha scritto:

-#define FIELD_EXIT_QUAL                0
-#define FIELD_INSN_INFO                1
+#define FIELD_EXIT_QUAL                (1 << 1)
+#define FIELD_INSN_INFO                (1 << 2)

Heh, you probably wanted 1<<0 and 1<<1.  I'll fix it up. :)

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

Reply via email to