On 5/29/2026 7:24 AM, Philippe Mathieu-Daudé wrote: > accel_cpu_common_realize() first calls accel_cpu->cpu_target_realize > then ops->cpu_realize, which is set to hvf_arch_cpu_realize() on HVF. > > We want to remove accel_cpu->cpu_target_realize, so have > hvf_arch_cpu_realize directly call HVF AccelCPUClass target_realize > handler. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > target/i386/hvf/hvf-cpu.c | 6 +++++- > target/i386/hvf/hvf.c | 5 ----- > 2 files changed, 5 insertions(+), 6 deletions(-) >
Need to update commit description with new cpu_realize name as Richard noticed also. Regards, Pierrick
