doc: fix formatting issues in v0.6 release notes

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-02-14 21:39:43 -08:00 committed by David Kinder
parent 514257e251
commit da74797243

View File

@ -111,27 +111,23 @@ Known Issues
**Impact:** Cannot play those formats of videos in SOS. **Impact:** Cannot play those formats of videos in SOS.
**Workaround:** None. The issues will be fixed in the next release. **Workaround:** None. The issue will be fixed in the next release.
:acrn-issue:`1782` - UOS failed to get IP address with the pass-through network card :acrn-issue:`1782` - UOS failed to get IP address with the pass-through network card
After a network card is pass-through to UOS, it fails to get an IP address in UOS. After a network card is pass-through to UOS, it fails to get an IP address in UOS.
**Impact:** Cannot use network in UOS. **Impact:** Cannot use network in UOS.
**Workaround:** None. The issues will be fixed in the next release. **Workaround:** None. The issue will be fixed in the next release.
:acrn-issue:`1991` - Input is useless in UART Console for corner case :acrn-issue:`1991` - Input is useless in UART Console for corner case
Input is useless in UART Console for a corner case, Input is useless in UART Console for a corner case,
demonstrated with these steps: demonstrated with these steps:
1) Boot to SOS 1) Boot to SOS
2) ssh into the SOS. 2) ssh into the SOS.
3) use "./launch_UOS.sh" to boot UOS. 3) use "./launch_UOS.sh" to boot UOS.
4) On the host, use "minicom -s dev/ttyUSB0". 4) On the host, use "minicom -s dev/ttyUSB0".
5) Use "sos_console 0" to launch SOS. 5) Use "sos_console 0" to launch SOS.
**Impact:** Failed to use UART for input in corner case. **Impact:** Failed to use UART for input in corner case.
@ -169,12 +165,11 @@ Known Issues
**Workaround:** None **Workaround:** None
:acrn-issue:`2279` - [APLNUC]After exiting UOS with mediator Usb_KeyBoard and Mouse, SOS cannot use the :acrn-issue:`2279` - [APLNUC]After exiting UOS with mediator Usb_KeyBoard and Mouse, SOS cannot use the Usb_KeyBoard and Mouse
Usb_KeyBoard and Mouse
After exiting UOS with mediator Usb_KeyBoard and Mouse, SOS cannot use the Usb_KeyBoard and Mouse. After exiting UOS with mediator Usb_KeyBoard and Mouse, SOS cannot use the Usb_KeyBoard and Mouse.
Reproduce Steps as below: Reproduce Steps as below:
1) Insert USB keyboard and mouse in standard A portUSB3.0 port 1) Insert USB keyboard and mouse in standard A port (USB3.0 port)
2) Boot UOS by sharing the USB keyboard and mouse in cmd line: 2) Boot UOS by sharing the USB keyboard and mouse in cmd line:
@ -211,6 +206,7 @@ Known Issues
**Impact:** Cannot use ias weston in UOS. **Impact:** Cannot use ias weston in UOS.
**Workaround:** **Workaround:**
1) Use weston instead of IAS weston: ``swupd install x11-server`` 1) Use weston instead of IAS weston: ``swupd install x11-server``
2) Use acrn-kernel to rebuild SOS kernel to replace integrated kernel. To confirm "DRM_FBDEV_EMULATION" related configs in kernel_config_sos should as below: 2) Use acrn-kernel to rebuild SOS kernel to replace integrated kernel. To confirm "DRM_FBDEV_EMULATION" related configs in kernel_config_sos should as below:
@ -220,7 +216,7 @@ Known Issues
CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100 CONFIG_DRM_FBDEV_OVERALLOC=100
The issues will be fixed in the next release. The issue will be fixed in the next release.
:acrn-issue:`2524` - [UP2][SBL] Launching UOS hang while weston is running in SOS :acrn-issue:`2524` - [UP2][SBL] Launching UOS hang while weston is running in SOS
When using weston in SOS, it will hang during the UOS launch. When using weston in SOS, it will hang during the UOS launch.
@ -237,7 +233,7 @@ Known Issues
CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100 CONFIG_DRM_FBDEV_OVERALLOC=100
The issues will be fixed in the next release. The issue will be fixed in the next release.
:acrn-issue:`2527` - [KBLNUC][HV]System will crash when run crashme (SOS/UOS) :acrn-issue:`2527` - [KBLNUC][HV]System will crash when run crashme (SOS/UOS)
System will crash after a few minutes running stress test crashme tool in SOS/UOS. System will crash after a few minutes running stress test crashme tool in SOS/UOS.