On Mon, 2011-06-06 at 15:56 +0200, Alexander Graf wrote:
> > @@ -216,7 +216,7 @@ void kvm__init_ram(struct kvm *kvm)
> >             phys_size  = kvm->ram_size - phys_size;
> >             host_mem   = kvm->ram_start + phys_start;
> > 
> > -           kvm_register_mem_slot(kvm, 1, phys_start, phys_size, host_mem);
> > +           kvm__register_mem_slot(kvm, 1, phys_start, phys_size, host_mem);
> 
> ... and also slot 1. Is this on purpose or could there be potential 
> overwriting?

No, I just made a mess out of it and realized it too late. See v2 of the
patch I sent just now.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to