Skip to content

Commit

Permalink
acrn-config: remove hvlog support for generic board
Browse files Browse the repository at this point in the history
hvlog is for debug purpose and its address is board specific,
so remove the param in sos cmdline.

If user want to support hvlog in his own board, then he can add
the param in sos cmdline manually.

Tracked-On: #3602

Signed-off-by: Victor Sun <[email protected]>
  • Loading branch information
jsun26intel authored and wenlingz committed Sep 23, 2019
1 parent bd3a686 commit 3e9f2aa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion misc/acrn-config/xmls/config-xmls/generic/hybrid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<bootargs desc="Specify kernel boot arguments">
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1
hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000
</bootargs>
</board_private>
</vm>
Expand Down
1 change: 0 additions & 1 deletion misc/acrn-config/xmls/config-xmls/generic/industry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<bootargs desc="Specify kernel boot arguments">
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1
hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000
</bootargs>
</board_private>
</vm>
Expand Down
1 change: 0 additions & 1 deletion misc/acrn-config/xmls/config-xmls/generic/sdc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<bootargs desc="Specify kernel boot arguments">
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1
hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000
</bootargs>
</board_private>
</vm>
Expand Down
1 change: 0 additions & 1 deletion misc/acrn-config/xmls/config-xmls/generic/sdc2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<bootargs desc="Specify kernel boot arguments">
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1
hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000
</bootargs>
</board_private>
</vm>
Expand Down

0 comments on commit 3e9f2aa

Please sign in to comment.