On 12/28/19 11:43 AM, Xiaoyao Li wrote: > Commit 11bc4a13d1f4 ("kvm: convert "-machine kernel_irqchip" to an > accelerator property") moves kernel_irqchip property from "-machine" to > "-accel kvm", but it forgets to set the default value of > kernel_irqchip_allowed and kernel_irqchip_split. > > Also cleaning up the three useless members (kernel_irqchip_allowed, > kernel_irqchip_required, kernel_irqchip_split) in struct MachineState. > > Fixes: 11bc4a13d1f4 ("kvm: convert "-machine kernel_irqchip" to an > accelerator property") > Reported-by: Vitaly Kuznetsov <vkuzn...@redhat.com> > Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> > --- > Changes in v2: > - Add Reported-by tag; > - Initialize kernel_irqchip_split in init_machine(); > --- > accel/kvm/kvm-all.c | 3 +++ > include/hw/boards.h | 3 --- > 2 files changed, 3 insertions(+), 3 deletions(-)
Huh, I've just converged to the same patch. Tested-by: Michal Prívozník <mpriv...@redhat.com> Michal