Re: [Qemu-devel] [PATCH 1/4] kvm: let split be optional for kvm_arch_irqchip_create

2018-12-19 Thread Paolo Bonzini
On 19/12/18 16:53, Michael S. Tsirkin wrote: > On Wed, Dec 19, 2018 at 04:50:35PM +0800, Peter Xu wrote: >> This patch allows the kvm_arch_irqchip_create() to return 0 if the >> split irqchip is specified but not forced by the user. Also, modify >> kvm_irqchip_create() similiarly. >> >> This patch

Re: [Qemu-devel] [PATCH 1/4] kvm: let split be optional for kvm_arch_irqchip_create

2018-12-19 Thread Michael S. Tsirkin
On Wed, Dec 19, 2018 at 04:50:35PM +0800, Peter Xu wrote: > This patch allows the kvm_arch_irqchip_create() to return 0 if the > split irqchip is specified but not forced by the user. Also, modify > kvm_irqchip_create() similiarly. > > This patch should have no functional change for existing code

[Qemu-devel] [PATCH 1/4] kvm: let split be optional for kvm_arch_irqchip_create

2018-12-19 Thread Peter Xu
This patch allows the kvm_arch_irqchip_create() to return 0 if the split irqchip is specified but not forced by the user. Also, modify kvm_irqchip_create() similiarly. This patch should have no functional change for existing code since currently if split is specified it must be forced by the user