Refactor: Update QEMU monitor to use migrate-parameters#8
Refactor: Update QEMU monitor to use migrate-parameters#8
Conversation
Removed the deprecated `set_migrate_capability` and `get_migrate_capability` methods and their internal helpers. The QEMU monitor now exclusively uses `migrate-parameters` for managing migration settings, aligning with current QEMU versions.
WalkthroughAll methods related to migrate capability management have been removed from the Changes
Sequence Diagram(s)No sequence diagram generated, as the changes involve only the removal of methods without introducing or modifying control flow or feature interactions. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Removed the deprecated
set_migrate_capabilityandget_migrate_capabilitymethods and their internal helpers.The QEMU monitor now exclusively uses
migrate-parametersfor managing migration settings, aligning with current QEMU versions.