Re: [kvm-devel] KVM 12 and BUG with preempt kernel

2007-01-24 Thread roucaries bastien
teThis time cc kvm-devel Problem summary: My host kernel oops: Unable to handle kernel paging request at b7f8143d RIP: [88376d73] :kvm:paging32_gva_to_gpa+0x43/0x120 On 1/24/07, Avi Kivity [EMAIL PROTECTED] wrote: roucaries bastien wrote: Hi, First thank for your nice

Re: [kvm-devel] compiler problem in Read Hat ES 4

2007-01-24 Thread Francesc
Uri Lublin wrote: Hi Frank, It seems it would be easier if you'd build kvm on a more recent linux kernel (version 2.6.16 or later). You could not make the kvm modules because 2.6.9 kernel does not use Kbuild, but expects that information to be in the Makefile. So... I typed cd kernel; mv

Re: [kvm-devel] compiler problem in Read Hat ES 4

2007-01-24 Thread Michael Riepe
Hi! Francesc wrote: I have install 2.6.19.2 kernel in Red Hat and I have got .ko files at last !! But it seems if there is a problem when I try to load the module: modprobe kvm-intel FATAL: Error inserting kvm_intel (/lib/modules/2.6.19.2/extra/kvm-intel.ko): Operation not supported

[kvm-devel] [PATCH] kvm-12 userland guest reboot fix

2007-01-24 Thread Joerg Roedel
From: Markus Rechberger [EMAIL PROTECTED] From: Joerg Roedel [EMAIL PROTECTED] This patch fixes the initialization of the segment registers which solves the triple fault and keyboard controller reset problems in kvm/qemu guests as well as the slow grub menu interaction. This works for SVM now, it

[kvm-devel] [ kvm-Bugs-1643355 ] Win2K3 server totally unstable

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

Re: [kvm-devel] KVM 12 and BUG with preempt kernel

2007-01-24 Thread Avi Kivity
roucaries bastien wrote: It seems yes (10 boots). Good. I'll commit the patch. Nethertheless I think it is time to report another bug (present without this patch therefore unrelated). Unfortunatly I have no trace because it crash my machine and I do not manage to find it. If I booot my

Re: [kvm-devel] [PATCH] kvm-12 userland guest reboot fix

2007-01-24 Thread Avi Kivity
Joerg Roedel wrote: From: Markus Rechberger [EMAIL PROTECTED] From: Joerg Roedel [EMAIL PROTECTED] This patch fixes the initialization of the segment registers which solves the triple fault and keyboard controller reset problems in kvm/qemu guests as well as the slow grub menu interaction.

[kvm-devel] kvm/qemu: apic sync with latest official qemu source

2007-01-24 Thread Rechberger, Markus
This patch is a sync with the latest apic code in the qemu repository, this fixes a system crash after linux tries to set up apic after the first reboot. Signed-off-by: Markus Rechberger [EMAIL PROTECTED] apic-patch.diff Description: apic-patch.diff

Re: [kvm-devel] kvm/qemu: apic sync with latest official qemu source

2007-01-24 Thread Avi Kivity
Rechberger, Markus wrote: This patch is a sync with the latest apic code in the qemu repository, this fixes a system crash after linux tries to set up apic after the first reboot. I'm worried that a partial sync can introduce bugs. Did you test this with a Windows guest as well? (we

Re: [kvm-devel] [PATCH] kvm-12 userland guest reboot fix

2007-01-24 Thread Joerg Roedel
On Wed, Jan 24, 2007 at 03:47:58PM +0200, Avi Kivity wrote: Joerg Roedel wrote: From: Markus Rechberger [EMAIL PROTECTED] From: Joerg Roedel [EMAIL PROTECTED] This patch fixes the initialization of the segment registers which solves the triple fault and keyboard controller reset problems in

Re: [kvm-devel] [PATCH] kvm-12 userland guest reboot fix

2007-01-24 Thread Avi Kivity
Joerg Roedel wrote: On Wed, Jan 24, 2007 at 03:47:58PM +0200, Avi Kivity wrote: Joerg Roedel wrote: From: Markus Rechberger [EMAIL PROTECTED] From: Joerg Roedel [EMAIL PROTECTED] This patch fixes the initialization of the segment registers which solves the triple fault and

Re: [kvm-devel] KVM 12 and BUG with preempt kernel

2007-01-24 Thread roucaries bastien
On 1/24/07, Avi Kivity [EMAIL PROTECTED] wrote: roucaries bastien wrote: It seems yes (10 boots). Good. I'll commit the patch. Nethertheless I think it is time to report another bug (present without this patch therefore unrelated). Unfortunatly I have no trace because it crash my

Re: [kvm-devel] KVM 12 and BUG with preempt kernel

2007-01-24 Thread Avi Kivity
roucaries bastien wrote: Nethertheless I think it is time to report another bug (present without this patch therefore unrelated). Unfortunatly I have no trace because it crash my machine and I do not manage to find it. If I booot my debian guest with framebuffer activated after 20s to

[kvm-devel] Oops after resume from suspend

2007-01-24 Thread Jeremy Katz
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

Re: [kvm-devel] Oops after resume from suspend

2007-01-24 Thread Dor Laor
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

Re: [kvm-devel] Oops after resume from suspend

2007-01-24 Thread Anthony Liguori
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

[kvm-devel] KVM, AMD Interrupts

2007-01-24 Thread Matthew Hall
Hi Avi, I spoke to you a while ago on #kvm on freenode - I had a problem with ide ops on an amd svm host with kvm. The issues regarded the inability to access ida devices (hda/hdc) under qemu kvm on my host - if this triggers your memory... The last point I got to was that it was kvm and amd

Re: [kvm-devel] KVM, AMD Interrupts

2007-01-24 Thread Anthony Liguori
Matthew Hall wrote: Hi Avi, I spoke to you a while ago on #kvm on freenode - I had a problem with ide ops on an amd svm host with kvm. The issues regarded the inability to access ida devices (hda/hdc) under qemu kvm on my host - if this triggers your memory... The last point I got to

Re: [kvm-devel] Using UTF-8 encodings for SVN commit message

2007-01-24 Thread Anthony Liguori
FYI, the follow patch is a work-around for this particular problem. It'll only work for this particular changeset but just in case anyone else is interested in using tailor with KVM I thought I'd post it. Regards, Anthony Liguori Anthony Liguori wrote: Howdy, I have a bit of an odd

Re: [kvm-devel] compiler problem in Read Hat ES 4

2007-01-24 Thread Francesc
Michael Riepe wrote: Hi! Francesc wrote: I have install 2.6.19.2 kernel in Red Hat and I have got .ko files at last !! But it seems if there is a problem when I try to load the module: modprobe kvm-intel FATAL: Error inserting kvm_intel (/lib/modules/2.6.19.2/extra/kvm-intel.ko):

Re: [kvm-devel] compiler problem in Read Hat ES 4

2007-01-24 Thread Michael Riepe
Hi! Francesc wrote: Thank's. You were absolutely right. Virtualization was disbled. I enabled it and module seems to load. The only thing is that I get this message: kvm: no version for struct_module found: kernel tainted. kvm: msrs: 2 does it mean any trouble? Usually not. It may be

Re: [kvm-devel] KVM, AMD Interrupts

2007-01-24 Thread Avi Kivity
Matthew Hall wrote: Hi Avi, I spoke to you a while ago on #kvm on freenode - I had a problem with ide ops on an amd svm host with kvm. The issues regarded the inability to access ida devices (hda/hdc) under qemu kvm on my host - if this triggers your memory... The last point I got to