From de4d793389cffcd8e724912a586565b9edcf08b0 Mon Sep 17 00:00:00 2001 From: Yonghua Huang Date: Wed, 4 Apr 2018 17:27:45 +0800 Subject: [PATCH] Remove 'noxsave' bootarg in dm sample script xsave feature is enabled in hv and exposed to uos Signed-off-by: Yonghua Huang --- devicemodel/samples/launch_uos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/samples/launch_uos.sh b/devicemodel/samples/launch_uos.sh index c61749fce..5c9d599a6 100755 --- a/devicemodel/samples/launch_uos.sh +++ b/devicemodel/samples/launch_uos.sh @@ -22,7 +22,7 @@ acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \ -s 3,virtio-blk,/root/clear-21260-kvm.img \ -s 4,virtio-net,tap0 \ -k /usr/lib/kernel/org.clearlinux.pk414-standard.4.14.23-19 \ - -B "root=/dev/vda3 rw rootwait noxsave maxcpus=$2 nohpet console=tty0 console=hvc0 \ + -B "root=/dev/vda3 rw rootwait maxcpus=$2 nohpet console=tty0 console=hvc0 \ console=ttyS0 no_timer_check ignore_loglevel log_buf_len=16M \ consoleblank=0 tsc=reliable i915.avail_planes_per_pipe=$4 \ i915.enable_hangcheck=0 i915.nuclear_pageflip=1" $vm_name