mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-02 20:35:32 +00:00
ACRN 2.1 supports two virtual boot modes, deprivilege boot mode and direct boot mode. The deprivilege boot mode’s main purpose is to support booting Clear Linux Service VM with UEFI service support, but this brings scalability problems when porting ACRN to new Intel platforms. For the 2.2 release, deprivilege mode is removed, and only direct boot is supported, and with this we've removed support for Clear Linux as the service VM, which impacts over 50 ACRN documents. This PR removes documents we don't intend to update, and fixes broken links that would occur from references to these deleted docs. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
404 lines
19 KiB
ReStructuredText
404 lines
19 KiB
ReStructuredText
.. _release_notes_0.6:
|
|
|
|
ACRN v0.6 (Feb 2019)
|
|
####################
|
|
|
|
We are pleased to announce the release of Project ACRN version 0.6.
|
|
|
|
ACRN is a flexible, lightweight reference hypervisor, built with
|
|
real-time and safety-criticality in mind, optimized to streamline
|
|
embedded development through an open source platform. Check out the
|
|
:ref:`introduction` for more information.
|
|
|
|
|
|
All project ACRN source code is maintained in the
|
|
https://github.com/projectacrn/acrn-hypervisor repository and includes
|
|
folders for the ACRN hypervisor, the ACRN device model, tools, and
|
|
documentation. You can either download this source code as a zip or
|
|
tar.gz file (see the `ACRN v0.6 GitHub release page
|
|
<https://github.com/projectacrn/acrn-hypervisor/releases/tag/v0.6>`_ or
|
|
use Git clone and checkout commands:
|
|
|
|
.. code-block:: bash
|
|
|
|
git clone https://github.com/projectacrn/acrn-hypervisor
|
|
cd acrn-hypervisor
|
|
git checkout v0.6
|
|
|
|
The project's online technical documentation is also tagged to correspond
|
|
with a specific release: generated v0.6 documents can be found at
|
|
https://projectacrn.github.io/0.6/. Documentation for the latest
|
|
(master) branch is found at https://projectacrn.github.io/latest/.
|
|
|
|
ACRN v0.6 requires Clear Linux OS version 27600.
|
|
|
|
Version 0.6 new features
|
|
************************
|
|
|
|
**Enable Privileged VM support for real-time UOS in ACRN**:
|
|
Initial patches to enable a User OS
|
|
(UOS) running as a virtual machine (VM)
|
|
with real-time characteristics, also called a "Privileged VM". We've
|
|
published a tutorial. More patches for ACRN real time support will continue.
|
|
|
|
**Document updates**: Several new documents have been added in this release, including:
|
|
|
|
* Running Automotive Grade Linux as a VM
|
|
* Using PREEMPT_RT-Linux for real-time UOS
|
|
* :ref:`Frequently Asked Questions <faq>`
|
|
* :ref:`An introduction to Trusty and Security services on ACRN
|
|
<trusty-security-services>`
|
|
* A Wiki article about `Porting ClearLinux/ACRN to support Yocto/ACRN
|
|
<https://github.com/projectacrn/acrn-hypervisor/wiki/Yocto-based-Service-OS-(SOS)-and-User-OS-(UOS)-on-ACRN>`_
|
|
* An `ACRN brochure update (English and Chinese)
|
|
<https://projectacrn.org/#code-docs>`_
|
|
|
|
- :acrn-issue:`888` - Security: Service OS Support for Platform Security Discovery
|
|
- :acrn-issue:`1498` - add watchdog MSI and INTR support in DM
|
|
- :acrn-issue:`2056` - Enable SMAP in hypervisor
|
|
- :acrn-issue:`2288` - Display interface - MIPI support
|
|
- :acrn-issue:`2343` - Rework TMR and EOI_EXIT_BITMAP updating logic
|
|
- :acrn-issue:`2344` - Add UP2 ACRN SBL binary to E2E build
|
|
- :acrn-issue:`2358` - Remove the flooding kernel message from vhm for memory setup
|
|
- :acrn-issue:`2395` - change DISCARD to synchronous mode
|
|
- :acrn-issue:`2351` - Enable post-launched hybrid mode
|
|
|
|
Fixed Issues
|
|
************
|
|
|
|
- :acrn-issue:`1775` - [APL UP2]ACRN debugging tool - acrntrace cannot be used in SOS
|
|
- :acrn-issue:`1776` - [APL UP2]ACRN debugging tool - acrnlog cannot be used in SOS
|
|
- :acrn-issue:`1796` - APL NUC fails to reboot sometimes
|
|
- :acrn-issue:`2043` - Fix incorrect vm_id captured when sampling PMU data
|
|
- :acrn-issue:`2086` - enable/disable snoop control bit per vm
|
|
- :acrn-issue:`2157` - Profiling: fix the profiling tool crash by page faults
|
|
- :acrn-issue:`2168` - Modify Makefile to save debug files
|
|
- :acrn-issue:`2200` - Won't build using ubuntu 16.04 LTS and binutils 2.26.1
|
|
- :acrn-issue:`2237` - Don't export two dma_bufs for the same importer in sos kernel
|
|
- :acrn-issue:`2257` - Profiling code clean up
|
|
- :acrn-issue:`2277` - [APLNUC]Launch UOS with 5G memory will hang 2 minutes
|
|
- :acrn-issue:`2298` - Hardcodes path to iasl
|
|
- :acrn-issue:`2341` - vm exit trace position is not correct
|
|
- :acrn-issue:`2349` - SOS failed boot up with RELOC config enabled.
|
|
- :acrn-issue:`2355` - Switch the default up-notification vector from 0xF7 to 0xF3
|
|
- :acrn-issue:`2356` - fail to start UOS on the renamed device name of VHM module
|
|
- :acrn-issue:`2371` - kconfig oldconfig doesn't work correctly
|
|
- :acrn-issue:`2389` - Need to add the dependency of $(LIB_FLAGS)
|
|
- :acrn-issue:`2410` - Launch UOS will occur page fault error when use the hypervisor build on Ubuntu
|
|
- :acrn-issue:`2427` - Remove redundant apicv code from legacy vInterrupt inject path
|
|
|
|
Known Issues
|
|
************
|
|
|
|
:acrn-issue:`1319` - SD card pass-through: UOS can't see SD card after UOS reboot.
|
|
SD card could not be found after UOS reboot in pass-through mode.
|
|
|
|
**Impact:** There is no SD card after UOS reboot.
|
|
|
|
**Workaround:** None. The issue will be fixed in the next release.
|
|
|
|
:acrn-issue:`1773` - USB Mediator: Can't find all devices when multiple usb devices connected[Reproduce rate:60%]
|
|
After booting UOS with multiple USB devices plugged in, there's a 60% chance that
|
|
one or more devices are not discovered.
|
|
|
|
**Impact:** Cannot use multiple USB devices at same time.
|
|
|
|
**Workaround:** Unplug and plug-in the unrecognized device after booting.
|
|
|
|
:acrn-issue:`1774` - UOS can't stop by command: acrnctl stop [vm name] in SOS
|
|
After launching UOS in SOS by "acrnctl start" command, UOS VM failed
|
|
to be stopped by "acrnctl stop" command.
|
|
|
|
**Impact:** Can't stop UOS in SOS.
|
|
|
|
**Workaround:** None. The issue will be fixed in the next release.
|
|
|
|
:acrn-issue:`1780` - Some video formats cannot be played in SOS
|
|
Video files with these encodings are not supported in the SOS:
|
|
H265_10bits, VP8, VP9, VP9_10bits, H265.720p.
|
|
|
|
**Impact:** Cannot play those formats of videos in SOS.
|
|
|
|
**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
|
|
After a network card is pass-through to UOS, it fails to get an IP address in UOS.
|
|
|
|
**Impact:** Cannot use network in UOS.
|
|
|
|
**Workaround:** None. The issue will be fixed in the next release.
|
|
|
|
:acrn-issue:`1991` - Input is useless in UART Console for corner case
|
|
Input is useless in UART Console for a corner case,
|
|
demonstrated with these steps:
|
|
|
|
1) Boot to SOS
|
|
2) ssh into the SOS.
|
|
3) use "./launch_UOS.sh" to boot UOS.
|
|
4) On the host, use "minicom -s dev/ttyUSB0".
|
|
5) Use "sos_console 0" to launch SOS.
|
|
|
|
**Impact:** Failed to use UART for input in corner case.
|
|
|
|
**Workaround:** Enter other keys before typing :kbd:`Enter`.
|
|
|
|
:acrn-issue:`1996` - There is an error log when using "acrnd&" to boot UOS
|
|
An error log is printed when starting acrnd as a background job
|
|
(``acrnd&``) to boot UOS. The UOS still boots up
|
|
normally, but prints: "Failed to open the socket(sos-lcs) to query the reason for the wake-up.
|
|
Activating all vms when acrnd & to boot uos."
|
|
|
|
**Impact:** UOS boots normally, but prints an error log message.
|
|
|
|
**Workaround:** None.
|
|
|
|
:acrn-issue:`2267` - [APLUP2][LaaG]LaaG can't detect 4k monitor
|
|
After launching UOS on APL UP2 , 4k monitor cannot be detected.
|
|
|
|
**Impact:** UOS can't display on a 4k monitor.
|
|
|
|
**Workaround:** Use a monitor with less than 4k resolution.
|
|
|
|
:acrn-issue:`2276` - OVMF failed to launch UOS on UP2.
|
|
UP2 failed to launch UOS using OVMF as virtual bootloader with acrn-dm.
|
|
|
|
**Impact:** UOS cannot boot up using OVMF
|
|
|
|
**Workaround:** Use VSBL as virtual bootloader
|
|
|
|
:acrn-issue:`2278` - [KBLNUC] Cx/Px is not supported on KBLNUC
|
|
C states/P states is not supported on KBL NUC.
|
|
|
|
**Impact:** Power Management states related operations cannot be using in SOS/UOS on KBLNUC
|
|
|
|
**Workaround:** None
|
|
|
|
:acrn-issue:`2279` - [APLNUC]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:
|
|
|
|
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:
|
|
|
|
``-s n,xhci,1-1:1-2:1-3:1-4:2-1:2-2:2-3:2-4 \``
|
|
|
|
3) UOS access USB keyboard and mouse.
|
|
|
|
4) Exit UOS.
|
|
|
|
5) SOS access USB keyboard and mouse.
|
|
|
|
**Impact:** SOS cannot use USB keyboard and mouse in such case.
|
|
|
|
**Workaround:** Unplug and plug-in the USB keyboard and mouse after exiting UOS.
|
|
|
|
:acrn-issue:`2338` - [UP2]Lost 2G memory in SOS when using SBL as bootloader on UP2.
|
|
After using SBL as bootloader to boot UP2, SOS only has 2G memory with 4G physical memory bank.
|
|
|
|
**Impact:** lost 2G memory in SOS.
|
|
|
|
**Workaround:** Modify SBL Memory setting file "CfgData_Ext_Up2.dlt", see details in issue comments.
|
|
|
|
:acrn-issue:`2516` - [UP2][SBL] System hang with DP monitor connected
|
|
For UP2, system will occur crash when DP monitor is connected. It will be triggered immediately by running command "cat /sys/kernel/debug/dri/0/i915_display_info" in SOS.
|
|
|
|
**Impact:** Cannot use DP monitor.
|
|
|
|
**Workaround:** Remove enable_initial_modeset for UP2 platform. You can apply :acrn-commit:`4b53ed67` to rebuild UP2 images.
|
|
|
|
:acrn-issue:`2522` - [NUC7i7BNH]After starting ias in SOS, there is no display
|
|
On NUC7i7BNH, after starting IAS in SOS, there is no display if the monitor is
|
|
connected with a TPC to VGA connector.
|
|
|
|
**Impact:** Special model [NUC7i7BNH] has no display in SOS.
|
|
|
|
**Workaround:** None.
|
|
|
|
:acrn-issue:`2523` - UOS monitor does not display when using IAS
|
|
There is no UOS display after starting IAS weston.
|
|
|
|
**Impact:** Cannot use ias weston in UOS.
|
|
|
|
**Workaround:**
|
|
|
|
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:
|
|
|
|
.. code-block:: bash
|
|
|
|
CONFIG_DRM_KMS_FB_HELPER=y
|
|
CONFIG_DRM_FBDEV_EMULATION=y
|
|
CONFIG_DRM_FBDEV_OVERALLOC=100
|
|
|
|
The issue will be fixed in the next release.
|
|
|
|
: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.
|
|
|
|
**Impact:** launching UOS hang, and then no display in UOS.
|
|
|
|
**Workaround:** Use acrn-kernel to rebuild SOS kernel to replace the
|
|
integrated kernel. Confirm "DRM_FBDEV_EMULATION" related
|
|
configs in kernel_config_sos are as below:
|
|
|
|
.. code-block:: bash
|
|
|
|
CONFIG_DRM_KMS_FB_HELPER=y
|
|
CONFIG_DRM_FBDEV_EMULATION=y
|
|
CONFIG_DRM_FBDEV_OVERALLOC=100
|
|
|
|
The issue will be fixed in the next release.
|
|
|
|
: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.
|
|
|
|
**Impact:** System may crash in some stress situation.
|
|
|
|
**Workaround:** None
|
|
|
|
:acrn-issue:`2528` - [APLUP2] SBL (built by SBL latest code) failed to boot ACRN hypervisor
|
|
SBL built by latest slimbootloader code (HEAD->ad42a2bd6e4a6364358b9c712cb54e821ee7ee42) failed to boot acrn hypervisor.
|
|
|
|
**Impact:** UP2 with SBL cannot boot acrn hypervisor.
|
|
|
|
**Workaround:** Use SBL built by earlier slimbootloader code (commit id:edc112328cf3e414523162dd75dc3614e42579fe).
|
|
This folder version can boot acrn hypervisor normally.
|
|
|
|
.. comment
|
|
Use the syntax:
|
|
|
|
:acrn-issue:`663` - Short issue description
|
|
Longer description that helps explain the problem from the user's
|
|
point of view (not internal reasons). **Impact:** What's the
|
|
consequences of the issue, and how it can affect the user or system.
|
|
**Workaround:** Describe a workaround if one exists (or refer them to the
|
|
:acrn-issue:`663`` if described well there. If no workaround, say
|
|
"none".
|
|
|
|
|
|
Change Log
|
|
**********
|
|
|
|
These commits have been added to the acrn-hypervisor repo since the v0.5
|
|
release in Jan 2019 (click on the CommitID link to see details):
|
|
|
|
.. comment
|
|
|
|
This list is obtained from the command:
|
|
git log --pretty=format:'- :acrn-commit:`%h` %s' --after="2018-03-01"
|
|
|
|
|
|
- :acrn-commit:`ea250c51` doc: fixes to rt-linux tutorial
|
|
- :acrn-commit:`1a4a1c30` Need to delete '# CONFIG_BLK_DEV_NVME is not set' to enable NVME driver
|
|
- :acrn-commit:`37ce259f` modify create-up2-images scripts
|
|
- :acrn-commit:`eb7091bb` HV: add rdmsr/wrmsr debug cmd
|
|
- :acrn-commit:`648450c6` HV: cpu: add msr_read_pcpu()& msr_write_pcpu()
|
|
- :acrn-commit:`39ffd29a` schedule: add magic number at the bottom of schedule stack
|
|
- :acrn-commit:`efc64d77` hv: fix host call stack dump issue
|
|
- :acrn-commit:`5214a60b` hv: replace improper use of ASSERT with panic for parse_madt
|
|
- :acrn-commit:`9291fbe4` hv: multiboot: replace improper use of ASSERT with panic
|
|
- :acrn-commit:`2474c601` hv: replace improper use of panic with ASSERT
|
|
- :acrn-commit:`a01c3cb9` doc: change term of vm0 to sos_vm
|
|
- :acrn-commit:`7da9161d` hv:no need to use lock for the bit operations of local variable
|
|
- :acrn-commit:`e2cb6acb` doc: add Trusty ACRN doc
|
|
- :acrn-commit:`9c3c316f` doc: add rt-linux tutorial
|
|
- :acrn-commit:`0881bae7` doc: fix correct use of Clear Linux OS
|
|
- :acrn-commit:`fc887ead` doc: update coding guidelines
|
|
- :acrn-commit:`72faca50` doc: update documents for "--lapic_pt" feature
|
|
- :acrn-commit:`2ffc683d` hv: move some api declaration from mmu.h to ept.h
|
|
- :acrn-commit:`615c2bf8` hv:move e820 related macro and structure to e820.h
|
|
- :acrn-commit:`2b2dbe43` hv:move some files to guest folder
|
|
- :acrn-commit:`e9bb4267` hv:move vpic.h & vioapic.h to dm folder
|
|
- :acrn-commit:`89b6dc59` HV: MISRA clean in reloc.c
|
|
- :acrn-commit:`723ff1f4` HV: modularization improve UEFI macro control code
|
|
- :acrn-commit:`2a25f4e9` Doc: Remove CL release number from GSG document
|
|
- :acrn-commit:`fea541bd` hv: exception: low prioirity exception inject fix
|
|
- :acrn-commit:`c6d2908f` hv: vmexit: add handler for vmexit not supported for guest
|
|
- :acrn-commit:`cc2c0c3a` hv:Move several inline APIs from vm.h to \*.c
|
|
- :acrn-commit:`61552458` Kconfig: enlarge range of maximum number of IOMMU
|
|
- :acrn-commit:`69371f41` EFI: fix potential memory overwrite due to mmap table
|
|
- :acrn-commit:`b038ade2` hv: fix misra-c violations in reused partition mode functions
|
|
- :acrn-commit:`7d4ba5d7` Documentation build tools: update min version for kconfiglib
|
|
- :acrn-commit:`878c4e2d` dm: add example script to launch vm for realtime scenarios
|
|
- :acrn-commit:`c873d60a` dm: add option "lapic_pt" to create VM for realtime scenarios
|
|
- :acrn-commit:`8925da64` dm: adapt mptable generation for VM with lapic pt
|
|
- :acrn-commit:`e2cecfb5` hv: send IPI instead of irq injection to notify vcpu with lapic pt
|
|
- :acrn-commit:`16df57aa` hv: don't remap msi for pt devices if lapic_pt
|
|
- :acrn-commit:`a073ebee` hv: extend lapic pass-through for DM launched VM
|
|
- :acrn-commit:`c853eb4b` hv: remove redundant code for virtual interrupt injection
|
|
- :acrn-commit:`6d5456a0` hv: Bit Representation for IOAPIC RTE
|
|
- :acrn-commit:`7d57eb05` hv: Add bit representation for MSI addr and data
|
|
- :acrn-commit:`68250430` hv:Move severl variable declaration for boot code
|
|
- :acrn-commit:`c20d095a` HV: refine sos_vm config header
|
|
- :acrn-commit:`66e00230` HV: sanitize vm config
|
|
- :acrn-commit:`285b64fa` replace arch_switch_to with pure asm code instead of inline asm
|
|
- :acrn-commit:`c233bf54` make sure secondary CPU's stack is aligned with CPU STACK
|
|
- :acrn-commit:`ee066a7f` hv: fix possible buffer overflow in 'vcpu_set_eoi_exit()'
|
|
- :acrn-commit:`88eeae3f` hv: remove unused fields in 'struct acrn_vcpu'
|
|
- :acrn-commit:`5e99565b` security: Increase buffer size to avoid buffer overflow error
|
|
- :acrn-commit:`d0eb83aa` HV: move Kconfig IOREQ_POLLING to acrn vm config
|
|
- :acrn-commit:`6584b547` Makefile: add missing dependency
|
|
- :acrn-commit:`c43bca9c` doc: add a FAQ doc
|
|
- :acrn-commit:`bb8f5390` doc: add AGL as VMs on ACRN doc
|
|
- :acrn-commit:`5c5f4352` HV: modify RELOC kconfig option default to "enable"
|
|
- :acrn-commit:`8f22a6e8` HV: fix per-cpu stack relocation in trampoline.c
|
|
- :acrn-commit:`41dd38ba` HV: init_paging() wrongly calcuate the size of hypervisor
|
|
- :acrn-commit:`9feab4cf` HV: adjust the starting addr of HV to be 2M-aligned
|
|
- :acrn-commit:`07f14401` HV: save efi_ctx into HV to use after init_paging()
|
|
- :acrn-commit:`a445a4ea` EFI: Allocate EFI boot related struct from EFI allocation pool
|
|
- :acrn-commit:`ad0f8bc3` EFI: Allocate 2M aligned memory for hypervisor image
|
|
- :acrn-commit:`912be6c4` tools: respect CFLAGS and LDFLAGS from environment
|
|
- :acrn-commit:`899c9146` hv:Fix MISRA-C violations in vm.h
|
|
- :acrn-commit:`5ba4afcf` Use $(MAKE) when recursing
|
|
- :acrn-commit:`d0c9fce7` doc: add more rules in coding guidelines
|
|
- :acrn-commit:`3c605127` io_emul: reorg function definition to pass partition mode build
|
|
- :acrn-commit:`15030f6f` io_emul: reshuffle io emulation path
|
|
- :acrn-commit:`fb41ea5c` io_emul: remove pending_pre_work
|
|
- :acrn-commit:`4fc54f95` schedule: add full context switch support
|
|
- :acrn-commit:`21092e6f` schedule: use per_cpu idle object
|
|
- :acrn-commit:`5e947886` hv: vlapic: remove `calcvdest`
|
|
- :acrn-commit:`fd327920` kconfig: update .config on missed or conflicting symbol values
|
|
- :acrn-commit:`ca925f0d` dm: storage: change DISCARD to synchronous mode
|
|
- :acrn-commit:`46422692` dm: vhpet: add vHPET support
|
|
- :acrn-commit:`0343da8c` dm: vhpet: add HPET-related header files
|
|
- :acrn-commit:`3fe4c3f2` dm: provide timer callback handlers the number of expirations
|
|
- :acrn-commit:`0f7535fd` dm: add absolute timer mode
|
|
- :acrn-commit:`d1e1aa30` dm: create mevent's pipe in non-blocking mode
|
|
- :acrn-commit:`a9709bf8` hv: Makefile: add the dependency of $(LIB_FLAGS)
|
|
- :acrn-commit:`b489aec3` hv: idt: separate the MACRO definition
|
|
- :acrn-commit:`862ed16e` Makefile: add rules for installing debug information
|
|
- :acrn-commit:`173b534b` HV: modularization cleanup instr_emul header file
|
|
- :acrn-commit:`18dbdfd5` HV: replace lapic_pt with guest flag in vm_config
|
|
- :acrn-commit:`68aa718c` HV: replace bootargs config with acrn_vm_os_config
|
|
- :acrn-commit:`23f8e5e5` HV: replace memory config with acrn_vm_mem_config
|
|
- :acrn-commit:`253b2593` HV: remove vm_config pointer in acrn_vm struct
|
|
- :acrn-commit:`7bf9b1be` HV: enable pcpu bitmap config for partition mode
|
|
- :acrn-commit:`bc62ab79` HV: remove unused vm num config
|
|
- :acrn-commit:`2e32fba5` HV: remove sworld_supported in acrn_vm_config
|
|
- :acrn-commit:`ec199d96` HV: add get_sos_vm api
|
|
- :acrn-commit:`f3014a3c` HV: show correct vm name per config
|
|
- :acrn-commit:`e6117e0d` HV: refine launch vm interface
|
|
- :acrn-commit:`49e6deaf` HV: rename the term of vm0 to sos vm
|
|
- :acrn-commit:`55e5ed2e` hv:move ept violation handler to io_emul.c
|
|
- :acrn-commit:`1d98b701` hv: move 'setup_io_bitmap' to vm.c
|
|
- :acrn-commit:`de4ab6fd` hv:modulization for IO Emulation
|
|
- :acrn-commit:`808d0af2` HV: check to avoid interrupt delay timer add twice
|
|
- :acrn-commit:`d9c38baf` HV: remove unused mptable info
|
|
- :acrn-commit:`a8e4f227` HV: add new acrn_vm_config member and config files
|
|
- :acrn-commit:`c4a230f3` HV: rename the term of vm_description to vm_config
|
|
- :acrn-commit:`fe35dde4` Makefile: support SBL binary for E2E build
|
|
- :acrn-commit:`13c44f56` acrn/dm: Check device file of /dev/acrn_hsm to determine the path of offline VCPU
|
|
- :acrn-commit:`ca328816` acrn/dm: Add the check of acrn_vhm/acrn_hsm to open the VHM driver
|
|
- :acrn-commit:`e4a3a634` acrn/vhm: change the default notification vector to 0xF3
|
|
- :acrn-commit:`f45605dd` HV: modularization to separate CR related code
|
|
- :acrn-commit:`8265770f` hv:Change acrn_vhm_vector to static
|
|
- :acrn-commit:`b22c8b69` hv: add more MSR definitions
|
|
- :acrn-commit:`6372548e` hv:Fix violation "Cyclomatic complexity greater than 20" in instr_emul.c
|
|
- :acrn-commit:`ae144e1a` hv:fix MISRA-C violation in virq.c
|
|
- :acrn-commit:`6641bc79` hv: remove ACRN_REQUEST_TMR_UPDATE and unnecessary codes
|
|
- :acrn-commit:`fc61536b` hv: rework EOI_EXIT_BITMAP update logic
|
|
- :acrn-commit:`f15cc7d6` hv: set/clear TMR bit like hardware behave
|
|
- :acrn-commit:`c9b61748` hv: Make reserved regions in E820 table to Supervisor pages
|
|
- :acrn-commit:`4322b024` version: 0.6-unstable
|