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
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)
>
>> 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
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
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