Xen Project 4.4: Features and Futures. Russell Pavlicek Xen Project Evangelist Citrix Systems



Similar documents
10 Years of Xen and beyond

Virtualization in the Cloud: Featuring Xen and XCP

Xen: FOSS Hypervisor for the Cloud

LinuxCon/CloudOpen 2015

Full and Para Virtualization

Securing Your Cloud with Xen Project s Advanced Security Features

Performance tuning Xen

The Art of Virtualization with Free Software

Intro to Virtualization

CSE 501 Monday, September 09, 2013 Kevin Cleary

2972 Linux Options and Best Practices for Scaleup Virtualization

9/26/2011. What is Virtualization? What are the different types of virtualization.

The QEMU/KVM Hypervisor

Virtualization. Types of Interfaces

Cloud^H^H^H^H^H Virtualization Technology. Andrew Jones May 2011

Regional SEE-GRID-SCI Training for Site Administrators Institute of Physics Belgrade March 5-6, 2009

KVM: A Hypervisor for All Seasons. Avi Kivity avi@qumranet.com

Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM

Enabling Technologies for Distributed Computing

Virtualization for Cloud Computing

Enterprise-Class Virtualization with Open Source Technologies

Virtual Machines. Virtualization

Virtualization. Dr. Yingwu Zhu

COS 318: Operating Systems. Virtual Machine Monitors

Date: December 2009 Version: 1.0. How Does Xen Work?

CPET 581 Cloud Computing: Technologies and Enterprise IT Strategies. Virtualization of Clusters and Data Centers

GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR

RED HAT ENTERPRISE VIRTUALIZATION

Enabling Technologies for Distributed and Cloud Computing

Uses for Virtual Machines. Virtual Machines. There are several uses for virtual machines:

RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY

VMware and CPU Virtualization Technology. Jack Lo Sr. Director, R&D

Servervirualisierung mit Citrix XenServer

KVM Security Comparison

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration

Chapter 16: Virtual Machines. Operating System Concepts 9 th Edition

Hardware Based Virtualization Technologies. Elsie Wahlig Platform Software Architect

RUNNING vtvax FOR WINDOWS

<Insert Picture Here> Oracle Database Support for Server Virtualization Updated December 7, 2009

Virtualization benefits Introduction to XenSource How Xen is changing virtualization The Xen hypervisor architecture Xen paravirtualization

Chapter 5 Cloud Resource Virtualization

SUSE Virtualization Technologies Roadmap

RED HAT ENTERPRISE VIRTUALIZATION & CLOUD COMPUTING

Virtualization Overview

Xen Cloud Platform Update

Virtualization and Other Tricks.

Cloud Computing CS

Virtualization and Performance NSRC

To join the audio portion of this webcast: meeting code

Increasing XenServer s VM density

Virtualization. Pradipta De

Running vtserver in a Virtual Machine Environment. Technical Note by AVTware

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

Virtualization & Cloud Computing (2W-VnCC)

BHyVe. BSD Hypervisor. Neel Natu Peter Grehan

Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies

Virtualization. P. A. Wilsey. The text highlighted in green in these slides contain external hyperlinks. 1 / 16

Sun TM xvm Hypervisor

Google

Comparing Virtualization Technologies

Virtualization Technologies

Compromise-as-a-Service

Virtualization analysis

Cloud Computing with Red Hat Solutions. Sivaram Shunmugam Red Hat Asia Pacific Pte Ltd.

Virtualization. P. A. Wilsey. The text highlighted in green in these slides contain external hyperlinks. 1 / 16

Comparing Free Virtualization Products

Virtualization. Introduction to Virtualization Virtual Appliances Benefits to Virtualization Example Virtualization Products

Anh Quach, Matthew Rajman, Bienvenido Rodriguez, Brian Rodriguez, Michael Roefs, Ahmed Shaikh

SCO Virtualization Presentation to Customers

Red Hat VDI. David Simmons

Cloud Computing #6 - Virtualization

KVM KERNEL BASED VIRTUAL MACHINE

Basics in Energy Information (& Communication) Systems Virtualization / Virtual Machines

Introduction to Virtualization & KVM

PARALLELS SERVER BARE METAL 5.0 README

The XenServer Product Family:

Virtualization. Jukka K. Nurminen

Intel s Virtualization Extensions (VT-x) So you want to build a hypervisor?

VIRTUALIZATION 101. Brainstorm Conference 2013 PRESENTER INTRODUCTIONS

Virtualization. Jia Rao Assistant Professor in CS

OPEN SOURCE VIRTUALIZATION TRENDS. SYAMSUL ANUAR ABD NASIR Warix Technologies / Fedora Community Malaysia

Hypervisors and Virtual Machines

Hypervisors. Introduction. Introduction. Introduction. Introduction. Introduction. Credits:

Networking for Caribbean Development

Basics of Virtualisation

Virtualization and the U2 Databases

Virtualization Management the ovirt way

Virtualizare sub Linux: avantaje si pericole. Dragos Manac

Microkernels, virtualization, exokernels. Tutorial 1 CSC469

EXPLORING LINUX KERNEL: THE EASY WAY!

Citrix XenServer Product Frequently Asked Questions

Options in Open Source Virtualization and Cloud Computing. Andrew Hadinyoto Republic Polytechnic

Xen Cloud Platform 0.1 User Security

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support

Understanding Full Virtualization, Paravirtualization, and Hardware Assist. Introduction...1 Overview of x86 Virtualization...2 CPU Virtualization...

Virtualization for Hard Real-Time Applications Partition where you can Virtualize where you have to

Professional Xen Visualization

Virtualization Technology. Zhiming Shen

A technical review on comparison of Xen and KVM hypervisors: An analysis of virtualization technologies

Performance Comparison of VMware and Xen Hypervisor on Guest OS

Transcription:

Xen Project 4.4: Features and Futures Russell Pavlicek Xen Project Evangelist Citrix Systems

About This Release Xen Project 4.4.0 was released on March 10, 2014. This release is the work of 8 months of development, with 1193 changesets. Xen Project 4.4 is our first release made with an attempt at a 6-month development cycle. Between Christmas, and a few important blockers, we missed that by about 6 weeks; but still not too bad overall.

Xen Project 101: Basics

Hypervisor Architectures Type 1: Bare metal Hypervisor A pure Hypervisor that runs directly on the hardware and hosts Guest OS s. VM 0 VM 1 VM n Guest OS and Apps Scheduler Hypervisor Device Drivers/Models MMU I/O Memory CPUs Host HW Provides partition isolation + reliability, higher security

Hypervisor Architectures Type 1: Bare metal Hypervisor A pure Hypervisor that runs directly on the hardware and hosts Guest OS s. Type 2: OS Hosted A Hypervisor that runs within a Host OS and hosts Guest OS s inside of it, using the host OS services to provide the virtual environment. VM n User-level VMM VM n VM 0 VM 1 User Apps Device Models VM 0 VM 1 Guest OS and Apps Host OS Guest OS and Apps Device Drivers/Models Scheduler MMU Hypervisor Device Drivers Ring-0 VM Monitor Kernel I/O Memory CPUs Host HW Host HW I/O Memory CPUs Provides partition isolation + reliability, higher security Low cost, no additional drivers Ease of use & installation

Xen Project: Type 1 with a Twist Type 1: Bare metal Hypervisor VM 0 VM 1 VM n Guest OS and Apps Scheduler Hypervisor Device Drivers/Models MMU I/O Memory CPUs Host HW

Xen Project: Type 1 with a Twist Type 1: Bare metal Hypervisor Xen Project Architecture VM n VM 1 VM n VM 0 VM 1 Scheduler Guest OS and Apps Hypervisor VM 0 Guest OS and Apps Device Drivers/Models MMU Scheduler MMU Hypervisor I/O Memory CPUs Host HW I/O Memory CPUs Host HW

Xen Project: Type 1 with a Twist Type 1: Bare metal Hypervisor Xen Project Architecture Control domain (dom0) VM n VM 1 Device Models VM n VM 0 VM 1 Scheduler Guest OS and Apps Hypervisor Drivers Linux & BSD VM 0 Guest OS and Apps Device Drivers/Models MMU Scheduler MMU Hypervisor I/O Memory CPUs Host HW I/O Memory CPUs Host HW

Basic Xen Project Concepts Control domain (dom0) Dom0 Kernel VM 0 VM 1 VM n Guest OS and Apps Control Domain aka Dom0 Dom0 kernel with drivers X Guest Domains Your apps Scheduler MMU XSM Hypervisor I/O Memory CPUs Host HW Trusted Computing Base 9

Basic Xen Project Concepts: Toolstack+ Control domain (dom0) Toolstack Dom0 Kernel Console VM 0 VM 1 VM n Guest OS and Apps Console Interface to the outside world Control Domain aka Dom0 Dom0 kernel with drivers Xen Project Mgmt Toolstack Guest Domains Your apps Scheduler MMU XSM Hypervisor I/O Memory CPUs Host HW Trusted Computing Base 10

Basic Xen Project Concepts:Disaggregation Control domain (dom0) I/O Toolstack Dom0 Kernel Console Memory One or more driver, stub or service domains Scheduler MMU XSM Trusted Computing Base CPUs VM 0 VM 1 VM n Guest OS and Apps Hypervisor Host HW Console Interface to the outside world Control Domain aka Dom0 Dom0 kernel with drivers Xen Project Mgmt Toolstack Guest Domains Your apps Driver/Stub/Service Domain(s) A driver, device model or control service in a box De-privileged and isolated Lifetime: start, stop, kill 11

Xen Project 4.4 Features

Improved Event Channel Scalability Event channels are paravirtualized interrupts Previously limited to either 1024 or 4096 channels per domain Domain 0 needs several event channels for each guest VM (for network/disk backends, qemu etc.) Practical limit of total number of VMs to around 300-500 (depending on VM configuration)

Improved Event Channel Scalability (2) New FIFO-based event channel ABI allows for over 100,000 event channels Improve fairness Allows for multiple priorities The increased limit allows for more VMs, which benefits large systems and cloud operating systems such as MirageOS, ErlangOnXen, OSv, HalVM Also useful for VDI applications

Experimental PVH Guest Support PVH mode combines the best elements of HVM and PV PVH takes advantage of many of the hardware virtualization features that exist in contemporary hardware Potential for significantly increased efficiency and performance Reduced implementation footprint in Linux,FreeBSD Enable with "pvh=1" in your config

Xen Project Virtualization Vocabulary PV Paravirtualization Hypervisor provides API used by the OS of the Guest VM Guest OS needs to be modified to provide the API HVM Hardware-assisted Virtual Machine Uses CPU VM extensions to handle Guest requests No modifications to Guest OS But CPU must provide the VM extensions FV Full Virtualization (Another name for HVM)

Xen Project Virtualization Vocabulary PVHVM PV drivers on HVM Allows HVM guests to use PV disk and I/O drivers No modifications to guest OS Provides HVM drivers which talk to PV backend drivers Better performance than straight HVM PVH PV in HVM Container (New in 4.4!) Almost fully PV Uses HW extensions to eliminate PV MMU the slowest PV device Possibly best mode for CPUs with virtual H/W extensions

The Virtualization Spectrum VS VH P Virtualized (SW) Virtualized (HW) Paravirtualized HVM mode/domain 4.4 PV mode/domain

The Virtualization Spectrum Optimal performance Scope for improvement Poor performance HVM mode/domain 4.4 PV mode/domain

Improved Disk Driver Domains Linux driver domains used to rely on udev events in order to launch backends for guests Dependency on udev is replaced with a custom daemon built on top of libxl Now feature complete and consistent between Linux and non-linux guests Provides greater flexibility in order to run user-space backends inside of driver domains Example of capability: driver domains can now use Qdisk backends, which was not possible with udev

Improved Support for SPICE SPICE is a protocol for virtual desktops which allows a much richer connection than display-only protocols like VNC Added support for additional SPICE functionality, including: Vdagent clipboard sharing USB redirection

GRUB 2 Support of Xen Project PV Images In the past, Xen Project software required a custom implementation of GRUB called pvgrub The upstream GRUB 2 project now has a build target which will construct a bootable PV Xen Project image This ensures 100% GRUB 2 compatibility for pvgrub going forward Delivered in upcoming GRUB 2 release (v2.02?)

Indirect Descriptors for Block PV Protocol Modern storage devices work much better with larger chunks of data Indirect descriptors have allowed the size of each individual request to triple, greatly improving I/O performance when running on fast storage technologies like SSD and RAID This support is available in any guest running Linux 3.11 or higher (regardless of Xen Project version)

Improved kexec Support kexec allows a running Xen Project host to be replaced with another OS without rebooting Primarily used execute a crash environment to collect information on a Xen Project hypervisor or dom0 crash The existing functionality has been extended to: Allow tools to load images without requiring dom0 kernel support (which does not exist in upstream kernels) Improve reliability when used from a 32-bit dom0 kexec-tools 2.0.5 or later is required

Improved XAPI and Mirage OS support XAPI and Mirage OS are sub-projects within the Xen Project written in OCaml Both are also used in XenServer (http://xenserver.org) and rely on the Xen Project OCaml language bindings to operate well These language bindings have had a major overhaul Produces much better compatibility between XAPI, Mirage OS and Linux distributions going forward

Tech Preview of Nested Virtualization Nested virtualization provides virtualized hardware virtualization extensions to HVM guests Can now run Xen Project, KVM, VMWare or HyperV inside of a guest for debugging or deployment testing (only 64 bit hypervisors currently) Also allows Windows 7 "XP Compatibility mode" Tech Preview not yet ready for production use, but has made significant gains in functionality and reliability Enable with "hap=1" and "nestedhvm=1" More information on nested virtualization: http://wiki.xenproject.org/wiki/xen_nested

Experimental Support for Guest EFI boot EFI is the new booting standard that is replacing BIOS Some operating systems only boot with EFI Some features, like SecureBoot, only work with EFI

Improved Integration With GlusterFS You can find a blog post to set up an iscsi target on the Gluster blog: http://www.gluster.org/2013/11/a-gluster-block-interfaceperformance-and-configuration/

Improved ARM Support A number of new features have been implemented: 64 bit Xen on ARM now supports booting guests Physical disk partitions and LVM volumes can now be used to store guest images using xen-blkback (or is PV drivers better in terms of terminology) Significant stability improvements across the board ARM/multiboot booting protocol design and implementation PSCI support

Improved ARM Support (2) Some DMA in Dom0 even with no hardware IOMMUs ARM and ARM64 ABIs are declared stable and maintained for backwards compatibility Significant usability improvements, such as automatic creation of guest device trees and improved handling of host DTBs

Improved ARM Support (3) Adding new hardware platforms to Xen Project on ARM has been vastly improved, making it easier for Hardware vendors and embedded vendors to port to their board Added support for the Arndale board, Calxeda ECX-2000 (aka Midway), Applied Micro X-Gene Storm, TI OMAP5 and Allwinner A20/A31 boards ARM server class hardware (Calxeda Midway) has been introduced in the Xen Project OSSTest automated testing framework

Early Microcode Loading The hypervisor can update the microcode in the early phase of boot time The microcode binary blob can be either as a standalone multiboot payload, or part of the initial kernel (dom0) initial ramdisk (initrd) To take advantage of this use latest version of dracut with --earlymicrocode parameter and on the Xen Project command line specify: ucode=scan. For details see dracut manpage and http://xenbits.xenproject.org/docs/unstable/misc/xen-command-line.html

Xen Project Futures

More Fun to Come Xen Automotive Xen Project in the entertainment center of your car? XenGT Virtualized GPU support Even More ARM Support On your server, in your phone, wherever PVH stability and performance The new hypervisor mode to get harder and faster Domain 0 support, AMD support

And Still More Fun to Come Native support of VMware VMDK format Better distribution integration (CentOS, Ubuntu) Improvements in NUMA performance and support Additional libvirt support Automated Testing System: http://blog.xenproject.org/index.php/2014/02/21/xenproject-automatic-testing-on-community-infrastructure/ General performance enhancements

Upcoming Meetings Xen Project Developer Summit Co-located with LinuxCon NA, Chicago IL, Aug 18-19 CFP is open until May 2 Xen Project Users Summit New York City, Sept 15 CFP is open until May 31 The perfect time for a long weekend in Manhattan! Check out http://xenproject.org/about/events.html

Questions? Russell.Pavlicek@XenProject.org @RCPavlicek