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

2007-02-13 Thread Waba
On Mon, Feb 12, 2007 at 11:48:49AM +0200, Avi Kivity wrote: Let's look at the control registers at the time of the SIGILL. Can you reproduce the error with the attached patch and send dmesg? #ud: cr0 8005002b (8005003b) cr4 b8 (b8) Qemu also aborted with unhandled vm exit: 08 or similar, but

Re: [kvm-devel] KVM 32bit support broken in SVN?

2007-02-13 Thread Daniel Hecken
Hello! I can confirm what Anthony tracked down. Avi or anybody else, do you have an idea what the cause can be? Daniel Hecken Anthony Liguori schrieb: I've been tracking down a rather strange SEGV in SVN. I'm on a 32bit SVM system. I think people are seeing the same on 32bit VMX.

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

2007-02-13 Thread Avi Kivity
Waba wrote: On Mon, Feb 12, 2007 at 11:48:49AM +0200, Avi Kivity wrote: Let's look at the control registers at the time of the SIGILL. Can you reproduce the error with the attached patch and send dmesg? #ud: cr0 8005002b (8005003b) cr4 b8 (b8) Qemu also aborted with unhandled vm

Re: [kvm-devel] Disk I/O statistics support

2007-02-13 Thread Igor Lvovsky
Hi Anthony, First of all, thanks for your comments. I'll try to add disk statistics to other formats and push it to QEMU too, but it may take some time. Regards, Igor Lvovsky -Original Message- From: Dor Laor Sent: Tuesday, February 13, 2007 9:27 AM To:

[kvm-devel] [PATCH resend #1] restore previous KERNELDIR behavior

2007-02-13 Thread Muli Ben-Yehuda
My patch to fix the --kerneldir option to configure caused a subtle change in behavior when --kerneldir wasn't specified. Previously, kernel/Makefile would set KERNELDIR to /lib/modules/xxx. The fix caused it to be set to $(readlink -f /lib/modules/xxx) (via config.mak). Normally this wouldn't