Il mar 13 gen 2026, 06:22 Ani Sinha <[email protected]> ha scritto:
> On Mon, Jan 12, 2026 at 10:32 PM Paolo Bonzini <[email protected]> > wrote: > > > > On Mon, Jan 12, 2026 at 2:23 PM Ani Sinha <[email protected]>: > > > +int kvm_arch_vmfd_change_ops(MachineState *ms, KVMState *s) > > > > Weird name since there are no "operations". Maybe > kvm_arch_on_vmfd_change? > > I meant the operations the arch wants to do on vmfd change. > All callbacks are "operations that the implementor wants to do", aren't they? But "ops" is usually a suffix in types that group multiple callbacks, not individual functions. Paolo >
