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/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/.gitignore') diff --git a/tools/.gitignore b/tools/.gitignore index 9f9dce65..2e16cb26 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -5,7 +5,6 @@ intel_aubdump intel_audio_dump intel_backlight intel_bios_dumper -intel_vbt_decode intel_display_crc intel_display_poller intel_dp_compliance @@ -20,6 +19,7 @@ intel_gpu_time intel_gpu_top intel_gtt intel_guc_logger +intel_gvtg_test intel_infoframes intel_l3_parity intel_lid @@ -30,6 +30,7 @@ intel_reg intel_reg_checker intel_residency intel_stepping +intel_vbt_decode intel_watermark skl_compute_wrpll skl_ddb_allocation -- cgit v1.2.3