Re: [Qemu-devel] [PATCH 7/7] qga-win: changing --retry-path option behavior

2018-10-07 Thread Bishara AbuHattoum
Your advice was taken and implemented, sending changes in the next version. On Thu, Sep 27, 2018 at 2:48 PM Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > Hi > > On Thu, Sep 27, 2018 at 11:41 AM Bishara AbuHattoum > wrote: > > > > Currently whenever the qemu-ga's service doesn't find t

Re: [Qemu-devel] [PATCH 7/7] qga-win: changing --retry-path option behavior

2018-09-27 Thread Marc-André Lureau
Hi On Thu, Sep 27, 2018 at 11:41 AM Bishara AbuHattoum wrote: > > Currently whenever the qemu-ga's service doesn't find the virtio-serial > the run_agent() loops in a QGA_RETRY_INTERVAL (default 5 seconds) > intervals and try to restart the qemu-ga which causes a synchronous loop. > Changed to wa

[Qemu-devel] [PATCH 7/7] qga-win: changing --retry-path option behavior

2018-09-27 Thread Bishara AbuHattoum
Currently whenever the qemu-ga's service doesn't find the virtio-serial the run_agent() loops in a QGA_RETRY_INTERVAL (default 5 seconds) intervals and try to restart the qemu-ga which causes a synchronous loop. Changed to wait and listen for the serial events by registering for notifications a pro