Re: [OE-core] [WIP v2 1/1] qemurunner: add support for qmp cmds

2020-11-11 Thread Joshua Watt
On 11/10/20 10:10 PM, 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 initialization and continu

Re: [OE-core] [WIP v2 1/1] qemurunner: add support for qmp cmds

2020-11-11 Thread Joshua Watt
On 11/10/20 10:10 PM, 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 initialization and continu

[OE-core] [WIP v2 1/1] qemurunner: add support for qmp cmds

2020-11-10 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 th