Re: [PATCH v2 1/2] KVM: PPC: Permit SRR1 flags in more injected interrupt types

2023-04-01 Thread kernel test robot
/linux.git topic/ppc-kvm patch link: https://lore.kernel.org/r/20230330103224.3589928-2-npiggin%40gmail.com patch subject: [PATCH v2 1/2] KVM: PPC: Permit SRR1 flags in more injected interrupt types config: powerpc-randconfig-c033-20230402 (https://download.01.org/0day-ci/archive/20230402

[PATCH v2 1/2] KVM: PPC: Permit SRR1 flags in more injected interrupt types

2023-03-30 Thread Nicholas Piggin
The prefix architecture in ISA v3.1 introduces a prefixed bit in SRR1 for many types of synchronous interrupts which is set when the interrupt is caused by a prefixed instruction. This requires KVM to be able to set this bit when injecting interrupts into a guest. Plumb through the SRR1 "flags"