From: David A. <da...@bo...> - 2008-04-25 03:06:53
|
If I suspend my host while running a Windows XP guest, the whole machine crashes, so I was hoping to automate hibernation of the guest OS and integrate that into my host's suspend process. Does anyone know how to do that? TIA, -- Dave Abrahams Boost Consulting http://boost-consulting.com |
From: Cam M. <ca...@cs...> - 2008-04-25 21:57:58
|
David Abrahams wrote: > If I suspend my host while running a Windows XP guest, the whole machine > crashes, so I was hoping to automate hibernation of the guest OS and > integrate that into my host's suspend process. Does anyone know how to > do that? > Hi Dave, What host OS are you running? Cam |
From: David A. <da...@bo...> - 2008-04-25 23:31:36
|
Cam Macdonell wrote: > David Abrahams wrote: >> If I suspend my host while running a Windows XP guest, the whole machine >> crashes, so I was hoping to automate hibernation of the guest OS and >> integrate that into my host's suspend process. Does anyone know how to >> do that? >> > > Hi Dave, > > What host OS are you running? Ubuntu 8.04 Hardy Heron -- Dave Abrahams Boost Consulting http://boost-consulting.com |
From: Avi K. <av...@qu...> - 2008-04-26 06:46:56
|
David Abrahams wrote: > Cam Macdonell wrote: > >> David Abrahams wrote: >> >>> If I suspend my host while running a Windows XP guest, the whole machine >>> crashes, so I was hoping to automate hibernation of the guest OS and >>> integrate that into my host's suspend process. Does anyone know how to >>> do that? >>> >>> >> Hi Dave, >> >> What host OS are you running? >> > > Ubuntu 8.04 Hardy Heron > It's certainly new enough to support suspend/resume with running VMs. What kernel does it have? -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. |
From: David A. <da...@bo...> - 2008-04-27 20:07:29
|
Avi Kivity wrote: > David Abrahams wrote: >> Cam Macdonell wrote: >> >>> David Abrahams wrote: >>> >>>> If I suspend my host while running a Windows XP guest, the whole >>>> machine >>>> crashes, so I was hoping to automate hibernation of the guest OS and >>>> integrate that into my host's suspend process. Does anyone know how to >>>> do that? >>>> >>>> >>> Hi Dave, >>> >>> What host OS are you running? >>> >> >> Ubuntu 8.04 Hardy Heron >> > > It's certainly new enough to support suspend/resume with running VMs. > What kernel does it have? $ uname -a Linux mcbain 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 GNU/Linux -- Dave Abrahams Boost Consulting http://boost-consulting.com |
From: Avi K. <av...@qu...> - 2008-04-26 06:47:36
|
David Abrahams wrote: > If I suspend my host while running a Windows XP guest, the whole machine > crashes, so I was hoping to automate hibernation of the guest OS and > integrate that into my host's suspend process. Does anyone know how to > do that? > > It's doable (not sure how), but kvm ought not to crash when resuming. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. |
From: David A. <da...@bo...> - 2008-04-27 20:07:57
|
Avi Kivity wrote: > David Abrahams wrote: >> If I suspend my host while running a Windows XP guest, the whole machine >> crashes, so I was hoping to automate hibernation of the guest OS and >> integrate that into my host's suspend process. Does anyone know how to >> do that? >> >> > > It's doable (not sure how), but kvm ought not to crash when resuming. Surely. Of course I would prefer for that bug to be fixed ;-) -- Dave Abrahams Boost Consulting http://boost-consulting.com |
From: David A. <da...@bo...> - 2008-05-15 00:50:03
|
on Sat Apr 26 2008, Avi Kivity <avi-AT-qumranet.com> wrote: > David Abrahams wrote: >> If I suspend my host while running a Windows XP guest, the whole machine >> crashes, so I was hoping to automate hibernation of the guest OS and >> integrate that into my host's suspend process. Does anyone know how to >> do that? >> >> > > It's doable (not sure how), but kvm ought not to crash when resuming. If I run the same disk image using virt-manager I can suspend it quickly through the virt-manager interface (or virsh), and suspend/resume works. However, I don't know how to replicate the networking I get from kvm -no-acpi -smp 1 -m 1000 -redir tcp:3389::3389 -usb -usbdevice tablet -boot c /mnt/usr_local/vm/xp-overlay.qcow2 which is my usual launch command. In particular, I don't know how to reproduce the -redir tcp:3389::3389 in that VM file, and the guest seems to think it's running on different hardware. If I could figure out how to get the equivalent of virsh's suspend command when invoking kvm from the command line, or how to get virtual-manager to run my existing VM as-is, I'd be all set. Knowing both would be best of all ;-) Any hints? -- Dave Abrahams BoostPro Computing http://www.boostpro.com |