public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Migration doesn't working at all for me
@ 2007-11-20  8:38 Anton Patrushev
       [not found] ` <200711201338.56367.apatrushev-P4LcZvF7pruHXe+LvDLADg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Patrushev @ 2007-11-20  8:38 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 
EDT 2007 i686 i686 i386 GNU/Linux

[root@localhost ~]# modinfo kvm
filename:       /lib/modules/2.6.20-1.2320.fc5smp/extra/kvm.ko
license:        GPL
author:         Qumranet
version:        kvm-52
srcversion:     E46DE2B98872EDFF6C75BE1
depends:
vermagic:       2.6.20-1.2320.fc5smp SMP mod_unload 686 4KSTACKS

[root@localhost ~]# modinfo kvm-intel
filename:       /lib/modules/2.6.20-1.2320.fc5smp/extra/kvm-intel.ko
license:        GPL
author:         Qumranet
version:        kvm-52
srcversion:     F7E80D6C3124584F75EDAAF
depends:        kvm,kvm
vermagic:       2.6.20-1.2320.fc5smp SMP mod_unload 686 4KSTACKS
parm:           bypass_guest_pf:bool


[root@localhost 
kvm-52]# /usr/local/kvm/bin/qemu-system-x86_64 -hda /dev/sdc -cdrom /mnt/distribs/Fedora-8-i386-DVD.iso -m 
256 -vnc :0 -net nic -net tap,script=/usr/local/bin/tapup -monitor stdio
QEMU 0.9.0 monitor - type 'help' for more information
(qemu) stop
(qemu) migrate "exec:dd of=STATEFILE"
BUG: kvm_dirty_pages_log_change: invalid parameters
Could not start migration

-- 
WBR, Anton Patrushev

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Migration doesn't working at all for me
       [not found]     ` <4742ADBC.1070803-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-11-20  9:48       ` Izik Eidus
       [not found]         ` <4742AD65.6020101-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Izik Eidus @ 2007-11-20  9:48 UTC (permalink / raw)
  To: Avi Kivity
  Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	apatrushev-P4LcZvF7pruHXe+LvDLADg

Avi Kivity wrote:
> Anton Patrushev wrote:
>   
>> [root@localhost ~]# uname -a
>> Linux localhost.localdomain 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 
>> EDT 2007 i686 i686 i386 GNU/Linux
>>
>> [root@localhost ~]# modinfo kvm
>> filename:       /lib/modules/2.6.20-1.2320.fc5smp/extra/kvm.ko
>> license:        GPL
>> author:         Qumranet
>> version:        kvm-52
>> srcversion:     E46DE2B98872EDFF6C75BE1
>> depends:
>> vermagic:       2.6.20-1.2320.fc5smp SMP mod_unload 686 4KSTACKS
>>
>> [root@localhost ~]# modinfo kvm-intel
>> filename:       /lib/modules/2.6.20-1.2320.fc5smp/extra/kvm-intel.ko
>> license:        GPL
>> author:         Qumranet
>> version:        kvm-52
>> srcversion:     F7E80D6C3124584F75EDAAF
>> depends:        kvm,kvm
>> vermagic:       2.6.20-1.2320.fc5smp SMP mod_unload 686 4KSTACKS
>> parm:           bypass_guest_pf:bool
>>
>>
>> [root@localhost 
>> kvm-52]# /usr/local/kvm/bin/qemu-system-x86_64 -hda /dev/sdc -cdrom /mnt/distribs/Fedora-8-i386-DVD.iso -m 
>> 256 -vnc :0 -net nic -net tap,script=/usr/local/bin/tapup -monitor stdio
>> QEMU 0.9.0 monitor - type 'help' for more information
>> (qemu) stop
>> (qemu) migrate "exec:dd of=STATEFILE"
>> BUG: kvm_dirty_pages_log_change: invalid parameters
>> Could not start migration
>>
>>   
>>     
>
> Probably due to this being a 32-bit host.  We'll look into it.
>   
no avi, it related to the new userspace allocation & qemu new mapping 
that we use
it can be fixed very easily but i talked with uri and we agreed to fix 
it when he get the migration more stable on his place first.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Migration doesn't working at all for me
       [not found] ` <200711201338.56367.apatrushev-P4LcZvF7pruHXe+LvDLADg@public.gmane.org>
@ 2007-11-20  9:49   ` Avi Kivity
       [not found]     ` <4742ADBC.1070803-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Avi Kivity @ 2007-11-20  9:49 UTC (permalink / raw)
  To: apatrushev-P4LcZvF7pruHXe+LvDLADg
  Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Anton Patrushev wrote:
> [root@localhost ~]# uname -a
> Linux localhost.localdomain 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 
> EDT 2007 i686 i686 i386 GNU/Linux
>
> [root@localhost ~]# modinfo kvm
> filename:       /lib/modules/2.6.20-1.2320.fc5smp/extra/kvm.ko
> license:        GPL
> author:         Qumranet
> version:        kvm-52
> srcversion:     E46DE2B98872EDFF6C75BE1
> depends:
> vermagic:       2.6.20-1.2320.fc5smp SMP mod_unload 686 4KSTACKS
>
> [root@localhost ~]# modinfo kvm-intel
> filename:       /lib/modules/2.6.20-1.2320.fc5smp/extra/kvm-intel.ko
> license:        GPL
> author:         Qumranet
> version:        kvm-52
> srcversion:     F7E80D6C3124584F75EDAAF
> depends:        kvm,kvm
> vermagic:       2.6.20-1.2320.fc5smp SMP mod_unload 686 4KSTACKS
> parm:           bypass_guest_pf:bool
>
>
> [root@localhost 
> kvm-52]# /usr/local/kvm/bin/qemu-system-x86_64 -hda /dev/sdc -cdrom /mnt/distribs/Fedora-8-i386-DVD.iso -m 
> 256 -vnc :0 -net nic -net tap,script=/usr/local/bin/tapup -monitor stdio
> QEMU 0.9.0 monitor - type 'help' for more information
> (qemu) stop
> (qemu) migrate "exec:dd of=STATEFILE"
> BUG: kvm_dirty_pages_log_change: invalid parameters
> Could not start migration
>
>   

Probably due to this being a 32-bit host.  We'll look into it.


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Migration doesn't working at all for me
       [not found]         ` <4742AD65.6020101-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-11-20  9:54           ` Avi Kivity
  0 siblings, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2007-11-20  9:54 UTC (permalink / raw)
  To: Izik Eidus
  Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	apatrushev-P4LcZvF7pruHXe+LvDLADg

Izik Eidus wrote:
>>
>> Probably due to this being a 32-bit host.  We'll look into it.
>>   
> no avi, it related to the new userspace allocation & qemu new mapping 
> that we use
> it can be fixed very easily but i talked with uri and we agreed to fix 
> it when he get the migration more stable on his place first.
>

Ah okay.  Thanks.


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-20  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-20  8:38 Migration doesn't working at all for me Anton Patrushev
     [not found] ` <200711201338.56367.apatrushev-P4LcZvF7pruHXe+LvDLADg@public.gmane.org>
2007-11-20  9:49   ` Avi Kivity
     [not found]     ` <4742ADBC.1070803-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-20  9:48       ` Izik Eidus
     [not found]         ` <4742AD65.6020101-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-20  9:54           ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox