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 d
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
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
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 t
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