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

2007-06-23 Thread Avi Kivity
Rusty Russell wrote: > 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 app

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

2007-06-23 Thread Avi Kivity
Gregory Haskins wrote: > 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)

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

2007-06-23 Thread Zhao, Yunfeng
> >> boot windows 2003 with ACPI enabled FAIL >> 8. boot 32 bits vista FAIL >> 9. boot Windows xp with ACPI enabled FAIL >> 10. boot Windows 2000 without ACPI FAIL >> > >All these are known to work. Were these installed wit

[kvm-devel] KVM-28 + RHEL5 = mouse disappears

2007-06-23 Thread Alessandro Sardo
Hello list, I am experiencing the following problem with the latest KVM release. Whenever I start a guest and click on its window, the mouse cursor will "disappear" (actually, it just gets stuck in one of the corners and will not move away from there). So, mouse inside the guest is totally unus

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

2007-06-23 Thread Avi Kivity
Dong, Eddie wrote: > 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