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
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
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
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
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
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
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.
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
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
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
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
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
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
>
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&
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
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)/
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
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
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
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
20 matches
Mail list logo