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

Daniel Henrique Barboza posted 1 patch 2 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220409120940.263369-1-danielhb413@gmail.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>
hw/ppc/spapr_nvdimm.c | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
[PATCH for-7.1 v2 0/1] use dc->vmsd with spapr devices vmstate
Posted by Daniel Henrique Barboza 2 years, 5 months ago
Hi,

This v2 contains only the last patch from v1, patch 4, given that all
other patches are breaking backward migration due to how
qdev_set_legacy_instance_id() works when vmstate_register() is passing
an id to the vmsds.

Changes from v1:
- patches 1-3: removed
- v1 link: https://lists.gnu.org/archive/html/qemu-devel/2022-03/msg05615.html

Daniel Henrique Barboza (1):
  hw/ppc: use qdev to register spapr_nvdimm vmsd

 hw/ppc/spapr_nvdimm.c | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

-- 
2.35.1
Re: [PATCH for-7.1 v2 0/1] use dc->vmsd with spapr devices vmstate
Posted by Daniel Henrique Barboza 2 years, 4 months ago
Ping

On 4/9/22 09:09, Daniel Henrique Barboza wrote:
> Hi,
> 
> This v2 contains only the last patch from v1, patch 4, given that all
> other patches are breaking backward migration due to how
> qdev_set_legacy_instance_id() works when vmstate_register() is passing
> an id to the vmsds.
> 
> Changes from v1:
> - patches 1-3: removed
> - v1 link: https://lists.gnu.org/archive/html/qemu-devel/2022-03/msg05615.html
> 
> Daniel Henrique Barboza (1):
>    hw/ppc: use qdev to register spapr_nvdimm vmsd
> 
>   hw/ppc/spapr_nvdimm.c | 11 ++---------
>   1 file changed, 2 insertions(+), 9 deletions(-)
>