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

2007-01-24 Thread Avi Kivity
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 migh

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

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

2007-01-24 Thread Avi Kivity
Anthony Liguori wrote: > Howdy, > > I have a bit of an odd request. I've been using tailor to mirror KVM > in mercurial which is my preferred SCM. This has worked quite well up > until sometime in December when tailor started throwing errors. > > I finally got around to looking into it and disc

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

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/ext

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

2007-01-24 Thread Muli Ben-Yehuda
On Wed, Jan 24, 2007 at 09:19:56PM -0600, Anthony Liguori wrote: > If commit messages aren't valid UTF-8, SVN generates invalid XML. While > SVN should probably generate an error when committing non-UTF8 messages, > we shouldn't be doing it in the first place. Agreed. > Is there any way to fi

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

2007-01-24 Thread Anthony Liguori
Howdy, I have a bit of an odd request. I've been using tailor to mirror KVM in mercurial which is my preferred SCM. This has worked quite well up until sometime in December when tailor started throwing errors. I finally got around to looking into it and discovered the source of the problem.

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

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

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

2007-01-24 Thread dormando
For what it's worth, I'm seeing this too. However instead of a kernel panic usually the screen just locks, and the keyboard lights start blinking on the laptop :) I have had success unloading both kvm_intel and kvm within the suspend scripts, then reloading after unsuspend. Jeremy Katz wrote:

[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] 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 migh

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 hallu

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

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 act

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

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

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 res

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

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

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

[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] [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 inter

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

2007-01-24 Thread Uri Lublin
I was merely pointing out the cause of the problem, and offering a couple of ways for solving it. Of course, there may be other solutions. A valid alternative, which I did not mention due to a possibly long waiting time, is to wait for KVM (and/or a newer Linux kernel version) to be included in

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 b

[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=detail&atid=893831&aid=1643355&group_id=180599 Please note that this message will contain a full copy

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

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 suppor

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 ke

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: > > [] :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 piece of