acrn-hypervisor/doc
Minggui Cao ef0f8b4ada DOC: add vuart setting guide to avoid conflict
different serial devices could be used on different boards.
"vuart=ttySn@irqN" is used to avoid vuart's irq conflict
with SOS passthrough devices.

on UEFI platform, if ttyS1 used for debug uart, and its IRQ
on native OS is 5, you'd better set "vuart=ttyS1@irq5"; also
for its SOS bootargs in acrn.conf, you need set "console=ttyS1"
to match its vuart setting.

Tracked-On: #2170
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
2019-01-07 11:28:38 -08:00
..
.known-issues doc: hide doxygen duplicate definition warnings 2018-11-01 20:55:11 -07:00
_templates doc: cleanup css, search, version choices 2018-07-26 14:00:49 -07:00
api doc: Fix AcrnGT broken API doc due to kernel upgrade 2018-10-29 09:20:43 -07:00
custom-doxygen doc: organizational and look improvements 2018-05-11 14:44:27 +08:00
developer-guides doc: initial draft of ACRN coding guidelines 2018-12-26 22:46:46 -08:00
extensions doc: add sphinx extension improving only directive 2018-11-29 14:38:41 -08:00
getting-started DOC: add vuart setting guide to avoid conflict 2019-01-07 11:28:38 -08:00
images doc: use graphviz for intro boot-flow diagram 2018-06-11 13:09:40 -07:00
introduction doc: use graphviz for intro boot-flow diagram 2018-06-11 13:09:40 -07:00
reference/kconfig doc: add hypervisor kconfig option reference 2018-06-15 15:20:43 -07:00
scripts Documentation generation: update kernel-doc script to latest 2018-11-28 12:01:25 -08:00
static doc: add CSS for non-compliant code examples 2018-12-26 11:09:46 -08:00
tutorials Documentation: split the build instructions into its own guide 2018-12-21 10:01:13 -08:00
user-guides doc: update OVMF usage for acrn-dm 2018-12-13 09:56:09 +08:00
LICENSE doc: update project documentation LICENSE 2018-05-15 17:19:35 +08:00
Makefile doc: add Makefile option for singlehtml 2018-11-12 09:47:12 -08:00
README.md doc: post-merge changes to docs 2018-05-15 18:03:33 +08:00
acrn.doxyfile modularization: move vMTRR code to guest directory 2018-12-14 09:43:06 +08:00
conf.py doc: update footer copyright year 2018-12-27 17:06:51 -08:00
glossary.rst Documentation: update to AcrnGT official name 2018-09-06 21:51:23 -07:00
hardware.rst doc: reorganize doc tree 2018-07-16 15:17:11 -07:00
index.rst doc: reorganize doc tree 2018-07-16 15:17:11 -07:00
release_notes.rst doc: prepare for versioned release notes 2018-09-05 15:53:27 -07:00
release_notes_0.1.rst doc: fix doc misspellings 2018-09-05 16:06:19 -07:00
release_notes_0.2.rst doc: update doc version menu for v0.2 release 2018-09-24 11:01:15 -07:00
release_notes_0.3.rst doc: fix use of double dashes 2018-12-12 15:06:43 -08:00
release_notes_0.4.rst doc: fix use of double dashes 2018-12-12 15:06:43 -08:00
substitutions.txt doc: add network virtualization hld 2018-09-20 10:02:43 -07:00

README.md

Project ACRN Documentation

This folder hold the source and configuration files used to generate the Project ACRN documentation web site published to https://projectacrn.github.io