]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: vcpu_stall_detector: Add qemu,vcpu-stall-detector compatible
authorSebastian Ene <sebastianene@google.com>
Mon, 11 Jul 2022 08:17:19 +0000 (08:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Jul 2022 14:54:17 +0000 (16:54 +0200)
commit31edb5c57640dfcd79a762368e8a660f72c9d447
tree1f5fa7e76cf16ac451f89c90a36119e7dc776984
parenta2620932158d278a3fce78b665b7502e2637e88a
dt-bindings: vcpu_stall_detector: Add qemu,vcpu-stall-detector compatible

The VCPU stall detection mechanism allows to configure the expiration
duration and the internal counter clock frequency measured in Hz.
Add these properties in the schema.

While this is a memory mapped virtual device, it is expected to be loaded
when the DT contains the compatible: "qemu,vcpu-stall-detector" node.
In a protected VM we trust the generated DT nodes and we don't rely on
the host to present the hardware peripherals.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sebastian Ene <sebastianene@google.com>
Link: https://lore.kernel.org/r/20220711081720.2870509-2-sebastianene@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/misc/qemu,vcpu-stall-detector.yaml [new file with mode: 0644]