Re: [PATCH for-7.1 0/4] use dc->vmsd with spapr devices vmstate

2022-03-23 Thread Daniel Henrique Barboza
On 3/22/22 22:49, David Gibson wrote: On Tue, Mar 22, 2022 at 03:38:50PM -0300, Daniel Henrique Barboza wrote: Hi, This short series converts some spapr devices to use the dc->vmsd interface to register the vmstate. For most of them it was needed to use qdev_set_legacy_instance_id() to keep

Re: [PATCH for-7.1 0/4] use dc->vmsd with spapr devices vmstate

2022-03-22 Thread David Gibson
On Tue, Mar 22, 2022 at 03:38:50PM -0300, Daniel Henrique Barboza wrote: > Hi, > > This short series converts some spapr devices to use the dc->vmsd > interface to register the vmstate. For most of them it was needed > to use qdev_set_legacy_instance_id() to keep compatibility with the > instance_

[PATCH for-7.1 0/4] use dc->vmsd with spapr devices vmstate

2022-03-22 Thread Daniel Henrique Barboza
Hi, This short series converts some spapr devices to use the dc->vmsd interface to register the vmstate. For most of them it was needed to use qdev_set_legacy_instance_id() to keep compatibility with the instance_id being used for awhile. Although no functional changes were made the resulting cod