On 2013-08-04 20:04, Arthur Chunqi Li wrote:
> @@ -432,6 +432,22 @@ enum Ctrl1 {
> #define HYPERCALL_MASK 0xFFF
> #define HYPERCALL_VMEXIT 0x1
>
> +
> +extern u64 hypercall_field;
> +extern u32 vpid_cnt;
> +extern ulong fix_cr0_set, fix_cr0_clr;
> +extern ulong fix_cr4_set, fix_cr4_clr;
> +extern struct regs regs;
> +extern struct vmx_test *current;
> +extern bool launched;You didn't address my question if we need them all to write test cases or if some are actually core internal. The rest looks good. Jan
signature.asc
Description: OpenPGP digital signature
