Jeremy Katz wrote: > When using kvm on my laptop, I get the following oops if I try using kvm > after a suspend (ACPI S3)/resume cycle. At first I thought it went away > if I unloaded the module before suspending and then reloading it > afterwards, but I can't reproduce that working now, so I might have just > been hallucinating. Thoughts of things to try? >
Module unload/reload should work. Can you try adding printks in hardware_disable() and hardware_enable()? For real suspend support, we need to flush any cached state on Intel cpus (vmcs_clear), and to do the hardware_disable()/hardware_enable() cycle. Should be easy. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel