On 03/07/2015 14:01, Denis V. Lunev wrote:
> @@ -904,6 +905,7 @@ typedef struct CPUX86State {
> uint64_t msr_hv_guest_os_id;
> uint64_t msr_hv_vapic;
> uint64_t msr_hv_tsc;
> + uint64_t msr_hv_crash_prm[HV_X64_MSR_CRASH_PARAMS];Do not abbreviate variable names! The enum even says PARAMS, so use params in the array name as well. I've done the change locally in all files. Paolo > /* exception/interrupt handling */ > int error_code;
