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

Lock domain start() method #320

Closed
marmarek opened this Issue Mar 8, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 2 Aug 2011 18:12 UTC
So that we avoid some races when starting a domain, e.g. when two qvm-run are started one after another.

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

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by rafal on 3 Aug 2011 12:37 UTC
Actually, vm.start is serialized by access to qmemman socket.
On the other hand, qubes_guid needs serializing. Implemented in
http://git.qubes-os.org/?p=rafal/gui.git;a=commit;h=ed2b1d2f38722569ec21dd22122101ff9718c7f8
prebeta2 branch.

Member

marmarek commented Mar 8, 2015

Comment by rafal on 3 Aug 2011 12:37 UTC
Actually, vm.start is serialized by access to qmemman socket.
On the other hand, qubes_guid needs serializing. Implemented in
http://git.qubes-os.org/?p=rafal/gui.git;a=commit;h=ed2b1d2f38722569ec21dd22122101ff9718c7f8
prebeta2 branch.

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