Academic Research
Explore academic research papers related to the Xen Project
Introduction to Xen Research
The Xen Project has been instrumental in advancing virtualization technology. This page highlights key academic research papers that delve into the architecture, performance, and security of the Xen hypervisor, showcasing its impact on both industry and academia.
Search Papers:
Optimizing IO in a type I hypervisor such as Xen is difficult because of the cost of exchanging data between a VM and the driver. We address this challenge by proposing FastXenBlk, a new IO driver for Xen. FastXenBlk uses three mechanisms to improve IO performance. First, it uses several threads that poll multiple virtual IO queues that are exposed to a guest in order to execute IOs in parallel. Second, it batches requests in order to minimize the number of hypercalls to Xen. And third, it uses kernel bypass in order to avoid system calls during IOs. We evaluate FastXenBlk using the FIO benchmark with different access patterns and IO sizes. Our evaluation shows that FastXenBlk consistently improves the latency and the throughput for all workloads as compared to tapdisk, the driver currently used in production, by a factor of up to 3×. | Published: 2023 Tags: spdk blkif performance Authors:
Lozi, Jean-Pierre and Thenot, Damien and Thomas, Gaël Read the Full Paper |
This foundational paper introduces Xen, detailing its architecture and performance benefits compared to other virtualization techniques. | Published: 2003 Tags: xen virtualization architecture Authors:
Alex Ho and Andrew Warfield and Boris Dragovic and Ian Pratt and Keir Fraser and Paul Barham and Rolf Neugebauer and Steven Hand and Tim Harris Read the Full Paper |
No papers found matching your search. |
Why Research Xen?
The Xen Project has been a cornerstone of virtualization research for years. Its open-source nature and robust architecture make it a popular choice for academic studies in areas like:
- Security: Isolation and minimal attack surface.
- Performance: Efficient resource utilization.
- Scalability: Proven success in large-scale environments like AWS.
Explore the cutting-edge research that continues to shape the future of virtualization.
Contribute Your Research
Do you have research related to the Xen Project? We welcome contributions to our archive! You can:
- Submit a merge request directly with your added bibtex file. See the guide on GitLab .
- Email your paper details to community.manager@xenproject.org .
Help us grow the Xen research community!