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

2007-02-07 Thread Waba
On Wed, Feb 07, 2007 at 11:42:01AM +0200, Avi Kivity wrote: > ok. please keep the patch applied, and an addition: > > - change '#undef AUDIT' to '#define AUDIT' in mmu.c > - in the same file, change 'static int dbg = 1;' to 'static int dbg = 0;' > - 'echo 9 > /proc/sysrq-trigger' > > and run aga

Re: [kvm-devel] Invalid module format error

2007-02-07 Thread Rusty Russell
On Wed, 2007-02-07 at 13:32 -0600, [EMAIL PROTECTED] wrote: > hi, > >I am trying to install kvm on my Dell inspiron 6400 with opensuse 10.2 > (uname -r = 2.6.18.2-34-default). I download the kvm-12.tar.gz package from > sourceForge and followed the steps : > > tar xzf kvm-release.tar.gz >

[kvm-devel] Invalid module format error

2007-02-07 Thread okhan
hi, I am trying to install kvm on my Dell inspiron 6400 with opensuse 10.2 (uname -r = 2.6.18.2-34-default). I download the kvm-12.tar.gz package from sourceForge and followed the steps : tar xzf kvm-release.tar.gz cd kvm-release ./configure --prefix=/usr/local/kvm make sudo make install

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

2007-02-07 Thread Avi Kivity
Waba wrote: >> Waba, can you apply the attached patch and post dmesg after the error >> occurs? (it also has a small fix which may help). >> > > No luck with the fix, it stills SIGILLs :( Here is the dmesg: > > [ 4800.373717] cr0_wp: 1 (before) > [ 4808.442199] kvm: emulating exchange as wri

Re: [kvm-devel] [PATCH] kvm compat patch

2007-02-07 Thread Avi Kivity
Markus Rechberger wrote: > Attached another patch, I haven't touched the LINUX_VERSION_CODE include > check in kvm.h > > Signed-off-by: Markus Rechberger <[EMAIL PROTECTED]> > Applied, thanks. Adding an empty include/linux/mutex.h is enough to get rid of the #ifdef. -- Do not meddle in the

Re: [kvm-devel] [PATCH] fix 32 bit guest freeze on second reboot

2007-02-07 Thread Avi Kivity
Joerg Roedel wrote: > From: Joerg Roedel <[EMAIL PROTECTED]> > > This patch fixes a bug detected with 32 bit Linux guests. There the > second try to reboot hangs the guest machine. It seems to be necessary > to fix all dataseg registers for 32 bit guests. This time with a patch > attached. > > Sign

Re: [kvm-devel] [PATCH] qemu binary should depend on libkvm.a

2007-02-07 Thread Avi Kivity
Muli Ben-Yehuda wrote: > Without this patch making a change to libkvm.a will not cause the qemu > binary to be re-linked. Tested on x86-64. > Applied, thanks. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. -

Re: [kvm-devel] [PATCH 0 of 7] dont exit() from libkvm

2007-02-07 Thread Avi Kivity
[EMAIL PROTECTED] wrote: > This patchset removes calls to exit() from libkvm to make it more > friendly to callers. qemu is updated to exit() itself if kvm_run() > returns. > > Tested by booting WinXP on x86-64. > > Applied, thanks. Note there's no need for such fine patch granularity, especia

Re: [kvm-devel] Now that 2.6.20 is out

2007-02-07 Thread Avi Kivity
Michael Riepe wrote: > which is the right user-space release to use the built-in kvm? > > My tools from the trunk kill the Core Duo, probably due to an interface > mismatch. > kvm-12 lags behind 2.6.20 somewhat. I'll release kvm-13 shortly which will match 2.6.20, followed by kvm-14 which wi