Re: [PATCH v2 1/2] python: introduce qmp-shell-wrap convenience tool

2022-02-04 Thread John Snow
On Fri, Jan 28, 2022, 11:08 AM Daniel P. Berrangé wrote: > On Tue, Jan 18, 2022 at 08:07:32PM -0500, John Snow wrote: > > On Tue, Jan 18, 2022 at 5:01 AM Daniel P. Berrangé > wrote: > > > > > > With the current 'qmp-shell' tool developers must first spawn QEMU with > > > a suitable -qmp arg and

Re: [PATCH v2 1/2] python: introduce qmp-shell-wrap convenience tool

2022-01-28 Thread Daniel P . Berrangé
On Tue, Jan 18, 2022 at 08:07:32PM -0500, John Snow wrote: > On Tue, Jan 18, 2022 at 5:01 AM Daniel P. Berrangé > wrote: > > > > With the current 'qmp-shell' tool developers must first spawn QEMU with > > a suitable -qmp arg and then spawn qmp-shell in a separate terminal > > pointing to the righ

Re: [PATCH v2 1/2] python: introduce qmp-shell-wrap convenience tool

2022-01-28 Thread Daniel P . Berrangé
On Tue, Jan 18, 2022 at 08:07:32PM -0500, John Snow wrote: > On Tue, Jan 18, 2022 at 5:01 AM Daniel P. Berrangé > wrote: > > > > With the current 'qmp-shell' tool developers must first spawn QEMU with > > a suitable -qmp arg and then spawn qmp-shell in a separate terminal > > pointing to the righ

Re: [PATCH v2 1/2] python: introduce qmp-shell-wrap convenience tool

2022-01-18 Thread John Snow
On Tue, Jan 18, 2022 at 5:01 AM Daniel P. Berrangé wrote: > > With the current 'qmp-shell' tool developers must first spawn QEMU with > a suitable -qmp arg and then spawn qmp-shell in a separate terminal > pointing to the right socket. > > With 'qmp-shell-wrap' developers can ignore QMP sockets en

[PATCH v2 1/2] python: introduce qmp-shell-wrap convenience tool

2022-01-18 Thread Daniel P . Berrangé
With the current 'qmp-shell' tool developers must first spawn QEMU with a suitable -qmp arg and then spawn qmp-shell in a separate terminal pointing to the right socket. With 'qmp-shell-wrap' developers can ignore QMP sockets entirely and just pass the QEMU command and arguments they want. The pro