Re: [kvm-devel] patch to respect kerneldir when building kernel modules

2007-02-05 Thread Muli Ben-Yehuda
On Tue, Feb 06, 2007 at 12:01:20AM -0600, [EMAIL PROTECTED] wrote: > On 2/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >Currently the kerneldir option to configure is ignored by the > >kernel/Makefile > > > >This patch fixes that, so you can build modules for your new kernel > >before boot

Re: [kvm-devel] patch to respect kerneldir when building kernel modules

2007-02-05 Thread [EMAIL PROTECTED]
On 2/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Currently the kerneldir option to configure is ignored by the kernel/Makefile This patch fixes that, so you can build modules for your new kernel before booting with it. I'd put the line in the wrong place, this is better. kvm-should-

[kvm-devel] patch to respect kerneldir when building kernel modules

2007-02-05 Thread [EMAIL PROTECTED]
Currently the kerneldir option to configure is ignored by the kernel/Makefile This patch fixes that, so you can build modules for your new kernel before booting with it. kvm-should-respect-configured-kerneldir.patch Description: Binary data --

[kvm-devel] can KVM do pci-mapping like xen?

2007-02-05 Thread [EMAIL PROTECTED]
On 2/5/07, Anthony Liguori <[EMAIL PROTECTED]> wrote: > Mathijs Kwik wrote: > > Hello, > > > > One of the features of xen that I find really interesting is the > > ability to "map" pci slots straight to the guest OS. > > > > I just recently got myself a VT-capable processor, so I started looking >

Re: [kvm-devel] can KVM do pci-mapping like xen?

2007-02-05 Thread Anthony Liguori
Mathijs Kwik wrote: > Hello, > > One of the features of xen that I find really interesting is the > ability to "map" pci slots straight to the guest OS. > > I just recently got myself a VT-capable processor, so I started looking > around. > > Since my mainboard supports 2x PCI-Ex16, I bought 2 GFX

Re: [kvm-devel] can KVM do pci-mapping like xen?

2007-02-05 Thread Muli Ben-Yehuda
On Mon, Feb 05, 2007 at 09:28:26PM +0100, Mathijs Kwik wrote: > Hello, > > One of the features of xen that I find really interesting is the > ability to "map" pci slots straight to the guest OS. > > I just recently got myself a VT-capable processor, so I started looking > around. > > Since my m

[kvm-devel] can KVM do pci-mapping like xen?

2007-02-05 Thread Mathijs Kwik
Hello, One of the features of xen that I find really interesting is the ability to "map" pci slots straight to the guest OS. I just recently got myself a VT-capable processor, so I started looking around. Since my mainboard supports 2x PCI-Ex16, I bought 2 GFX-cards. I normally use 3 monitors us

Re: [kvm-devel] frequent guest lockup (and mouse/keyboard problems)

2007-02-05 Thread Dor Laor
>> I'm trying to replicate the problem. Running your Guest on AMD operton. >> So far every thing works ;) Let's see if it last the night. >> If so I'll decrease the memory from 384 to your 80M. >> >It doesn't seem to be related to the amount of memory - I've tried >various amounts. > >The fastest w

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

2007-02-05 Thread Markus Rechberger
Avi Kivity wrote: > Muli Ben-Yehuda wrote: >>> >>> Checks on kernel version are (usually) not accepted in mainline. I >>> think I can cook up some Makefile magic to work around the #include >>> though. >>> >> >> They're never accepted. They might slip through the cracks if no one >> reviews t

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

2007-02-05 Thread Dor Laor
>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. Although it seems logical to ap

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

2007-02-05 Thread Joerg Roedel
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. Signed-off-by: Joerg Roedel <[EMAIL PR

Re: [kvm-devel] frequent guest lockup (and mouse/keyboard problems)

2007-02-05 Thread Leonard Norrgard
Seeing the message from Matthew Hall on "KVM, AMD & interrupts" (25th Jan.), I tried rebooting the host kernel with "noapic", "nolapic" and "noapic nolapic". - For noapic, no change in behaviour was seen. Mouse/keyboard problem still frequent. - For nolapic, the network didn't come up (aborted te

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

2007-02-05 Thread Joerg Roedel
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. Signed-off-by: Joerg Roedel <[EMAIL PROTECTED]> -- Joerg Roedel Opera

Re: [kvm-devel] frequent guest lockup (and mouse/keyboard problems)

2007-02-05 Thread Leonard Norrgard
Dor Laor wrote: >> The guest OS is 32-bit Debian Etch (KDE), the host AMD64 X2 5200+. >> Kvm runs in SDL, command line: kvm -m 80 -hda disk.qcow >> >> All of this happens with kvm trunk. >> > > > I'm trying to replicate the problem. Running your Guest on AMD operton. > So far every thing works