[PULL 0/1] Migration 20241202 patches

Peter Xu posted 1 patch 5 months ago
migration/migration.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] Migration 20241202 patches
Posted by Peter Xu 5 months ago
The following changes since commit eb22a064455aeebc105cc89bf77f48aa18b52938:

  Merge tag 'pull-request-2024-12-02' of https://gitlab.com/thuth/qemu into staging (2024-12-02 16:16:15 +0000)

are available in the Git repository at:

  https://gitlab.com/peterx/qemu.git tags/migration-20241202-pull-request

for you to fetch changes up to 3b83e663611c628bb04ae84a4f7ee49bdb68138b:

  migration: correct multifd receive thread name (2024-12-02 14:20:44 -0500)

----------------------------------------------------------------
Migration pull for 9.2-rc3

- Prasad's one fix on thread name typo

----------------------------------------------------------------

Prasad J Pandit (1):
  migration: correct multifd receive thread name

 migration/migration.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.47.0
Re: [PULL 0/1] Migration 20241202 patches
Posted by Peter Maydell 5 months ago
On Mon, 2 Dec 2024 at 21:30, Peter Xu <peterx@redhat.com> wrote:
>
> The following changes since commit eb22a064455aeebc105cc89bf77f48aa18b52938:
>
>   Merge tag 'pull-request-2024-12-02' of https://gitlab.com/thuth/qemu into staging (2024-12-02 16:16:15 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/peterx/qemu.git tags/migration-20241202-pull-request
>
> for you to fetch changes up to 3b83e663611c628bb04ae84a4f7ee49bdb68138b:
>
>   migration: correct multifd receive thread name (2024-12-02 14:20:44 -0500)
>
> ----------------------------------------------------------------
> Migration pull for 9.2-rc3
>
> - Prasad's one fix on thread name typo
>


Applied, thanks.

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

-- PMM