On Thu, Mar 07, 2019 at 04:27:34AM +0000, AJ Jordan wrote: > If anyone wants to double-check that they haven't accidentally created > a PV domain vulnerable to these XSAs, this command: > > % qvm-ls --fields NAME | tail -n +2 | xargs -n 1 -I % qvm-prefs % virt_mode | > grep -ve pvh -e hvm | wc -l > > should do the trick. It reports how many vulnerable VMs are on your > system. > > -AJ >
It's somewhat easier to access the mode directly: qvm-ls -O NAME,virt_mode |grep -iw pv will show you the names of any pv qubes. unman -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20190308112953.h3eiqcgtqjxt5tbg%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
