On Fri, Mar 25, 2011 at 10:29:04AM +0100, Joerg Roedel wrote:
> @@ -259,6 +267,18 @@ struct x86_emulate_ctxt {
>  #define X86EMUL_MODE_PROT32   4      /* 32-bit protected mode. */
>  #define X86EMUL_MODE_PROT64   8      /* 64-bit (long) mode.    */
>  
> +enum x86_intercept_stage {
> +     x86_icpt_pre_except,
> +     x86_icpt_post_except,
> +     x86_icpt_post_memaccess,
> +};
> +
> +enum x86_intercept {
> +     x86_intercept_none,
> +
> +     nr_x86_intercepts
> +};
> +
Can we name enums in upper case please?

--
                        Gleb.
--
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