Re: [PATCH 0/6] KVM/x86: Add workaround to support ExtINT with AVIC

2019-04-04 Thread rkrc...@redhat.com
2019-03-22 11:57+, Suthikulpanit, Suravee: > This series is one of the prerequisites for supporting AMD AVIC with > in-kernel irqchip (kernel_irqchip=on). > > Since AVIC does not support ExtINT interrupt, which is required during > the booting phase of Windows and FreeBSD VMs (e.g. PIT -> PIC

Re: [PATCH 0/6] KVM/x86: Add workaround to support ExtINT with AVIC

2019-04-04 Thread rkrc...@redhat.com
2019-03-22 11:57+, Suthikulpanit, Suravee: > This series is one of the prerequisites for supporting AMD AVIC with > in-kernel irqchip (kernel_irqchip=on). > > Since AVIC does not support ExtINT interrupt, which is required during > the booting phase of Windows and FreeBSD VMs (e.g. PIT -> PIC

[PATCH 0/6] KVM/x86: Add workaround to support ExtINT with AVIC

2019-03-22 Thread Suthikulpanit, Suravee
This series is one of the prerequisites for supporting AMD AVIC with in-kernel irqchip (kernel_irqchip=on). Since AVIC does not support ExtINT interrupt, which is required during the booting phase of Windows and FreeBSD VMs (e.g. PIT -> PIC -> ExtInt). This results in VM hang in the boot loader wi