Re: [PATCH v2 3/4] tests/functional: Test with scripts/vmstate-static-checker.py

2025-05-26 Thread Peter Xu
On Thu, May 22, 2025 at 08:08:44PM +0200, Thomas Huth wrote: > On 22/05/2025 16.38, Peter Xu wrote: > > On Thu, May 22, 2025 at 03:37:55PM +0200, Thomas Huth wrote: > > > > [...] > > > > > +def test_vmstate(self): > > > +target_machine = { > > > +'aarch64': 'virt-7.2', > >

Re: [PATCH v2 3/4] tests/functional: Test with scripts/vmstate-static-checker.py

2025-05-22 Thread Thomas Huth
On 22/05/2025 16.38, Peter Xu wrote: On Thu, May 22, 2025 at 03:37:55PM +0200, Thomas Huth wrote: [...] +def test_vmstate(self): +target_machine = { +'aarch64': 'virt-7.2', +'m68k': 'virt-7.2', +'ppc64': 'pseries-7.2', +'s390x': 's390

Re: [PATCH v2 3/4] tests/functional: Test with scripts/vmstate-static-checker.py

2025-05-22 Thread Peter Xu
On Thu, May 22, 2025 at 03:37:55PM +0200, Thomas Huth wrote: [...] > +def test_vmstate(self): > +target_machine = { > +'aarch64': 'virt-7.2', > +'m68k': 'virt-7.2', > +'ppc64': 'pseries-7.2', > +'s390x': 's390-ccw-virtio-7.2', > +