Re: Triggering a checkpoint from inside the VM

2021-09-07 Thread Tony Brian Albers
On 08/09/2021 06.22, Leek, Jim wrote: > >1. Connect to the qemu monitor with telnet from inside the VM. > (Therefore skipping the whole ssh remote command thing.) I'd go the other way around, make the guest touch a file somewhere and let the host check if the file is there/has been updat

Re: Triggering a checkpoint from inside the VM

2021-09-08 Thread Tony Brian Albers
an put something like a sleep() in between them. I think 10 seconds will do. /tony > > --- > Sent from Workspace ONE Boxer<https://whatisworkspaceone.com/boxer> > > On September 7, 2021 at 10:58:03 PM PDT, Tony Brian Albers wrote: > On 08/09/2021 06.22, Leek, Jim wrote: