From 4f3a28d29f38e8d72dfd9dd43df818b2c08540b3 Mon Sep 17 00:00:00 2001 From: Kunhui-Li Date: Wed, 10 Aug 2022 10:56:04 +0800 Subject: [PATCH] config_tools: refine virtio gpu device in the schema this patch refines virtio gpu device in the schema for new design. Tracked-On: #7970 Signed-off-by: Kunhui-Li Signed-off-by: Yang,Yu-chu Reviewed-by: Junjie Mao --- misc/config_tools/schema/VMtypes.xsd | 76 ++++++++++++++++++++++++++++ misc/config_tools/schema/config.xsd | 5 +- 2 files changed, 78 insertions(+), 3 deletions(-) diff --git a/misc/config_tools/schema/VMtypes.xsd b/misc/config_tools/schema/VMtypes.xsd index b8364f853..19dc33ed9 100644 --- a/misc/config_tools/schema/VMtypes.xsd +++ b/misc/config_tools/schema/VMtypes.xsd @@ -373,6 +373,82 @@ The size is a subset of the VM's total memory size specified on the Basic tab. + + + A string with value: ``Window`` and ``Full screen``. + + + + + + + + + + Values of display window resolutions. + + + + + + + + + + + + + + + + + + + + + + + + + + Monitor id specifies which physical monitor the virtual display locates in full screen mode. + + + + + Windows resolution specifies the virtual window size of user vm. + + + + + The abscissa (x-axis coordinate) of the left top point of the virtual window. + + + + + The ordinate (x-axis coordinate) of the left top point of the virtual window. + + + + + + + + + + + + + + + + Display type provide virtual display for user vm with either full screen mode or virtual window mode. + + + + + + diff --git a/misc/config_tools/schema/config.xsd b/misc/config_tools/schema/config.xsd index d8a550ec6..974af8bd9 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -473,9 +473,8 @@ argument and memory. - - + + The virtio GPU device presents a GPU device to the VM. This feature enables you to view the VM's GPU output in the Service VM.