Re: [Qemu-devel] [PATCH 1/2] add support for KVM_CAP_SPLIT_IRQCHIP

2015-11-16 Thread Matt Gingell
Hi Eric, Thanks for your comments. I’m submitting a v2 based on your feedback. Matt > On Nov 13, 2015, at 4:11 PM, Eric Blake wrote: > > On 11/13/2015 04:25 PM, Matt Gingell wrote: > > [meta-comment:] This patch was sent without an In-Reply-To header tying > it back to the 0/2 cover letter,

Re: [Qemu-devel] [PATCH 1/2] add support for KVM_CAP_SPLIT_IRQCHIP

2015-11-13 Thread Eric Blake
On 11/13/2015 04:25 PM, Matt Gingell wrote: [meta-comment:] This patch was sent without an In-Reply-To header tying it back to the 0/2 cover letter, which means mailers render it as its own thread. Git 'send-email' can do proper threading with the right settings (although I'm not sure exactly wh

[Qemu-devel] [PATCH 1/2] add support for KVM_CAP_SPLIT_IRQCHIP

2015-11-13 Thread Matt Gingell
This patch adds the initial plumbing for split IRQ chip mode via KVM_CAP_SPLIT_IRQCHIP. In addition to option processing, a number of kvm_*_in_kernel macros are defined to help clarify which component is where. Signed-off-by: Matt Gingell --- hw/core/machine.c| 48 +++