Skip to content

Commit efad496

Browse files
KaigeFuacrnsi
authored andcommitted
DM: Add -A to support S5 of hard rt vm
This patch add '-A' to support S5 of hard rt vm. Tracked-On: #2865 Signed-off-by: Kaige Fu <kaige.fu@intel.com>
1 parent 382acfa commit efad496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devicemodel/samples/nuc/launch_hard_rt_vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "8086 9d03" > /sys/bus/pci/drivers/pci-stub/new_id
1717
echo "0000:00:17.0" > /sys/bus/pci/devices/0000:00:17.0/driver/unbind
1818
echo "0000:00:17.0" > /sys/bus/pci/drivers/pci-stub/bind
1919

20-
/usr/bin/acrn-dm -m $mem_size -c $1 \
20+
/usr/bin/acrn-dm -A -m $mem_size -c $1 \
2121
-k /root/rt_uos_kernel \
2222
--lapic_pt \
2323
--virtio_poll 1000000 \

0 commit comments

Comments
 (0)