@@ -54,7 +54,7 @@ options:
54
54
acrn-dm [-abehuwxACHPSTWY] [-c vcpus] [-g <gdb port>] [-l <lpc>]
55
55
[-m mem] [-p vcpu:hostcpu] [-s <pci>] [-U uuid]
56
56
[--vsbl vsbl_file_name] [--part_info part_info_name]
57
- [--enable_trusty] <vm>
57
+ [--enable_trusty] [--intr_monitor param_setting] <vm>
58
58
59
59
-a: local apic is in xAPIC mode (deprecated)
60
60
-A: create ACPI tables
@@ -87,7 +87,8 @@ options:
87
87
--part_info: guest partition info file path
88
88
--enable_trusty: enable trusty for guest
89
89
--ptdev_no_reset: disable reset check for ptdev
90
-
90
+ --intr_monitor: enable interrupt storm monitor, params:
91
+ threshold/s,probe-period(s),delay_time(ms),delay_duration(ms)
91
92
92
93
Here's an example showing how to run a VM with:
93
94
@@ -105,6 +106,7 @@ Here's an example showing how to run a VM with:
105
106
-s 5,virtio-console,@pty:pty_port \
106
107
-s 3,virtio-blk,b,/data/clearlinux/clearlinux.img \
107
108
-s 4,virtio-net,tap_LaaG --vsbl /usr/share/acrn/bios/VSBL.bin \
109
+ --intr_monitor 10000,10,1,100 \
108
110
-B " root=/dev/vda2 rw rootwait maxcpus=3 nohpet console=hvc0 \
109
111
console=ttyS0 no_timer_check ignore_loglevel log_buf_len=16M \
110
112
consoleblank=0 tsc=reliable i915.avail_planes_per_pipe=0x070F00 \
0 commit comments