Re: [PATCH v3 0/2] python: a few improvements to qmp-shell

2022-02-08 Thread John Snow
On Tue, Feb 8, 2022, 3:56 AM Daniel P. Berrangé wrote: > On Mon, Feb 07, 2022 at 04:05:47PM -0500, John Snow wrote: > > On Fri, Jan 28, 2022 at 11:12 AM Daniel P. Berrangé > wrote: > > > > > > This makes the qmp-shell program a little more pleasant to use when you > > > are just trying to spawn

Re: [PATCH v3 0/2] python: a few improvements to qmp-shell

2022-02-08 Thread Daniel P . Berrangé
On Mon, Feb 07, 2022 at 04:05:47PM -0500, John Snow wrote: > On Fri, Jan 28, 2022 at 11:12 AM Daniel P. Berrangé > wrote: > > > > This makes the qmp-shell program a little more pleasant to use when you > > are just trying to spawn a throw-away QEMU process to query some info > > from. > > > > Fir

Re: [PATCH v3 0/2] python: a few improvements to qmp-shell

2022-02-07 Thread John Snow
On Fri, Jan 28, 2022 at 11:12 AM Daniel P. Berrangé wrote: > > This makes the qmp-shell program a little more pleasant to use when you > are just trying to spawn a throw-away QEMU process to query some info > from. > > First it introduces a 'qmp-shell-wrap' command that takes a QEMU command > line

[PATCH v3 0/2] python: a few improvements to qmp-shell

2022-01-28 Thread Daniel P . Berrangé
This makes the qmp-shell program a little more pleasant to use when you are just trying to spawn a throw-away QEMU process to query some info from. First it introduces a 'qmp-shell-wrap' command that takes a QEMU command line instead of QMP socket, and spawns QEMU automatically, so its life is tie