Re: [kvm-devel] Solaris 10 doesn't work under KVM

2007-01-29 Thread Avi Kivity
Waba wrote: On Sun, Jan 28, 2007 at 09:27:26PM +0200, Avi Kivity wrote: The qemu BIOS complains that it can't boot from the CDROM (sol-10-u3-ga-x86-v1.iso). This happens with and without kvm. Do I need some other image? 'file' says: /data/images/solaris/sol-10-u3-ga-x86-v1.iso: ISO

Re: [kvm-devel] Solaris 10 doesn't work under KVM

2007-01-29 Thread Avi Kivity
Avi Kivity wrote: Waba wrote: On Sun, Jan 28, 2007 at 09:27:26PM +0200, Avi Kivity wrote: The qemu BIOS complains that it can't boot from the CDROM (sol-10-u3-ga-x86-v1.iso). This happens with and without kvm. Do I need some other image? 'file' says:

Re: [kvm-devel] Guest support status page

2007-01-29 Thread Fabian Deutsch
Hey, It's working for me under 2.6.19-1.2895.fc6. Is there anything in dmesg? What form does the failure take? Well, after stressing the guest a couple of times for a couple of seconds, it starts to use 100% and the guest doesn't respond anymore. # uname -a Linux

Re: [kvm-devel] Guest support status page

2007-01-29 Thread Avi Kivity
Fabian Deutsch wrote: Okay, good... If it was you who put 2.6.19-1.2895.fc6 as non-working in the wiki, then please remove it :) Yesterday everything seemed to be fine - I cleaned everything: removed old modules and binaries and built kvm-12 - but today I discovered that

[kvm-devel] [ kvm-Bugs-1647097 ] Newer SVN versions - unknown symbols

2007-01-29 Thread SourceForge.net
Bugs item #1647097, was opened at 2007-01-29 14:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=893831aid=1647097group_id=180599 Please note that this message will contain a full copy of

Re: [kvm-devel] Clock running at double speed in guest

2007-01-29 Thread Tim Chen
On Sun, 2007-01-28 at 01:37 -0800, Dor Laor wrote: Mean while try clock=pit in the guest's kernel command line. Mmmm..., this does not fix the problem. So perhaps it is not due to missing clock ticks. Tim - Take

[kvm-devel] [patch] sync user-mode code to KVM_API_VERSION change in kernel code introduced in 4356

2007-01-29 Thread Gregory Haskins
--- user/kvmctl.c (revision 4356) +++ user/kvmctl.c (working copy) @@ -23,7 +23,7 @@ #include errno.h #include kvmctl.h -#define EXPECTED_KVM_API_VERSION 2 +#define EXPECTED_KVM_API_VERSION 3 #if EXPECTED_KVM_API_VERSION != KVM_API_VERSION #error libkvm: userspace and kernel