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

Detect when the same PCI device got assigned to more than one VM #522

Closed
marmarek opened this Issue Mar 8, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 14 Apr 2012 12:38 UTC
... this is especially important in the following practical case:

  1. User start VM1, which got some PCI device assigned.

  2. The user then stopped the VM1, and as soon as it disappeared from the Running VMs List in the manager, the user starts VM2, which also got the same PCI device assigned. Unfortunately, the VM2 will not start now, as the pciback is still busy cleaning up for the VM1.

Now, the only way to get the PCI device working in the VM2, is to: 1) stop VM2, wait until it fully stops (qvm-ls/xl list is your friend), then 2) start VM1, 3) stop VM1, 4) wait until it fully stops (qvm-ls/xl list), and then 5) start VM2 again.

This is connected with the ticket #520, BTW.

Migrated-From: https://wiki.qubes-os.org/ticket/522

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by marmarek on 18 Apr 2012 09:11 UTC

Member

marmarek commented Mar 8, 2015

Modified by marmarek on 18 Apr 2012 09:11 UTC

@marmarek marmarek added this to the Release 1 milestone Mar 8, 2015

@marmarek marmarek assigned marmarek and unassigned rootkovska Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Mar 8, 2015

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