lkml.org 
[lkml]   [2021]   [Sep]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v7 15/15] KVM: arm64: selftests: arch_timer: Support vCPU migration
From
Date
On 2021/9/15 6:31, Raghavendra Rao Ananta wrote:
> static void test_run(struct kvm_vm *vm)
> {
> int i, ret;
> + pthread_t pt_vcpu_migration;
> +
> + pthread_mutex_init(&vcpu_done_map_lock, NULL);
> + vcpu_done_map = bitmap_alloc(test_args.nr_vcpus);

This one fails to build.

aarch64/arch_timer.c: In function 'test_run':
aarch64/arch_timer.c:321:18: warning: implicit declaration of function
'bitmap_alloc'; did you mean 'bitmap_zalloc'?
[-Wimplicit-function-declaration]
vcpu_done_map = bitmap_alloc(test_args.nr_vcpus);
^~~~~~~~~~~~
bitmap_zalloc
aarch64/arch_timer.c:321:16: warning: assignment makes pointer from
integer without a cast [-Wint-conversion]
vcpu_done_map = bitmap_alloc(test_args.nr_vcpus);
^

\
 
 \ /
  Last update: 2021-09-30 11:42    [W:0.082 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site