Re: [PATCH V1 12/32] vl: pause option

2020-09-24 Thread Steven Sistare
On 9/11/2020 1:59 PM, Dr. David Alan Gilbert wrote: > * Steven Sistare (steven.sist...@oracle.com) wrote: >> On 7/30/2020 1:03 PM, Alex Bennée wrote: >>> >>> Steve Sistare writes: >>> Provide the -pause command-line parameter and the QEMU_PAUSE environment variable to briefly pause QEMU

Re: [PATCH V1 12/32] vl: pause option

2020-09-11 Thread Dr. David Alan Gilbert
* Steven Sistare (steven.sist...@oracle.com) wrote: > On 7/30/2020 1:03 PM, Alex Bennée wrote: > > > > Steve Sistare writes: > > > >> Provide the -pause command-line parameter and the QEMU_PAUSE environment > >> variable to briefly pause QEMU in main and allow a developer to attach gdb. > >> Us

Re: [PATCH V1 12/32] vl: pause option

2020-07-31 Thread Steven Sistare
On 7/31/2020 6:07 AM, Daniel P. Berrangé wrote: > On Thu, Jul 30, 2020 at 02:11:19PM -0400, Steven Sistare wrote: >> On 7/30/2020 12:20 PM, Eric Blake wrote: >>> On 7/30/20 10:14 AM, Steve Sistare wrote: Provide the -pause command-line parameter and the QEMU_PAUSE environment variable to

Re: [PATCH V1 12/32] vl: pause option

2020-07-31 Thread Daniel P . Berrangé
On Thu, Jul 30, 2020 at 02:11:19PM -0400, Steven Sistare wrote: > On 7/30/2020 12:20 PM, Eric Blake wrote: > > On 7/30/20 10:14 AM, Steve Sistare wrote: > >> Provide the -pause command-line parameter and the QEMU_PAUSE environment > >> variable to briefly pause QEMU in main and allow a developer to

Re: [PATCH V1 12/32] vl: pause option

2020-07-31 Thread Alex Bennée
Steven Sistare writes: > On 7/30/2020 1:03 PM, Alex Bennée wrote: >> >> Steve Sistare writes: >> >>> Provide the -pause command-line parameter and the QEMU_PAUSE environment >>> variable to briefly pause QEMU in main and allow a developer to attach gdb. >>> Useful when the developer does not

Re: [PATCH V1 12/32] vl: pause option

2020-07-30 Thread Steven Sistare
On 7/30/2020 1:03 PM, Alex Bennée wrote: > > Steve Sistare writes: > >> Provide the -pause command-line parameter and the QEMU_PAUSE environment >> variable to briefly pause QEMU in main and allow a developer to attach gdb. >> Useful when the developer does not invoke QEMU directly, such as when

Re: [PATCH V1 12/32] vl: pause option

2020-07-30 Thread Steven Sistare
On 7/30/2020 12:20 PM, Eric Blake wrote: > On 7/30/20 10:14 AM, Steve Sistare wrote: >> Provide the -pause command-line parameter and the QEMU_PAUSE environment >> variable to briefly pause QEMU in main and allow a developer to attach gdb. >> Useful when the developer does not invoke QEMU directly,

Re: [PATCH V1 12/32] vl: pause option

2020-07-30 Thread Alex Bennée
Steve Sistare writes: > Provide the -pause command-line parameter and the QEMU_PAUSE environment > variable to briefly pause QEMU in main and allow a developer to attach gdb. > Useful when the developer does not invoke QEMU directly, such as when using > libvirt. How does this differ from -S?

Re: [PATCH V1 12/32] vl: pause option

2020-07-30 Thread Eric Blake
On 7/30/20 10:14 AM, Steve Sistare wrote: Provide the -pause command-line parameter and the QEMU_PAUSE environment variable to briefly pause QEMU in main and allow a developer to attach gdb. Useful when the developer does not invoke QEMU directly, such as when using libvirt. How would you set t

[PATCH V1 12/32] vl: pause option

2020-07-30 Thread Steve Sistare
Provide the -pause command-line parameter and the QEMU_PAUSE environment variable to briefly pause QEMU in main and allow a developer to attach gdb. Useful when the developer does not invoke QEMU directly, such as when using libvirt. Usage: qemu -pause or export QEMU_PAUSE= Signed-off-by: