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

Unify the syntax used by various qvm-tools... #514

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

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 29 Mar 2012 18:48 UTC
...specifically the place where the DstVM argument is given. Some tools (e.g. qvm-copy-to-vm) take the DstVM as the first argument ("Intel syntax"), while others (e.g. qvm-block -a) take it as last argument ("AT&T syntax"). Other tools to consider: qvm-pci (currently Intel syntax), qvm-clone ("AT&T syntax"), and probably a few others I've missed.

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

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 31 Mar 2012 17:03 UTC
qvm-clone is just like cp - IMHO now it is good order.

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 31 Mar 2012 17:03 UTC
qvm-clone is just like cp - IMHO now it is good order.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by aga on 11 Apr 2012 08:21 UTC
And remember to update the docs.

Member

marmarek commented Mar 8, 2015

Comment by aga on 11 Apr 2012 08:21 UTC
And remember to update the docs.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 12 Apr 2012 10:14 UTC
http://git.qubes-os.org/?p=marmarek/core.git;a=commit;h=e5a2209cab096e4b5877c5f73f87bd357486b199

So, generally we agreed that the "Intel syntax" is better, and now all tools seem to follow. With the exception of qvm-clone, which uses the "AT&T syntax", as it is really more intuitive in this case.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 12 Apr 2012 10:14 UTC
http://git.qubes-os.org/?p=marmarek/core.git;a=commit;h=e5a2209cab096e4b5877c5f73f87bd357486b199

So, generally we agreed that the "Intel syntax" is better, and now all tools seem to follow. With the exception of qvm-clone, which uses the "AT&T syntax", as it is really more intuitive in this case.

@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