[OE-core] [PATCH 0/2] Enable QMP Dumping for testimage

2021-04-26 Thread Saul Wold
This is the forth (and maybe final) pass at enabling getting debug information from QEMU via the Qemu Machine Protocol interface. The Qemu source provides a qmp.py module which is installed in the recipe-sysroot-native site-packages. The initial commands that are issued to qmp when a failure is

Re: [OE-core] [PATCH 0/2] Enable QMP Dumping for testimage

2021-01-27 Thread Saul Wold
On 1/27/21 12:25 AM, Richard Purdie wrote: On Tue, 2021-01-26 at 09:31 -0800, Saul Wold wrote: I hope that this is the final pass! This patch set enables getting debug information from QEMU via the Qemu Machine Protocol interface. The Qemu source provides a qmp.py module which is instaled in

Re: [OE-core] [PATCH 0/2] Enable QMP Dumping for testimage

2021-01-27 Thread Richard Purdie
On Tue, 2021-01-26 at 09:31 -0800, Saul Wold wrote: > I hope that this is the final pass! > > This patch set enables getting debug information from QEMU via the > Qemu Machine Protocol interface. The Qemu source provides a qmp.py > module which is instaled in the recipe-sysroot-native and loaded

[OE-core] [PATCH 0/2] Enable QMP Dumping for testimage

2021-01-26 Thread Saul Wold
I hope that this is the final pass! This patch set enables getting debug information from QEMU via the Qemu Machine Protocol interface. The Qemu source provides a qmp.py module which is instaled in the recipe-sysroot-native and loaded via python's importlib during runtime. The initial commands

[OE-core] [PATCH 0/2] Enable QMP Dumping for testimage

2021-01-12 Thread Saul Wold
This is the second pass at enabling getting debug information from QEMU via the Qemu Machine Protocol interface. The Qemu source provides a qmp.py module which I install in the recipe-sysroot-native location. The initial commands that I issue to qmp with a failure is detected is: query-status and