On 05/06/2015 14:10, Radim Krčmář wrote: > 2015-06-05 12:26+0200, Paolo Bonzini: >> On 29/05/2015 21:23, Radim Krčmář wrote: >>>>> +int kvm_vcpu_write_guest(struct kvm_vcpu *vcpu, gpa_t gpa, const void *data, >>>>> + unsigned long len) >>>>> +{ > | [...] >>>>> +} >>> (There is no need to pass vcpu, and kvm, in this API. >> >> How so? A single kvm_vcpu_write_guest can cross multiple slots. > > I meant passing 'struct kvm_memslots *' instead and as soon as possible, > which would still allow more slots. Oh, indeed that works fine! Paolo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html