Skip to content

Commit ab5572b

Browse files
mgcaodbkinder
authored andcommitted
doc: explain intr storm monitor params in acrn-dm
add the introduction of interrupt storm monitor params in acrn-dm commond lines. Signed-off-by: Minggui Cao <minggui.cao@intel.com>
1 parent f65e05c commit ab5572b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/developer-guides/hld/hld-devicemodel.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ options:
5454
acrn-dm [-abehuwxACHPSTWY] [-c vcpus] [-g <gdb port>] [-l <lpc>]
5555
[-m mem] [-p vcpu:hostcpu] [-s <pci>] [-U uuid]
5656
[--vsbl vsbl_file_name] [--part_info part_info_name]
57-
[--enable_trusty] <vm>
57+
[--enable_trusty] [--intr_monitor param_setting] <vm>
5858
5959
-a: local apic is in xAPIC mode (deprecated)
6060
-A: create ACPI tables
@@ -87,7 +87,8 @@ options:
8787
--part_info: guest partition info file path
8888
--enable_trusty: enable trusty for guest
8989
--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)
9192
9293
Here's an example showing how to run a VM with:
9394

@@ -105,6 +106,7 @@ Here's an example showing how to run a VM with:
105106
-s 5,virtio-console,@pty:pty_port \
106107
-s 3,virtio-blk,b,/data/clearlinux/clearlinux.img \
107108
-s 4,virtio-net,tap_LaaG --vsbl /usr/share/acrn/bios/VSBL.bin \
109+
--intr_monitor 10000,10,1,100 \
108110
-B "root=/dev/vda2 rw rootwait maxcpus=3 nohpet console=hvc0 \
109111
console=ttyS0 no_timer_check ignore_loglevel log_buf_len=16M \
110112
consoleblank=0 tsc=reliable i915.avail_planes_per_pipe=0x070F00 \

0 commit comments

Comments
 (0)