Re: [PATCH v2 0/2] Add support for MSI injection on Arm

2025-04-16 Thread Stefano Stabellini
On Wed, 16 Apr 2025, Julien Grall wrote: > (+ Rahul) > > On 16/04/2025 17:37, Mykyta Poturai wrote: > > On 16.04.25 01:40, Stefano Stabellini wrote: > > > On Mon, 14 Apr 2025, Julien Grall wrote: > > > > Hi Mykyta, > > > > > > > > On 14/04/2025 18:51, Mykyta Poturai wrote: > > > > > This series a

Re: [PATCH v2 0/2] Add support for MSI injection on Arm

2025-04-16 Thread Julien Grall
(+ Rahul) On 16/04/2025 17:37, Mykyta Poturai wrote: On 16.04.25 01:40, Stefano Stabellini wrote: On Mon, 14 Apr 2025, Julien Grall wrote: Hi Mykyta, On 14/04/2025 18:51, Mykyta Poturai wrote: This series adds the base support for MSI injection on Arm. This is needed to streamline virtio-pci

Re: [PATCH v2 0/2] Add support for MSI injection on Arm

2025-04-16 Thread Mykyta Poturai
On 16.04.25 01:40, Stefano Stabellini wrote: > On Mon, 14 Apr 2025, Julien Grall wrote: >> Hi Mykyta, >> >> On 14/04/2025 18:51, Mykyta Poturai wrote: >>> This series adds the base support for MSI injection on Arm. This is >>> needed to streamline virtio-pci interrupt triggering. >>> >>> With this

Re: [PATCH v2 0/2] Add support for MSI injection on Arm

2025-04-15 Thread Stefano Stabellini
On Mon, 14 Apr 2025, Julien Grall wrote: > Hi Mykyta, > > On 14/04/2025 18:51, Mykyta Poturai wrote: > > This series adds the base support for MSI injection on Arm. This is > > needed to streamline virtio-pci interrupt triggering. > > > > With this patches, MSIs can be triggered in guests by issu

Re: [PATCH v2 0/2] Add support for MSI injection on Arm

2025-04-14 Thread Julien Grall
Hi Mykyta, On 14/04/2025 18:51, Mykyta Poturai wrote: This series adds the base support for MSI injection on Arm. This is needed to streamline virtio-pci interrupt triggering. With this patches, MSIs can be triggered in guests by issuing the new DM op, inject_msi2. This op is similar to inject_

[PATCH v2 0/2] Add support for MSI injection on Arm

2025-04-14 Thread Mykyta Poturai
This series adds the base support for MSI injection on Arm. This is needed to streamline virtio-pci interrupt triggering. With this patches, MSIs can be triggered in guests by issuing the new DM op, inject_msi2. This op is similar to inject_msi, but it allows to specify the source id of the MSI.