[kvm-devel] Release: VMKnoppix_x86&x86_64(with httpfs, ftpfs, http-fuse) & ISO file for HttpDisk

2007-06-22 Thread Kuniyasu Suzaki
Dear, We released new VMKnoppix(with httpfs,ftpfs, http-fuse) for x86 and x86_64. http://unit.aist.go.jp/itri/knoppix/vmknoppix/index-en.html We also released ISO file for HttpDisk with Win-QEMU and VMKnoppix. http://openlab.jp/oscircular/httpdisk/index.html They boot Guest-OS with a ISO f

[kvm-devel] [ kvm-Bugs-1741312 ] Creating multiple guests simultaniously may fail

2007-06-22 Thread SourceForge.net
Bugs item #1741312, was opened at 2007-06-22 15:08 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=1741312&group_id=180599 Please note that this message will contain a full copy

[kvm-devel] [ kvm-Bugs-1741314 ] can not boot IA32e RHEL 4u3 guest with -no-acpi

2007-06-22 Thread SourceForge.net
Bugs item #1741314, was opened at 2007-06-22 15:12 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=1741314&group_id=180599 Please note that this message will contain a full copy

[kvm-devel] [ kvm-Bugs-1741316 ] Some ltp cases fail on KVM guests

2007-06-22 Thread SourceForge.net
Bugs item #1741316, was opened at 2007-06-22 15:14 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=1741316&group_id=180599 Please note that this message will contain a full copy

[kvm-devel] [ kvm-Bugs-1741318 ] Cannot boot IA32e windows guest

2007-06-22 Thread SourceForge.net
Bugs item #1741318, was opened at 2007-06-22 15:16 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=1741318&group_id=180599 Please note that this message will contain a full copy

Re: [kvm-devel] In kernel PIC support: kernel patch

2007-06-22 Thread Dong, Eddie
Gregory Haskins wrote: > On Fri, 2007-06-22 at 10:09 +0800, Dong, Eddie wrote: >> Avi Kivity wrote: >>> >>> Eddie, is that what you were driving at in your simplification >>> attempt? >>> >> Yes, some minor thing: >> KVM_ISA_INTERRUPT: Per VM I/F, and need an irq line and irq level. >> KVM_IOAPI

[kvm-devel] KVM ABAT Test Result, a37b5887afcf6f1ee8cfd885ec9c7279ac14fa30

2007-06-22 Thread Zhao, Yunfeng
Hi all We ran an ABAT testing against latest KVM git. Here is the testing report. Issue list 1. Could not create kvm guest with memory >=2040 https://sourceforge.net/tracker/index.php?func=detail&aid=1736307&group_ id=180599&atid=893831 2.

Re: [kvm-devel] [PATCH] SVM: reliably detect if SVM was disabled by BIOS

2007-06-22 Thread Joerg Roedel
On Fri, Jun 22, 2007 at 12:30:48PM +0300, Avi Kivity wrote: > Joerg Roedel wrote: > > From: Joerg Roedel <[EMAIL PROTECTED]> > > > > This patch adds an implementation to the svm is_disabled function to > > detect reliably if the BIOS disabled the SVM feature in the CPU. This > > fixes the issues wi

Re: [kvm-devel] In kernel PIC support: kernel patch

2007-06-22 Thread Avi Kivity
Gregory Haskins wrote: > On Thu, 2007-06-21 at 19:31 +0300, Avi Kivity wrote: > > >> Wait. Looks like APIs are changing meaning according to some mode. >> Confusion. >> >> How about: >> >> KVM_INTERRUPT == inject this vector now >> KVM_EXTINT == drives the processor's interrupt pin (this is han

Re: [kvm-devel] [PATCH] SVM: reliably detect if SVM was disabled by BIOS

2007-06-22 Thread Avi Kivity
Joerg Roedel wrote: > From: Joerg Roedel <[EMAIL PROTECTED]> > > This patch adds an implementation to the svm is_disabled function to > detect reliably if the BIOS disabled the SVM feature in the CPU. This > fixes the issues with kernel panics when loading the kvm-amd module on > machines where SVM

Re: [kvm-devel] [ kvm-Bugs-1740031 ] Kubuntu 7.04 fails to boot as guest- hangs after kernel boot

2007-06-22 Thread Morten Lund
On Thursday 21 June 2007 01:24, Luca wrote: > On 6/20/07, SourceForge.net <[EMAIL PROTECTED]> wrote: > > Bugs item #1740031, was opened at 2007-06-20 01:12 > > Message generated for change (Tracker Item Submitted) made by Item > > Submitter You can respond by visiting: > > https://sourceforge.net/t

Re: [kvm-devel] In kernel PIC support: kernel patch

2007-06-22 Thread Avi Kivity
Dong, Eddie wrote: First, sorry for the delayed review. > +#include "virq.h" > +#include > Includes from before includes from local directory please. > + > +/* set irq level. If an edge is detected, then the IRR is set to 1 */ > Kernel comments like this: /* * blah blah blah */ Thi

Re: [kvm-devel] In kernel PIC support: kernel patch

2007-06-22 Thread Avi Kivity
Dong, Eddie wrote: > Avi Kivity wrote: > >> Gregory Haskins wrote: >> >>> 1) KVM_ISA_INTERRUPT: In level-1 mode, this API allows the userspace >>> pic to dispatch a vector to the kernel. In level-2 mode, this allows >>> any userspace app to tickle an isa based irq line (which feeds into >

Re: [kvm-devel] KVM ABAT Test Result, a37b5887afcf6f1ee8cfd885ec9c7279ac14fa30

2007-06-22 Thread Avi Kivity
Zhao, Yunfeng wrote: > Hi all > We ran an ABAT testing against latest KVM git. Here is the > testing report. > Issue list > > 1. Could not create kvm guest with memory >=2040 > https://sourceforge.net/tracker/index.php?func=detail&aid=1736307&

Re: [kvm-devel] In kernel PIC support: kernel patch

2007-06-22 Thread Avi Kivity
Gregory Haskins wrote: > On Fri, 2007-06-22 at 10:09 +0800, Dong, Eddie wrote: > >> Avi Kivity wrote: >> >>> Eddie, is that what you were driving at in your simplification >>> attempt? >>> >>> >> Yes, some minor thing: >> KVM_ISA_INTERRUPT: Per VM I/F, and need an irq line and irq l

Re: [kvm-devel] In kernel PIC support: kernel patch

2007-06-22 Thread Gregory Haskins
On Fri, 2007-06-22 at 12:57 +0300, Avi Kivity wrote: > Gregory Haskins wrote: > > > > Unless I misunderstood Avi, I think he was suggesting that use use > > KVM_EXTINT/ISA_INTERRUPT as a way to distinguish between the dual modes > > of ISA_INTERRUPT as I have today (e.g. > > ISA_INTERRUPT(level-1)/

Re: [kvm-devel] In kernel PIC support: kernel patch

2007-06-22 Thread Gregory Haskins
On Fri, 2007-06-22 at 13:50 +0300, Avi Kivity wrote: > Dong, Eddie wrote: > > > +#include "kvm.h" > > +#include "virq.h" > > + > > +/* > > + * check if there is pending interrupt without > > + * intack. > > + */ > > +int cpu_has_interrupt(struct kvm_vcpu *v) > > +{ > > + struct pic_state2 *s = k

Re: [kvm-devel] In kernel PIC support: kernel patch

2007-06-22 Thread Gregory Haskins
On Fri, 2007-06-22 at 12:46 +0300, Avi Kivity wrote: > Gregory Haskins wrote: > > I actually kind of like the distinction you are making between the > > INTERRUPT, EXTINT, and ISA/IOAPIC APIs and keeping them consistent > > across modes. As you suggested below, the ISA/IOAPIC API probably > > shou

Re: [kvm-devel] In kernel PIC support: kernel patch

2007-06-22 Thread Dong, Eddie
Woo, we have gone through so many threads within single day and get almost everything in hand now :-) Should we make a short notes on the decision to be referenced in future (Any place to KVM I/F)? Basically we have solved the I/Fs issue and part IRQ delivery issue. Several other minor points

Re: [kvm-devel] In kernel PIC support: kernel patch

2007-06-22 Thread Rusty Russell
On Fri, 2007-06-22 at 13:50 +0300, Avi Kivity wrote: > Dong, Eddie wrote: > > + > > +/* set irq level. If an edge is detected, then the IRR is set to 1 */ > > > > Kernel comments like this: > > /* > * blah blah blah > */ > > This comment applies to the rest of the patch. For one-liners? L