Re: [PATCH 4/4] vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init

2023-11-15 Thread Eric Farman
On Wed, 2023-11-15 at 16:32 +0800, Zhenzhong Duan wrote: > Some of the VFIODevice initializations is in vfio_ccw_realize, > move all of them in vfio_ccw_instance_init. > > No functional change intended. > > Suggested-by: Cédric Le Goater > Signed-off-by: Zhenzhong Duan > --- >  hw/vfio/ccw.c |

[PATCH 4/4] vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init

2023-11-15 Thread Zhenzhong Duan
Some of the VFIODevice initializations is in vfio_ccw_realize, move all of them in vfio_ccw_instance_init. No functional change intended. Suggested-by: Cédric Le Goater Signed-off-by: Zhenzhong Duan --- hw/vfio/ccw.c | 30 +++--- 1 file changed, 15 insertions(+), 15