Commit f626279d authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Sean Christopherson

KVM: selftests: remove unused struct 'memslot_antagonist_args'

'memslot_antagonist_args' is unused since the original
commit f73a3446 ("KVM: selftests: Add memslot modification stress
test").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: default avatarZenghui Yu <yuzenghui@huawei.com>
Link: https://lore.kernel.org/r/20240602235529.228204-1-linux@treblig.orgSigned-off-by: default avatarSean Christopherson <seanjc@google.com>
parent c3f38fa6
......@@ -53,12 +53,6 @@ static void vcpu_worker(struct memstress_vcpu_args *vcpu_args)
}
}
struct memslot_antagonist_args {
struct kvm_vm *vm;
useconds_t delay;
uint64_t nr_modifications;
};
static void add_remove_memslot(struct kvm_vm *vm, useconds_t delay,
uint64_t nr_modifications)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment