Remove 'noxsave' bootarg in dm sample script
xsave feature is enabled in hv and exposed to uos Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
parent
3f03dee3d5
commit
de4d793389
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue