Jeremy Fitzhardinge wrote: >> +static int kvm_hypercall_flush(struct kvm_vcpu *vcpu) >> +{ >> + struct kvm_hypercall_entry *queue; >> + struct kvm_vmca *vmca; >> + int ret = 0; >> + int i; >> + >> + queue = kmap(vcpu->queue_page); >> + vmca = kmap(vcpu->para_state_page); >> >> > > kmap_atomic? Or why not keep them mapped all the time? > Oh, right, this is on the kvm side. Still, kmap_atomic? J _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/virtualization