Re: [Qemu-devel] 回??: [PATCH 2/2] umem: chardevice for kvm?postcopy

2012-01-06 Thread Isaku Yamahata
1 > Thanks! > ━━━ > Tommy > > From: Isaku Yamahata > Date: 2012-01-05 20:18 > To: Tommy > CC: t.hirofuchi; qemu-devel; kvm; satoshi.itoh > Subject: Re: [Qemu-devel]回??: [PATCH 2/2] umem: chardevice for kvm postcopy > Hmm, this sounds like you haven't specified -postco

Re: [Qemu-devel] 回??: [PATCH 2/2] umem: chardevice for kvm postcopy

2012-01-05 Thread thfbjyddx
Hi, Can you tell me the base version of the qemu? the postcopy patches make some conflicts on the qemu which I clone from the git Thanks! Tommy From: Isaku Yamahata Date: 2012-01-05 20:18 To: Tommy CC: t.hirofuchi; qemu-devel; kvm; satoshi.itoh Subject: Re: [Qemu-devel]回??: [PATCH 2/2] umem

Re: [Qemu-devel] 回??: [PATCH 2/2] umem: chardevice for kvm postcopy

2012-01-05 Thread Tommy Tang
sorry, it's: qemu -m 256 -hda xxx -monitor stdio -enable-kvm -postcopy -incoming tcp:0: -vnc :1 anything wrong? 于 2012/1/5 23:02, Tommy Tang 写道: > qemu -m 256 -hda xxx -monitor stdio -enable-kvm -postcopy -incoming > tcp:xxx: -vnc :1 > I think it doesn't go wrong > > 于 2012/1/5 20:18, Isa

Re: [Qemu-devel] 回??: [PATCH 2/2] umem: chardevice for kvm postcopy

2012-01-05 Thread Tommy Tang
qemu -m 256 -hda xxx -monitor stdio -enable-kvm -postcopy -incoming tcp:xxx: -vnc :1 I think it doesn't go wrong 于 2012/1/5 20:18, Isaku Yamahata 写道: > Hmm, this sounds like you haven't specified -postcopy option at the > incoming qemu. > How did you start incoming qemu? > > > On Thu, Jan 05,

Re: [Qemu-devel] 回??: [PATCH 2/2] umem: chardevice for kvm postcopy

2012-01-05 Thread Isaku Yamahata
Hmm, this sounds like you haven't specified -postcopy option at the incoming qemu. How did you start incoming qemu? On Thu, Jan 05, 2012 at 07:10:42PM +0800, Tommy wrote: > After I use this series of patches, but the migration failed. > 2, I start migrate -d -p -n tcp:xxx: on the outgoing nod

Re: [Qemu-devel] 回??: [PATCH 2/2] umem: chardevice for kvm postcopy

2012-01-05 Thread Tommy
qemu-devel; kvm; satoshi.itoh Subject: Re: [Qemu-devel]回??: [PATCH 2/2] umem: chardevice for kvm postcopy On Thu, Jan 05, 2012 at 12:08:50PM +0800, thfbjyddx wrote: > hi, > I've tried to use this patch, Oh great! Can we share your results? > but it doesn't work for compiling err

Re: [Qemu-devel] 回??: [PATCH 2/2] umem: chardevice for kvm postcopy

2012-01-05 Thread Isaku Yamahata
On Thu, Jan 05, 2012 at 12:08:50PM +0800, thfbjyddx wrote: > hi, > I've tried to use this patch, Oh great! Can we share your results? > but it doesn't work for compiling error on > > page = alloc_page_vma(GFP_HIGHUSER_MOVABLE, vma, vmf->address);//vmf-> > virtual_address? > > I guess it's f