* QEMU/KVM reboot after loading from statefile
@ 2007-12-05 22:38 Lukasz Lempart
[not found] ` <4ced24c0712051438vfb58acdq27507a819c0d875c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Lukasz Lempart @ 2007-12-05 22:38 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1.1: Type: text/plain, Size: 1492 bytes --]
Hi,
I am having a problem with starting qemu/kvm from a previously saved
statefile. qemu/kvm starts and the console output is the same as when I
initially stopped the vm and saved state. However, after a 'cont' the guest
reboots (i.e. takes me back to the grub menu).
The specs for my setup are as follows:
kvm version: 55 (same issue with 52, and when attempted with 44 instead of
going back to the grub screen the vm would just freeze)
host cpu model: Intel Core 2 Quad
host kernel: 2.6.22.9-61.fc6
host kernel arch: x86_64
guest OS: Linux
guest kernel: 2.6.21-1.3194.fc7
guest bitness: 64
command line: qemu-system-x86_64 -hda vdisk.img -m 384
qemu-system-x86_64 -hda vdisk.img -m 384 -incoming
stdio < user
The first is what I initially use before I have created a statefile while
the second attmpts to load with statefile named "user".
To save a statefile I am issuing the following commands in the monitor:
stop
migrate_set_speed 4095m
migrate "exec:dd of=user"
And when I run with the statefile the only command executed in the monitor
is:
cont
Is this a known bug, or am I doing somethign wrong (i.e. using an
incompatible kernel version)?
Any help would be greatly appreciated as I am attempting to get this working
for a school project. Please e-mail me at lempart-e94Sedi4moU@public.gmane.org with any
suggestions/solutions to the problem (I am not currently a member of the
mailing list).
Thank you in advance for all your help.
Lukasz Lempart
[-- Attachment #1.2: Type: text/html, Size: 1960 bytes --]
[-- Attachment #2: Type: text/plain, Size: 309 bytes --]
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
[-- Attachment #3: Type: text/plain, Size: 186 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <4ced24c0712051438vfb58acdq27507a819c0d875c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: QEMU/KVM reboot after loading from statefile [not found] ` <4ced24c0712051438vfb58acdq27507a819c0d875c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2007-12-06 11:13 ` Uri Lublin [not found] ` <4757D956.2010507-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Uri Lublin @ 2007-12-06 11:13 UTC (permalink / raw) To: Lukasz Lempart; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Lukasz Lempart wrote: > Hi, > > I am having a problem with starting qemu/kvm from a previously saved > statefile. qemu/kvm starts and the console output is the same as when > I initially stopped the vm and saved state. However, after a 'cont' > the guest reboots (i.e. takes me back to the grub menu). > > The specs for my setup are as follows: > > kvm version: 55 (same issue with 52, and when attempted with 44 > instead of going back to the grub screen the vm would just freeze) > > Is this a known bug, or am I doing somethign wrong (i.e. using an > incompatible kernel version)? > Any help would be greatly appreciated as I am attempting to get this > working for a school project. Please e-mail me at lempart-e94Sedi4moU@public.gmane.org > <mailto:lempart-e94Sedi4moU@public.gmane.org> with any suggestions/solutions to the > problem (I am not currently a member of the mailing list). > > Thank you in advance for all your help. > > Lukasz Lempart It is a known bug. Migration is currently broken. I'm working on it. ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <4757D956.2010507-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: QEMU/KVM reboot after loading from statefile [not found] ` <4757D956.2010507-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-12-06 15:11 ` Lukasz Lempart 0 siblings, 0 replies; 3+ messages in thread From: Lukasz Lempart @ 2007-12-06 15:11 UTC (permalink / raw) To: Uri Lublin; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f [-- Attachment #1.1: Type: text/plain, Size: 1186 bytes --] On Dec 6, 2007 5:13 AM, Uri Lublin <uril-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote: > Lukasz Lempart wrote: > > Hi, > > > > I am having a problem with starting qemu/kvm from a previously saved > > statefile. qemu/kvm starts and the console output is the same as when > > I initially stopped the vm and saved state. However, after a 'cont' > > the guest reboots (i.e. takes me back to the grub menu). > > > > The specs for my setup are as follows: > > > > kvm version: 55 (same issue with 52, and when attempted with 44 > > instead of going back to the grub screen the vm would just freeze) > > > > Is this a known bug, or am I doing somethign wrong (i.e. using an > > incompatible kernel version)? > > Any help would be greatly appreciated as I am attempting to get this > > working for a school project. Please e-mail me at lempart-e94Sedi4moU@public.gmane.org > > <mailto:lempart-e94Sedi4moU@public.gmane.org> with any suggestions/solutions to the > > problem (I am not currently a member of the mailing list). > > > > Thank you in advance for all your help. > > > > Lukasz Lempart > It is a known bug. Migration is currently broken. I'm working on it. > Thank you very much. [-- Attachment #1.2: Type: text/html, Size: 1760 bytes --] [-- Attachment #2: Type: text/plain, Size: 309 bytes --] ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 [-- Attachment #3: Type: text/plain, Size: 186 bytes --] _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-12-06 15:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 22:38 QEMU/KVM reboot after loading from statefile Lukasz Lempart
[not found] ` <4ced24c0712051438vfb58acdq27507a819c0d875c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-12-06 11:13 ` Uri Lublin
[not found] ` <4757D956.2010507-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-12-06 15:11 ` Lukasz Lempart
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox