diff options
author | Vitaly Kuznetsov <[email protected]> | 2022-09-22 10:39:41 +0200 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2022-09-28 12:47:20 -0700 |
commit | 31d3b871f5ee9b195d90b4d14b74a7864209c6e8 (patch) | |
tree | 328559826fbc4770ef10b1ea23c1273f5a69237b /tools/perf/scripts/python/libxed.py | |
parent | dfb45db43e9f6283a79230c8ea9cb589f14791b0 (diff) |
KVM: selftests: Don't set reserved bits for invalid Hyper-V hypercall number
Bits 27 through 31 in Hyper-V hypercall 'control' are reserved (see
HV_HYPERCALL_RSVD0_MASK) but '0xdeadbeef' includes them. This causes
KVM to return HV_STATUS_INVALID_HYPERCALL_INPUT instead of the expected
HV_STATUS_INVALID_HYPERCALL_CODE.
Signed-off-by: Vitaly Kuznetsov <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions