Re: [Xen-devel] [PATCH v3 11/12] fuzz/x86_emulate: Set and fuzz more CPU state

2017-10-12 Thread Jan Beulich
>>> On 11.10.17 at 18:52, wrote: > On 10/11/2017 10:31 AM, Jan Beulich wrote: > On 10.10.17 at 18:20, wrote: >>> --- a/tools/fuzz/x86_instruction_emulator/fuzz-emul.c >>> +++ b/tools/fuzz/x86_instruction_emulator/fuzz-emul.c >>> @@ -40,6 +40,8 @@ struct fuzz_state >>> uint64_t msr[MSR_IN

Re: [Xen-devel] [PATCH v3 11/12] fuzz/x86_emulate: Set and fuzz more CPU state

2017-10-11 Thread George Dunlap
On 10/11/2017 10:31 AM, Jan Beulich wrote: On 10.10.17 at 18:20, wrote: >> --- a/tools/fuzz/x86_instruction_emulator/fuzz-emul.c >> +++ b/tools/fuzz/x86_instruction_emulator/fuzz-emul.c >> @@ -40,6 +40,8 @@ struct fuzz_state >> uint64_t msr[MSR_INDEX_MAX]; >> struct segment_register

Re: [Xen-devel] [PATCH v3 11/12] fuzz/x86_emulate: Set and fuzz more CPU state

2017-10-11 Thread Jan Beulich
>>> On 10.10.17 at 18:20, wrote: > --- a/tools/fuzz/x86_instruction_emulator/fuzz-emul.c > +++ b/tools/fuzz/x86_instruction_emulator/fuzz-emul.c > @@ -40,6 +40,8 @@ struct fuzz_state > uint64_t msr[MSR_INDEX_MAX]; > struct segment_register segments[SEG_NUM]; > struct cpu_user_regs r