
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
New Feature: Frame buffer or video device support Date: Wed, 29 Aug 2012 19:26:41 +0530 | Posted by: Anup Patel
We have frame buffer support available for Xvisor.
The Xvisor frame buffer support is also a stripped down implementation of Linux frame buffer support (Just like Xvisor input device support). We also have Linux compatibility headers for Xvisor frame buffer device drivers which will help us accelerate frame buffer driver porting from Linux source.
In addition, we have added VTEMU (Video Terminal EMUlation) library to create VTEMU instances using frame buffer and input event handler. In simpler words, a VTEMU instance emulates a pseudo-character device which can be used by vmm_stdio and mterm.
Currently, we have Xvisor CLCD driver available for Realview-PB-A8, VExpress-A9, and VExpress-A15 host. To quickly try out you can boot Xvisor (for Realview-PB-A8, VExpress-A9, VExpress-A15) on QEMU with no "-display none" option. After Xvisor boots up set clcd-vtemu as your stdio device using command: "stdio chdev clcd-vtemu".