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.1.1
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21 lines (16 sloc)
561 Bytes
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.1.1 | |
(Last Commit: 623fe0a19534e7d4c5a48d171880136e51f5dd5f) | |
(Release Date: 31-Dec-2011) | |
In this release major focus has been around code clean-ups and performance | |
optimizations | |
New Features: | |
- Function-level profiling support | |
- Pass through hardware access to guest | |
- Waitqueues and Completion locks | |
- Workqueues for bottom-half processing | |
- Semaphore and Mutex for threads | |
ARM 32-bit Port: | |
- Able to boot on BeagleBoard-xM | |
- Able to run basic bootloader as guest on Xvisor running on BeagleBoard-xM | |
MIPS 32-bit Port: | |
- No updates | |