[OE-core] [PATCH 2/2] qemurunner: Add support for qmp commands

2021-04-26 Thread Saul Wold
This adds support for the Qemu Machine Protocol [0] extending the current dump process for Host and Target. The commands are added in the testimage.bbclass. Currently, we setup qemu to stall until qmp gets connected and sends the initialization and continue commands, this works correctly. If the

[OE-core] [PATCH 2/2] qemurunner: Add support for qmp commands

2021-02-11 Thread Saul Wold
This adds support for the Qemu Machine Protocol [0] extending the current dump process for Host and Target. The commands are added in the testimage.bbclass. Currently, we setup qemu to stall until qmp gets connected and sends the initialization and continue commands, this works correctly. With

[OE-core] [PATCH 2/2] qemurunner: Add support for qmp commands

2021-01-26 Thread Saul Wold
This adds support for the Qemu Machine Protocol [0] extending the current dump process for Host and Target. The commands are added in the testimage.bbclass. Currently, we setup qemu to stall until qmp gets connected and sends the initialization and continue commands, this works correctly. With

Re: [OE-core] [PATCH 2/2] qemurunner: Add support for qmp commands

2021-01-13 Thread Richard Purdie
On Wed, 2021-01-13 at 07:09 -0800, Saul Wold wrote: > > On 1/13/21 3:45 AM, Richard Purdie wrote: > > On Tue, 2021-01-12 at 15:11 -0800, Saul Wold wrote: > > > This adds support for the Qemu Machine Protocol [0] extending > > > the current dump process for Host and Target. The commands are > > >

Re: [OE-core] [PATCH 2/2] qemurunner: Add support for qmp commands

2021-01-13 Thread Saul Wold
On 1/13/21 3:45 AM, Richard Purdie wrote: On Tue, 2021-01-12 at 15:11 -0800, Saul Wold wrote: This adds support for the Qemu Machine Protocol [0] extending the current dump process for Host and Target. The commands are added in the testimage.bbclass. Currently, we setup qemu to stall until

Re: [OE-core] [PATCH 2/2] qemurunner: Add support for qmp commands

2021-01-13 Thread Richard Purdie
On Tue, 2021-01-12 at 15:11 -0800, Saul Wold wrote: > This adds support for the Qemu Machine Protocol [0] extending > the current dump process for Host and Target. The commands are > added in the testimage.bbclass. > > Currently, we setup qemu to stall until qmp gets connected and > sends the

[OE-core] [PATCH 2/2] qemurunner: Add support for qmp commands

2021-01-12 Thread Saul Wold
This adds support for the Qemu Machine Protocol [0] extending the current dump process for Host and Target. The commands are added in the testimage.bbclass. Currently, we setup qemu to stall until qmp gets connected and sends the initialization and continue commands, this works correctly. With