Skip to content

Commit

Permalink
Merge remote-tracking branch 'qubesos/pr/78'
Browse files Browse the repository at this point in the history
* qubesos/pr/78:
  Add name-raw field for qvm-ls
  • Loading branch information
marmarek committed Nov 28, 2016
2 parents 71243d9 + 80450da commit 534c3a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qvm-tools/qvm-ls
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ fields = {
+ ('>' if vm.is_disposablevm() else '')\
+ ('}' if vm.is_netvm() else '')"},

"name-raw": {"func": "vm.name"},

"type": {"func": "'HVM' if vm.type == 'HVM' else \
('Tpl' if vm.is_template() else \
('' if vm.type in ['AppVM', 'DisposableVM'] else \
Expand Down

0 comments on commit 534c3a1

Please sign in to comment.