Re: hot plug memory in guest

2010-08-15 Thread Avi Kivity
On 08/10/2010 05:53 PM, Gu, Zhongshu wrote: Hi all: I want to dynamically register memory into the linux guest during runtime. I will compile linux kernel with sparse memory model support. Does kvm support that kind of function? I am not sure how linux detect physical memory and how doe

hot plug memory in guest

2010-08-10 Thread Gu, Zhongshu
Hi all: I want to dynamically register memory into the linux guest during runtime. I will compile linux kernel with sparse memory model support. Does kvm support that kind of function? I am not sure how linux detect physical memory and how does memslot mapped to physical memory? Through mc1