mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +00:00
acrn-config: add memmap param for hvlog in xmls
Reserve memory for hv sbuf to avoid its possible overwriting on kernel memory, need to update the kernel param in corresponding config-xmls; Tracked-On: #3602 Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<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
|
||||
hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000
|
||||
</bootargs>
|
||||
</board_private>
|
||||
</vm>
|
||||
|
||||
Reference in New Issue
Block a user