HV:fix type related violations

1.Function return type inconsistent
2.cast on a constant value

V1->V2 add () to return type
V2->V3 keep the sbuf_get and sbuf_put return code

Tracked-On: #861
Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Huihuang Shi
2018-10-09 15:21:06 +08:00
committed by wenlingz
parent 723c22fc7f
commit c5f4c5109c
7 changed files with 14 additions and 16 deletions

View File

@@ -2338,7 +2338,7 @@ int decode_instruction(struct vcpu *vcpu)
instr_check_gva(vcpu, emul_ctxt, cpu_mode);
}
return emul_ctxt->vie.opsize;
return (int)(emul_ctxt->vie.opsize);
}
int emulate_instruction(struct vcpu *vcpu)