Re: [PATCH for-10.1 v2 36/37] vfio: Rename VFIODevice related services

2025-04-07 Thread Cédric Le Goater
On 3/27/25 10:50, John Levon wrote: On Wed, Mar 26, 2025 at 08:51:21AM +0100, Cédric Le Goater wrote: /* Returns 0 on success, or a negative errno. */ diff --git a/hw/vfio/ap.c b/hw/vfio/ap.c index 4fdb74e33c427595a9b0a4d28b2b5a70df951e4e..9000702aed960ccb69ca67ec052f1ebe11ee1919 100644 ---

Re: [PATCH for-10.1 v2 36/37] vfio: Rename VFIODevice related services

2025-03-27 Thread John Levon
On Wed, Mar 26, 2025 at 08:51:21AM +0100, Cédric Le Goater wrote: > /* Returns 0 on success, or a negative errno. */ > diff --git a/hw/vfio/ap.c b/hw/vfio/ap.c > index > 4fdb74e33c427595a9b0a4d28b2b5a70df951e4e..9000702aed960ccb69ca67ec052f1ebe11ee1919 > 100644 > --- a/hw/vfio/ap.c > +++ b/hw/v

RE: [PATCH for-10.1 v2 36/37] vfio: Rename VFIODevice related services

2025-03-27 Thread Duan, Zhenzhong
>-Original Message- >From: Cédric Le Goater >Subject: [PATCH for-10.1 v2 36/37] vfio: Rename VFIODevice related services > >Rename these routines : > > vfio_disable_irqindex -> vfio_device_irq_disable > vfio_unmask_single_irqinde

[PATCH for-10.1 v2 36/37] vfio: Rename VFIODevice related services

2025-03-26 Thread Cédric Le Goater
Rename these routines : vfio_disable_irqindex -> vfio_device_irq_disable vfio_unmask_single_irqindex -> vfio_device_irq_unmask vfio_mask_single_irqindex -> vfio_device_irq_mask vfio_set_irq_signaling -> vfio_device_irq_set_signaling vfio_attach_device -> vfio_device