]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - tools/hv/lsvmbus.8
KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq()
[mirror_ubuntu-bionic-kernel.git] / tools / hv / lsvmbus.8
CommitLineData
3f010818
AW
1.\" This page Copyright (C) 2016 Andy Whitcroft <apw@canonical.com>
2.\" Distributed under the GPL v2 or later.
3.TH LSVMBUS 8
4.SH NAME
5lsvmbus \- List Hyper-V VMBus devices
6.SH SYNOPSIS
7.ft B
8.B lsvmbus [-vv]
9.br
10.SH DESCRIPTION
11\fBlsvmbus\fP
12displays devices attached to the Hyper-V VMBus.
13.SH OPTIONS
14.\"
15.TP
16.B -v
17With -v more information is printed including the VMBus Rel_ID, class ID,
18Rel_ID, and which channel is bound to which virtual processor. Use -vv
19for additional detail including the Device_ID and the sysfs path.
20.\"
21.SH AUTHORS
22.nf
23Written by Dexuan Cui <decui@microsoft.com>