Re: [Qemu-devel] RFC: Add support for KVM_CAP_SPLIT_IRQCHIP

2015-10-30 Thread Matt Gingell
Hi Eric, Thanks for your feedback, I’ve made the updates you suggested. > Your diff doesn't include the usual '---' separator and diffstat > provided by 'git send-email'; making it a bit harder to see at a glance > what your patch touches. OK, understood. I’ll will use git send-email going forwa

Re: [Qemu-devel] RFC: Add support for KVM_CAP_SPLIT_IRQCHIP

2015-10-29 Thread Eric Blake
On 10/29/2015 02:25 PM, Matt Gingell wrote: > Hi, > > The following patch adds support for the new KVM split irqchip > interface discussed recently on the KVM mailing list. > > [kvm] KVM: x86: Split the APIC from the rest of IRQCHIP. > http://www.mailbrowse.com/kvm/138252.html > > Our testing fo

[Qemu-devel] RFC: Add support for KVM_CAP_SPLIT_IRQCHIP

2015-10-29 Thread Matt Gingell
Hi, The following patch adds support for the new KVM split irqchip interface discussed recently on the KVM mailing list. [kvm] KVM: x86: Split the APIC from the rest of IRQCHIP. http://www.mailbrowse.com/kvm/138252.html Our testing found some issues with the implementation of split IRQ chip in t