
Latest News
- Xvisor v0.3.2
Sun, 1 Jan 2023 18:39:42 +0530
- Xvisor v0.3.1
Mon, 20 Dec 2021 10:41:27 +0530
- Xvisor RISC-V talk at OSS and ELC Europe 2019
Thu, 2 Jan 2020 12:03:57 +0530
- Xvisor v0.3.0
Wed, 1 Jan 2020 12:08:37 +0530
- Xvisor talk at GENIVI Summit 2018
Mon, 22 Oct 2018 18:17:00 +0530
- Xvisor v0.2.11
Sun, 21 Oct 2018 09:49:38 +0530
- Supporting Temporal and Spatial Isolation in a Hypervisor for ARM Multicore Platforms
Tue, 10 Apr 2018 10:44:25 +0530
- Reconciling Security with Virtualization: A Dual-Hypervisor Design for ARM TrustZone
Tue, 10 Apr 2018 10:44:25 +0530
Upcoming Events
Xvisor v0.2.6 Date: Fri, 1 May 2015 10:54:32 +0530 | Posted by: Anup Patel
In this release, we have lot of new features, libraries, drivers,and driver frameworks.
New Features:
- Crypto library with MD5 and SHA-256 support
- User authentication library based on crypto library
- Optional Login/Logout in managment terminal
- Linux-compatible IOMMU framework (EXPERIEMENTAL)
- Linux-compatible SPI driver framework
- Linux-compatible MTD driver framework
- General purpose allocator library
- Bit reverse library
- Simple image loader library
- NOP strategy based block device request queue
- ISO9660 read-only filesystem support
- Linux-compatible USB framework (EXPERIEMENTAL)
- SCSI library
- Linux-compatible PCI driver framework
- Linux-compatible Framebuffer Backlight driver framework
- Virtual disk emulator framework
- Linux-compatible I2C driver framework
- Loglevel support in standart I/O
New Commands:
- flash command to access MTD devices
- fb image sub-command for displaying splash screen
- vcpu monitor sub-commad for displaying active vcpus
- backlight command to control framebuffer backlight
- vdisk command for managing virtual disks
- i2c command for managing i2c slave devices
- imx6 board specifig command
New Drivers:
- MXC GPIO driver
- Freescale i.MX6 SPI driver
- GPIO bitbanging SPI driver
- M25P80 flash MTD driver
- Freescale i.MX6 pinctrl driver
- Freescale i.MX6 framebuffer driver
- USB hub class driver
- USB mass-storage class driver
- Realtek 8139 fast ethernet PCI driver
- PWM based backlight driver
- Freescale i.MX6 eSDHC driver
- Freescale i.MX6 I2C driver
ARM Ports:
- Use GCC -O2 optimization level
x86_64 Port:
- Able to boot linux as guest upto user space initialization