[PATCH 0/3] Three small fixes over qom-list-properties crash

Peter Xu posted 3 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260423183212.468047-1-peterx@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, Zhang Chen <zhangckid@gmail.com>, Li Zhijian <lizhijian@fujitsu.com>, Jason Wang <jasowang@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
io/net-listener.c  | 14 +++++++++-----
net/colo-compare.c |  9 +++++++++
system/ioport.c    | 11 +++++++++--
3 files changed, 27 insertions(+), 7 deletions(-)
[PATCH 0/3] Three small fixes over qom-list-properties crash
Posted by Peter Xu 1 month, 1 week ago
Markus's report is here:

https://lore.kernel.org/r/87a4uvw066.fsf@pond.sub.org

These three that are relevant to either migration or memory, so I had a
look.

Peter Xu (3):
  colo-compare: Fix QMP qom-list-properties crashing
  system/ioport: Fix qom-list-properties crash on portio list obj
  qio: Fix qom-list-properties crash on net listener object

 io/net-listener.c  | 14 +++++++++-----
 net/colo-compare.c |  9 +++++++++
 system/ioport.c    | 11 +++++++++--
 3 files changed, 27 insertions(+), 7 deletions(-)

-- 
2.53.0
Re: [PATCH 0/3] Three small fixes over qom-list-properties crash
Posted by Markus Armbruster 1 month ago
Peter Xu <peterx@redhat.com> writes:

> Markus's report is here:
>
> https://lore.kernel.org/r/87a4uvw066.fsf@pond.sub.org
>
> These three that are relevant to either migration or memory, so I had a
> look.

Thank you!

Series
Tested-by: Markus Armbruster <armbru@redhat.com>

Suggest to include the reproducer in the commit messages.
Re: [PATCH 0/3] Three small fixes over qom-list-properties crash
Posted by Peter Xu 1 month ago
On Fri, Apr 24, 2026 at 09:01:31AM +0200, Markus Armbruster wrote:
> Peter Xu <peterx@redhat.com> writes:
> 
> > Markus's report is here:
> >
> > https://lore.kernel.org/r/87a4uvw066.fsf@pond.sub.org
> >
> > These three that are relevant to either migration or memory, so I had a
> > look.
> 
> Thank you!
> 
> Series
> Tested-by: Markus Armbruster <armbru@redhat.com>
> 
> Suggest to include the reproducer in the commit messages.
> 

I saw Marc-André sent a more comprehensive series; I'll drop this one then.
Thanks for taking a look.

-- 
Peter Xu