From b4a4d46c176f2e5dee5a8b0c3e268961502f6e27 Mon Sep 17 00:00:00 2001 From: Gao Junhao Date: Wed, 23 Oct 2019 04:52:31 +0000 Subject: [PATCH] doc: add entry for passthru realization add entry for passthru realization in device model Signed-off-by: Gao Junhao --- doc/developer-guides/hld/hld-devicemodel.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/developer-guides/hld/hld-devicemodel.rst b/doc/developer-guides/hld/hld-devicemodel.rst index 6a9123e29..022de223b 100644 --- a/doc/developer-guides/hld/hld-devicemodel.rst +++ b/doc/developer-guides/hld/hld-devicemodel.rst @@ -1188,3 +1188,9 @@ To emulate UOS S3 entry, DM pauses the UOS VM, stops the UOS watchdog, and waits for a resume signal. When the UOS should exit from S3, DM will get a wakeup signal and reset the UOS VM to emulate the UOS exit from S3. + +Pass-through in Device Model +**************************** + +You may refer to :ref:`hv-device-passthrough` for pass-through realization +in device model.