Re: [PATCH V8 38/39] python/machine: add QEMUMachine accessors

2022-07-05 Thread Steven Sistare
On 6/17/2022 10:16 AM, John Snow wrote: > On Wed, Jun 15, 2022, 11:27 AM Steve Sistare > wrote: > > Provide full_args() to return all command-line arguments used to start a > vm, some of which are not otherwise visible to QEMUMachine clients.  This >

Re: [PATCH V8 38/39] python/machine: add QEMUMachine accessors

2022-06-17 Thread John Snow
On Wed, Jun 15, 2022, 11:27 AM Steve Sistare wrote: > Provide full_args() to return all command-line arguments used to start a > vm, some of which are not otherwise visible to QEMUMachine clients. This > is needed by the cpr test, which must start a vm, then pass all qemu > command-line argument

[PATCH V8 38/39] python/machine: add QEMUMachine accessors

2022-06-15 Thread Steve Sistare
Provide full_args() to return all command-line arguments used to start a vm, some of which are not otherwise visible to QEMUMachine clients. This is needed by the cpr test, which must start a vm, then pass all qemu command-line arguments to the cpr-exec monitor call. Provide reopen_qmp_connection