[PATCH] kvm-unittests: Fix apic unittest for latest qemu-kvm

2012-05-08 Thread Joerg Roedel
Since commit b334ec56 in qemu-kvm the use of irqlines > 15 is not supported anymore. This causes the apic unittest to fail since this commit. Since the commit-msg explicitly states that potential users of this needs to be fixed, here is the fix which uses irq lines 14 and 15 instead in the unittest

Re: [PATCH] kvm-unittests: Fix apic unittest for latest qemu-kvm

2012-05-08 Thread Amos Kong
On 08/05/12 23:17, Joerg Roedel wrote: Since commit b334ec56 in qemu-kvm the use of irqlines> 15 is not supported anymore. This causes the apic unittest to fail since this commit. Since the commit-msg explicitly states that potential users of this needs to be fixed, here is the fix which uses ir

Re: [PATCH] kvm-unittests: Fix apic unittest for latest qemu-kvm

2012-05-14 Thread Avi Kivity
On 05/08/2012 06:17 PM, Joerg Roedel wrote: > Since commit b334ec56 in qemu-kvm the use of irqlines > 15 > is not supported anymore. This causes the apic unittest to > fail since this commit. Since the commit-msg explicitly > states that potential users of this needs to be fixed, here > is the fix