diff --git a/doc/tutorials/using_partition_mode_on_up2.rst b/doc/tutorials/using_partition_mode_on_up2.rst
index 53a83e7b5..9dac975d1 100644
--- a/doc/tutorials/using_partition_mode_on_up2.rst
+++ b/doc/tutorials/using_partition_mode_on_up2.rst
@@ -204,9 +204,9 @@ Enable partition mode in ACRN hypervisor
#define VM0_CONFIG_MEM_SIZE 0x20000000UL
#define VM0_CONFIG_OS_NAME "ClearLinux 26600"
- #define VM0_CONFIG_OS_BOOTARGS "root=/dev/sda3 rw rootwait noxsave maxcpus=2 nohpet console=hvc0 \
+ #define VM0_CONFIG_OS_BOOTARGS "root=/dev/sda3 rw rootwait noxsave maxcpus=2 nohpet \
console=ttyS2 no_timer_check ignore_loglevel log_buf_len=16M \
- consoleblank=0 tsc=reliable xapic_phys"
+ consoleblank=0 tsc=reliable"
#define VM1_CONFIGURED
@@ -218,9 +218,9 @@ Enable partition mode in ACRN hypervisor
#define VM1_CONFIG_MEM_SIZE 0x20000000UL
#define VM1_CONFIG_OS_NAME "ClearLinux 26600"
- #define VM1_CONFIG_OS_BOOTARGS "root=/dev/sda3 rw rootwait noxsave maxcpus=2 nohpet console=hvc0 \
+ #define VM1_CONFIG_OS_BOOTARGS "root=/dev/sda3 rw rootwait noxsave maxcpus=2 nohpet \
console=ttyS2 no_timer_check ignore_loglevel log_buf_len=16M \
- consoleblank=0 tsc=reliable xapic_phys"
+ consoleblank=0 tsc=reliable"
#define VM0_CONFIG_PCI_PTDEV_NUM 2U
#define VM1_CONFIG_PCI_PTDEV_NUM 3U
@@ -295,9 +295,9 @@ Enable partition mode in ACRN hypervisor
#define VM0_CONFIG_MEM_SIZE 0x20000000UL
#define VM0_CONFIG_OS_NAME "ClearLinux 26600"
- #define VM0_CONFIG_OS_BOOTARGS "root=/dev/sda3 rw rootwait noxsave maxcpus=2 nohpet console=hvc0 \
+ #define VM0_CONFIG_OS_BOOTARGS "root=/dev/sda3 rw rootwait noxsave maxcpus=2 nohpet \
console=ttyS2 no_timer_check ignore_loglevel log_buf_len=16M \
- consoleblank=0 tsc=reliable xapic_phys"
+ consoleblank=0 tsc=reliable"
.. note::
diff --git a/hypervisor/scenarios/logical_partition/vm_configurations.c b/hypervisor/scenarios/logical_partition/vm_configurations.c
index e12b49508..6147459eb 100644
--- a/hypervisor/scenarios/logical_partition/vm_configurations.c
+++ b/hypervisor/scenarios/logical_partition/vm_configurations.c
@@ -31,9 +31,9 @@ struct acrn_vm_config vm_configs[CONFIG_MAX_VM_NUM] = {
.bootargs = VM0_CONFIG_OS_BOOTARG_CONSOLE \
VM0_CONFIG_OS_BOOTARG_MAXCPUS \
VM0_CONFIG_OS_BOOTARG_ROOT \
- "rw rootwait noxsave nohpet console=hvc0 \
+ "rw rootwait noxsave nohpet \
no_timer_check ignore_loglevel log_buf_len=16M \
- consoleblank=0 tsc=reliable xapic_phys"
+ consoleblank=0 tsc=reliable"
},
.vuart[0] = {
.type = VUART_LEGACY_PIO,
@@ -71,9 +71,9 @@ struct acrn_vm_config vm_configs[CONFIG_MAX_VM_NUM] = {
.bootargs = VM1_CONFIG_OS_BOOTARG_CONSOLE \
VM1_CONFIG_OS_BOOTARG_MAXCPUS \
VM1_CONFIG_OS_BOOTARG_ROOT \
- "rw rootwait noxsave nohpet console=hvc0 \
+ "rw rootwait noxsave nohpet \
no_timer_check ignore_loglevel log_buf_len=16M \
- consoleblank=0 tsc=reliable xapic_phys"
+ consoleblank=0 tsc=reliable"
},
.vuart[0] = {
.type = VUART_LEGACY_PIO,
diff --git a/misc/acrn-config/xmls/config-xmls/apl-mrb/logical_partition.xml b/misc/acrn-config/xmls/config-xmls/apl-mrb/logical_partition.xml
index 6516e3230..0e4c28822 100644
--- a/misc/acrn-config/xmls/config-xmls/apl-mrb/logical_partition.xml
+++ b/misc/acrn-config/xmls/config-xmls/apl-mrb/logical_partition.xml
@@ -29,7 +29,7 @@
/dev/ttyS0
/dev/mmcblk1p1
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable
@@ -78,8 +78,8 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M
- consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M
+ consoleblank=0 tsc=reliable
diff --git a/misc/acrn-config/xmls/config-xmls/apl-up2-n3350/logical_partition.xml b/misc/acrn-config/xmls/config-xmls/apl-up2-n3350/logical_partition.xml
index bb1950d45..53c1bca9e 100644
--- a/misc/acrn-config/xmls/config-xmls/apl-up2-n3350/logical_partition.xml
+++ b/misc/acrn-config/xmls/config-xmls/apl-up2-n3350/logical_partition.xml
@@ -29,7 +29,7 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable
@@ -77,8 +77,8 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M
- consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M
+ consoleblank=0 tsc=reliable
diff --git a/misc/acrn-config/xmls/config-xmls/apl-up2/logical_partition.xml b/misc/acrn-config/xmls/config-xmls/apl-up2/logical_partition.xml
index 3c40ade6a..b03fba8b2 100644
--- a/misc/acrn-config/xmls/config-xmls/apl-up2/logical_partition.xml
+++ b/misc/acrn-config/xmls/config-xmls/apl-up2/logical_partition.xml
@@ -30,7 +30,7 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable
@@ -79,8 +79,8 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M
- consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M
+ consoleblank=0 tsc=reliable
diff --git a/misc/acrn-config/xmls/config-xmls/generic/logical_partition.xml b/misc/acrn-config/xmls/config-xmls/generic/logical_partition.xml
index 862d00601..51f8baa13 100644
--- a/misc/acrn-config/xmls/config-xmls/generic/logical_partition.xml
+++ b/misc/acrn-config/xmls/config-xmls/generic/logical_partition.xml
@@ -30,7 +30,7 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable
@@ -79,8 +79,8 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M
- consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M
+ consoleblank=0 tsc=reliable
diff --git a/misc/acrn-config/xmls/config-xmls/nuc6cayh/logical_partition.xml b/misc/acrn-config/xmls/config-xmls/nuc6cayh/logical_partition.xml
index 2e99fe745..03b4ce06b 100644
--- a/misc/acrn-config/xmls/config-xmls/nuc6cayh/logical_partition.xml
+++ b/misc/acrn-config/xmls/config-xmls/nuc6cayh/logical_partition.xml
@@ -30,7 +30,7 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable
@@ -79,8 +79,8 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M
- consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M
+ consoleblank=0 tsc=reliable
diff --git a/misc/acrn-config/xmls/config-xmls/nuc7i7dnb/logical_partition.xml b/misc/acrn-config/xmls/config-xmls/nuc7i7dnb/logical_partition.xml
index 377a6a000..e7dae7f89 100644
--- a/misc/acrn-config/xmls/config-xmls/nuc7i7dnb/logical_partition.xml
+++ b/misc/acrn-config/xmls/config-xmls/nuc7i7dnb/logical_partition.xml
@@ -30,7 +30,7 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable
@@ -79,8 +79,8 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M
- consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M
+ consoleblank=0 tsc=reliable
diff --git a/misc/acrn-config/xmls/config-xmls/whl-ipc-i5/logical_partition.xml b/misc/acrn-config/xmls/config-xmls/whl-ipc-i5/logical_partition.xml
index 11d66776c..704c87e29 100644
--- a/misc/acrn-config/xmls/config-xmls/whl-ipc-i5/logical_partition.xml
+++ b/misc/acrn-config/xmls/config-xmls/whl-ipc-i5/logical_partition.xml
@@ -30,7 +30,7 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable
@@ -79,8 +79,8 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M
- consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M
+ consoleblank=0 tsc=reliable
diff --git a/misc/acrn-config/xmls/config-xmls/whl-ipc-i7/logical_partition.xml b/misc/acrn-config/xmls/config-xmls/whl-ipc-i7/logical_partition.xml
index 52ade2d9e..31539eefe 100644
--- a/misc/acrn-config/xmls/config-xmls/whl-ipc-i7/logical_partition.xml
+++ b/misc/acrn-config/xmls/config-xmls/whl-ipc-i7/logical_partition.xml
@@ -30,7 +30,7 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M consoleblank=0 tsc=reliable
@@ -79,8 +79,8 @@
/dev/ttyS0
/dev/sda3
- rw rootwait noxsave nohpet console=hvc0 no_timer_check ignore_loglevel log_buf_len=16M
- consoleblank=0 tsc=reliable xapic_phys
+ rw rootwait noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M
+ consoleblank=0 tsc=reliable