Re: [PATCH 65/71] hw/vfio: Constify all Property

2024-12-20 Thread Eric Farman
On Fri, 2024-12-13 at 13:29 -0600, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > hw/vfio/ap.c | 2 +- > hw/vfio/ccw.c | 2 +- > hw/vfio/pci.c | 4 ++-- > hw/vfio/platform.c | 2 +- > 4 files changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Eric Farman

Re: [PATCH 65/71] hw/vfio: Constify all Property

2024-12-14 Thread Cédric Le Goater
On 12/13/24 20:29, Richard Henderson wrote: Signed-off-by: Richard Henderson Reviewed-by: Cédric Le Goater Thanks, C. --- hw/vfio/ap.c | 2 +- hw/vfio/ccw.c | 2 +- hw/vfio/pci.c | 4 ++-- hw/vfio/platform.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-)

[PATCH 65/71] hw/vfio: Constify all Property

2024-12-13 Thread Richard Henderson
Signed-off-by: Richard Henderson --- hw/vfio/ap.c | 2 +- hw/vfio/ccw.c | 2 +- hw/vfio/pci.c | 4 ++-- hw/vfio/platform.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/vfio/ap.c b/hw/vfio/ap.c index 4013e7b436..2e6ea2dd93 100644 --- a/hw/vfio/ap.c +++