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