From 76f300d4d2475249a51c538cc41989f10f8c263a Mon Sep 17 00:00:00 2001 From: Terrence Xu Date: Fri, 10 Mar 2017 03:34:49 +0800 Subject: Add the new tool for create GVT-g Linux guest based on KVMGT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GVT-g (IntelĀ® Graphics Virtualization Technology) is a full GPU virtualization solution with mediated pass-through support. This tool is for create basic Linux guest based on KVMGT with VFIO framework, it including create vgpu, create guest, check IP address, destroy guest, remove vgpu,check dmesg log, etc functions. v2: Treat this case as a free-standing tool, with detect & skip when it's not running on GVT-g capable platform or running without the required tools. v3: Make some optimizations: like "update the generate mac address scripts", "provide more useful information for end user", etc. v4: Miscellaneous cleanup (Petri) Signed-off-by: Terrence Xu Signed-off-by: Benyu Xu Signed-off-by: Petri Latvala --- tools/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/Makefile.sources') diff --git a/tools/Makefile.sources b/tools/Makefile.sources index 5797f768..6d9a6ace 100644 --- a/tools/Makefile.sources +++ b/tools/Makefile.sources @@ -30,6 +30,7 @@ tools_prog_lists = \ intel_vbt_decode \ intel_watermark \ intel_gem_info \ + intel_gvtg_test \ $(NULL) dist_bin_SCRIPTS = intel_gpu_abrt -- cgit v1.2.3