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.2
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
61 lines (52 sloc)
1.94 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.2 | |
(Last Commit: 5671d8b1ce33d54875a569f0f8f2d1bc4c905a0b) | |
(Release Date: 26-May-2013) | |
In this release, we have new features, drivers, emulators and | |
board supports. | |
New Features: | |
- Generic LIFO & FIFO APIs under libs/common | |
- VirtIO based paravirtualization | |
- Lazy port-to-switch transfers in network switch | |
- Lookup based clock device (clkdev) framework | |
- Light-weight MMC/SD/SDIO framework | |
- Block device partitioning | |
- Faster Orphan VCPU preemption using arch_vcpu_preempt_orphan() | |
- Boot time or early parameters to hypervisor | |
New Drivers: | |
- IMX serial port driver | |
- PL180 MMCI driver | |
- Generic SDHCI driver | |
- BCM2835 SDHCI driver | |
- I8042 keyboard and mouse controller driver | |
New Emulators: | |
- VirtIO MMIO transport emulator | |
- VirtIO Network device emulator | |
- VirtIO Block device emulator | |
- VirtIO Console device emulator | |
- ARM11MPCore emulator | |
MIPS 32-bit Port: | |
- The MIPS port is orphaned since long time and currently broken | |
- From this release, we remove MIPS port and hope that someone | |
will fix and add it back later | |
ARM 32-bit Port: | |
- Added support for ARMv6 CPUs | |
- Added support for Realview-EB-MPCore | |
- Added support for Raspberry Pi (BCM2835 SOC) | |
- Added support for KZM (i.MX31 SOC) | |
- Added support for 3DS (i.MX25 SOC) | |
- Added Realview-EB-MPCore guest for ARMv6 host | |
- Added CPU specific quirks and errata implementations | |
- Fixed cache operations for ARMv5, ARMv6 and ARMv7 CPUs | |
- Implemented arch_vcpu_preempt_orphan() for Orphan VCPUs | |
- Added support for external DTB provided by bootloaders | |
ARM 32-bit with VE Port: | |
- Added stubs and macros for adding VGIC assisted GIC emulation | |
- Implemented arch_vcpu_preempt_orphan() for Orphan VCPUs | |
- Added support for external DTB provided by bootloaders | |
x86_64 Port: | |
- Fixed context switching | |
- Fixed HPET timer | |
- Fixed IOAPIC driver | |
- Populate device tree from ACPI tables | |
- Got Xvisor x86_64 prompt working on QEMU using AT-keyboard | |
and text mode framebuffer | |