Re: [libvirt PATCH 2/2] virsh: allow nodedev-list --all --tree

2021-07-19 Thread Michal Prívozník
On 7/7/21 11:29 PM, Jonathon Jongsma wrote: > Allow the tree view with --all so that we can see all inactive mdevs in > a tree structure nested under their parent devices. > > Signed-off-by: Jonathon Jongsma > --- > tools/virsh-nodedev.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

Re: [libvirt PATCH 2/2] virsh: allow nodedev-list --all --tree

2021-07-15 Thread Shalini Chellathurai Saroja
On 7/7/21 11:29 PM, Jonathon Jongsma wrote: Allow the tree view with --all so that we can see all inactive mdevs in a tree structure nested under their parent devices. Signed-off-by: Jonathon Jongsma Reviewed-by: Shalini Chellathurai Saroja -- Kind regards Shalini Chellathurai Saroja

[libvirt PATCH 2/2] virsh: allow nodedev-list --all --tree

2021-07-07 Thread Jonathon Jongsma
Allow the tree view with --all so that we can see all inactive mdevs in a tree structure nested under their parent devices. Signed-off-by: Jonathon Jongsma --- tools/virsh-nodedev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/virsh-nodedev.c