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
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
>
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
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
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
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
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.
-
[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
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