On Mon, 27 Jun 2022 10:28:11 +0000, Sebastian Ene wrote: > 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. > > Signed-off-by: Sebastian Ene <sebastianene@xxxxxxxxxx> > --- > .../misc/qemu,vcpu-stall-detector.yaml | 51 +++++++++++++++++++ > 1 file changed, 51 insertions(+) > create mode 100644 Documentation/devicetree/bindings/misc/qemu,vcpu-stall-detector.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>