qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 4/7] pc: fix QEMU crashing when more than ~50


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v4 4/7] pc: fix QEMU crashing when more than ~50 memory hotplugged
Date: Thu, 9 Jul 2015 15:43:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1


On 09/07/2015 15:06, Michael S. Tsirkin wrote:
> > QEMU asserts in vhost due to hitting vhost backend limit
> > on number of supported memory regions.
> > 
> > Describe all hotplugged memory as one continuos range
> > to vhost with linear 1:1 HVA->GPA mapping in backend.
> > 
> > Signed-off-by: Igor Mammedov <address@hidden>
>
> Hmm - a bunch of work here to recombine MRs that memory listener
> interface breaks up.  In particular KVM could benefit from this too (on
> workloads that change the table a lot).  Can't we teach memory core to
> pass hva range as a single continuous range to memory listeners?

Memory listeners are based on memory regions, not HVA ranges.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]