Qvm-prefs list

What is one-liner to get a list of audiovm pref of each qube? I am aware how to do it per VM (qvm-prefs VM_NAME audiovm), some of prefs I can see for all qubes in Qube Manager’s columns, but I need to get each property for all qubes.

Thanks

I can get list of assigned pref with

qvm-ls --fields PREF_NAME

but this only lists assigned PREF_NAME’s but not to which VM, which makes it useless.

Any help?

I think you are missing one field here:

qvm-ls --fields name,audiovm
1 Like

You aren’t thinking. You know it. Thanks!

1 Like