[PULL 0/3] QEMU Guest Agent: Fix fsfreeze-hook script

Kostiantyn Kostiuk posted 3 patches 5 days, 19 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260327180905.378560-1-kkostiuk@redhat.com
Maintainers: Michael Roth <michael.roth@amd.com>, Kostiantyn Kostiuk <kkostiuk@redhat.com>
scripts/qemu-guest-agent/fsfreeze-hook | 34 ++++++++++++++++++++++++----------
1 file changed, 24 insertions(+), 10 deletions(-)
[PULL 0/3] QEMU Guest Agent: Fix fsfreeze-hook script
Posted by Kostiantyn Kostiuk 5 days, 19 hours ago
The following changes since commit 770f50c14f098717fd40ae6e826a495681152447:

  Merge tag 'pull-nvme-20260326' of https://gitlab.com/birkelund/qemu into staging (2026-03-26 10:26:39 +0000)

are available in the Git repository at:

  https://github.com/kostyanf14/qemu.git tags/qga-pull-2026-03-27

for you to fetch changes up to 08497afcb2a737794991f17a37f0a0971fca411e:

  scripts/qemu-guest-agent/fsfreeze-hook: Fix syslog-fallback logic (2026-03-27 19:55:01 +0200)

----------------------------------------------------------------
qga-pull-2026-03-27

----------------------------------------------------------------
Peter Maydell (3):
      scripts/qemu-guest-agent/fsfreeze-hook: Avoid bash-isms
      scripts/qemu-guest-agent/fsfreeze-hook: Avoid use of PIPESTATUS
      scripts/qemu-guest-agent/fsfreeze-hook: Fix syslog-fallback logic

 scripts/qemu-guest-agent/fsfreeze-hook | 34 ++++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)
Re: [PULL 0/3] QEMU Guest Agent: Fix fsfreeze-hook script
Posted by Peter Maydell 4 days, 1 hour ago
On Fri, 27 Mar 2026 at 18:09, Kostiantyn Kostiuk <kkostiuk@redhat.com> wrote:
>
> The following changes since commit 770f50c14f098717fd40ae6e826a495681152447:
>
>   Merge tag 'pull-nvme-20260326' of https://gitlab.com/birkelund/qemu into staging (2026-03-26 10:26:39 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/kostyanf14/qemu.git tags/qga-pull-2026-03-27
>
> for you to fetch changes up to 08497afcb2a737794991f17a37f0a0971fca411e:
>
>   scripts/qemu-guest-agent/fsfreeze-hook: Fix syslog-fallback logic (2026-03-27 19:55:01 +0200)
>
> ----------------------------------------------------------------
> qga-pull-2026-03-27
>
> ----------------------------------------------------------------
> Peter Maydell (3):
>       scripts/qemu-guest-agent/fsfreeze-hook: Avoid bash-isms
>       scripts/qemu-guest-agent/fsfreeze-hook: Avoid use of PIPESTATUS
>       scripts/qemu-guest-agent/fsfreeze-hook: Fix syslog-fallback logic
>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM