[PATCH 0/2] qga: Fix --retry-path behaviour

Kostiantyn Kostiuk posted 2 patches 2 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250825140549.146617-1-kkostiuk@redhat.com
Maintainers: Michael Roth <michael.roth@amd.com>, Kostiantyn Kostiuk <kkostiuk@redhat.com>
qga/main.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
[PATCH 0/2] qga: Fix --retry-path behaviour
Posted by Kostiantyn Kostiuk 2 months, 3 weeks ago

Kostiantyn Kostiuk (2):
  qga: Fix channel initialization check in run_agent_once
  qga: ignore channel_init() fail if 'retry_path' is set

 qga/main.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

-- 
2.50.1

Re: [PATCH 0/2] qga: Fix --retry-path behaviour
Posted by Yan Vugenfirer 2 months, 2 weeks ago
On Mon, Aug 25, 2025 at 5:05 PM Kostiantyn Kostiuk <kkostiuk@redhat.com> wrote:
>
>
>
> Kostiantyn Kostiuk (2):
>   qga: Fix channel initialization check in run_agent_once
>   qga: ignore channel_init() fail if 'retry_path' is set
>
>  qga/main.c | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)
>
> --
> 2.50.1
>
>

Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>
Re: [PATCH 0/2] qga: Fix --retry-path behaviour
Posted by Michal Prívozník 2 months, 2 weeks ago
On 8/25/25 16:05, Kostiantyn Kostiuk wrote:
> 
> 
> Kostiantyn Kostiuk (2):
>   qga: Fix channel initialization check in run_agent_once
>   qga: ignore channel_init() fail if 'retry_path' is set
> 
>  qga/main.c | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal