mbox

[PULL,0/1] Migration 20241202 patches

Message ID 20241202212957.570277-1-peterx@redhat.com (mailing list archive)
State New
Headers show

Pull-request

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

Message

Peter Xu Dec. 2, 2024, 9:29 p.m. UTC
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(-)

Comments

Peter Maydell Dec. 3, 2024, 1:43 p.m. UTC | #1
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