-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vIOMMU: Add a case of migration #5217
Conversation
939729d
to
3b8a800
Compare
@cliping can you plz help review this pr? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Others LGTM
image_convert = 'no' | ||
virsh_migrate_dest_state = "running" | ||
virsh_migrate_src_state = "shut off" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe remove this blank line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated.
virsh_migrate_options = "--p2p --live --verbose --persistent" | ||
virsh_migrate_desturi = "qemu+ssh://${migrate_dest_host}/system" | ||
virsh_migrate_connect_uri = "qemu:///system" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated, thx!
This PR adds: VIRT-294806: [vIOMMU] Migrate vm with iommu device Signed-off-by: Yingshun Cui <[email protected]>
This PR adds:
VIRT-294806: [vIOMMU] Migrate vm with iommu device
Test results: A failed case is due to a known issue.