Skip to content

fix live migration issues in qemu#16468

Open
woojoong88 wants to merge 2 commits intomicrosoft:3.0-devfrom
woojoong88:woojoongkim/qemu-live-mig
Open

fix live migration issues in qemu#16468
woojoong88 wants to merge 2 commits intomicrosoft:3.0-devfrom
woojoong88:woojoongkim/qemu-live-mig

Conversation

@woojoong88
Copy link
Copy Markdown

@woojoong88 woojoong88 commented Apr 6, 2026

Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

  • The toolchain has been rebuilt successfully (or no changes were made to it)
  • The toolchain/worker package manifests are up-to-date
  • Any updated packages successfully build (or no packages were changed)
  • Packages depending on static components modified in this PR (Golang, *-static subpackages, etc.) have had their Release tag incremented.
  • Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
  • All package sources are available
  • cgmanifest files are up-to-date and sorted (./cgmanifest.json, ./toolkit/scripts/toolchain/cgmanifest.json, .github/workflows/cgmanifest.json)
  • LICENSE-MAP files are up-to-date (./LICENSES-AND-NOTICES/SPECS/data/licenses.json, ./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md, ./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)
  • All source files have up-to-date hashes in the *.signatures.json files
  • sudo make go-tidy-all and sudo make go-test-coverage pass
  • Documentation has been updated to match any changes to the build system
  • Ready to merge

Summary

There is a gap between qemu centos distro and azl distro, which makes the live migration test failed in KubeVirt.

Change Log
  • Add 23 QEMU patches from RHEL qemu-kvm 9.1.0-20 for KubeVirt live migration
  • Post-migration networking: fix announce_self ARP/GARP (RHEL-73891),
    add virtio-net queues before loading during incoming migration (RHEL-69477)
  • Migration stability: fix UAF on cancelled incoming migration (RHEL-69775),
    ensure vmstate_save sets error pointer (RHEL-67844)
  • Disk activation: add migration target runstate helper, delay disk activation
    until migration completes, extend late-block-active to postcopy, fix race
    with block_inactive, rewrite disk activation logic, per-node activation state
  • Block layer inactive node framework: expose active/inactive status via QMP,
    add blockdev-set-active command, support creating/inactivating inactive nodes,
    fix crash on block_resize of inactive node, drain I/O before inactivation,
    support NBD export of inactive nodes for storage daemon
Does this affect the toolchain?

NO

Associated issues
  • #xxxx
Links to CVEs
  • N/A
Test Methodology

@woojoong88 woojoong88 requested a review from a team as a code owner April 6, 2026 02:52
@microsoft-github-policy-service microsoft-github-policy-service bot added Packaging 3.0 PRs Destined for 3.0 labels Apr 6, 2026
@harshitgupta1337
Copy link
Copy Markdown
Contributor

Thanks for the PR. Please make the target branch 3.0-dev.

@woojoong88 woojoong88 changed the base branch from 3.0 to 3.0-dev April 7, 2026 15:59
@woojoong88 woojoong88 changed the base branch from 3.0-dev to 3.0 April 7, 2026 15:59
@woojoong88 woojoong88 force-pushed the woojoongkim/qemu-live-mig branch from 0aeb2fa to 1472b94 Compare April 7, 2026 16:40
@woojoong88 woojoong88 changed the base branch from 3.0 to 3.0-dev April 7, 2026 16:41
@microsoft-github-policy-service microsoft-github-policy-service bot added the 3.0-dev PRs Destined for AzureLinux 3.0 label Apr 7, 2026
@woojoong88
Copy link
Copy Markdown
Author

Thanks for the PR. Please make the target branch 3.0-dev.

Thanks! I rebased it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.0-dev PRs Destined for AzureLinux 3.0 3.0 PRs Destined for 3.0 Packaging Tools

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants