Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
xvisor/docs/releases/v0.2.10
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
53 lines (42 sloc)
1.16 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Xvisor v0.2.10 | |
(Last Commit: 2b85ae2b57f0123a29f702161fbf0a219f00ed58) | |
(Release Date: 19-Nov-2017) | |
In this release, we primarily have new features, drivers, and | |
emulators. | |
New Features: | |
- Multiple mappings for a guest region | |
- SPI virtualization framework | |
- VirtIO host driver framework | |
- Backlog in block device request queue | |
- Customizable default affinity for hypervisor threads | |
- Colored RAM/ROM regions for guest | |
- Shared memory framework | |
- Shared RAM/ROM regions for guest | |
- Virtual messaging framework (EXPERIMENTAL) | |
New Commands: | |
- guest region_list sub-command | |
- shmem command | |
- vmsg command | |
New Drivers: | |
- VirtIO host MMIO transport driver | |
- ARM SMMUv2 driver (EXPERIMENTAL) | |
- VirtIO host block driver | |
- Generic DT-based cache color driver | |
- SMSC95xx usb network driver (EXPERIMENTAL) | |
New Emulators: | |
- GPIO based power emulator | |
- GPIO forward slave emulator | |
- PL022 SPI host controller emulator | |
- VirtIO RPMSG emulator (EXPERIMENTAL) | |
New Boards: | |
- Added Renesas R-Car H2 Lager board support | |
ARM Ports: | |
- GICv3 support in VGIC emulator | |
ARM32 Port: | |
- No change | |
ARM32ve Port: | |
- No change | |
ARM64 Port: | |
- No change | |
x86 Port: | |
- No change |