Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upclean vm.run* functions #1900
Comments
woju
added
the
C: core
label
Apr 11, 2016
woju
added this to the Release 4.0 milestone
Apr 11, 2016
added a commit
to woju/qubes-core-admin
that referenced
this issue
Apr 5, 2017
added a commit
to woju/qubes-core-admin
that referenced
this issue
Apr 5, 2017
woju
closed this
in
woju/qubes-core-admin@78693c2
Apr 5, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
woju commentedApr 11, 2016
vm.run()andvm.run_service()functions are hairy. They should be separated to return one type (retcode or pipe or ...). This is currently done via passio* arguments, not separate functions.@marmarek