commit | 56b9ae78303a963dc7ea85b20e99379efb346cd8 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Wed May 16 17:21:27 2018 +0200 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Sat May 26 14:14:33 2018 +0200 |
tree | 177e09e783260169ef10c0c04af2e64db332e42b | |
parent | 142c95da92e847312f4d32cc8870719fe335d121 [diff] |
KVM: x86: hyperv: do rep check for each hypercall separately Prepare to support TLB flush hypercalls, some of which are REP hypercalls. Also, return HV_STATUS_INVALID_HYPERCALL_INPUT as it seems more appropriate. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>