From 98dc755ef10e38d6368e0d4e9e4006967a972cb9 Mon Sep 17 00:00:00 2001 From: fuzhongl Date: Thu, 17 Oct 2019 09:07:05 +0800 Subject: [PATCH] dm: NVME bdf info update on KBLNUC7i7DNH Wrong NVMe bdf info of KBLNUC7i7DNH is modified by mistake; so change it back. Tracked-On: #3827 Reviewed-by: binbin.wu@intel.com Signed-off-by: fuzhongl --- devicemodel/samples/nuc/launch_hard_rt_vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/samples/nuc/launch_hard_rt_vm.sh b/devicemodel/samples/nuc/launch_hard_rt_vm.sh index 824410a0f..4690817d5 100755 --- a/devicemodel/samples/nuc/launch_hard_rt_vm.sh +++ b/devicemodel/samples/nuc/launch_hard_rt_vm.sh @@ -13,7 +13,7 @@ passthru_vpid=( passthru_bdf=( ["eth"]="0000:00:1f.6" ["sata"]="0000:00:17.0" -["nvme"]="0000:02:0.0" +["nvme"]="0000:02:00.0" ) function launch_hard_rt_vm()