53
Lars Kurth Xen Project Community Manager [email protected] 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth

10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

  • Upload
    others

  • View
    12

  • Download
    1

Embed Size (px)

Citation preview

Page 1: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Lars Kurth Xen Project Community Manager

[email protected]

10 Years of Xen and beyond …

@lars_kurth FREENODE: lars_kurth

Page 2: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

• Teams aka sub-projects – Hypervisor

– XAPI

– ARM Hypervisor (for Servers as well as Mobile Devices)

– Mirage OS

• Governance : mixture between Linux Kernel and Apache – Consensus decision making

– Sub-project life-cycle (aka incubator)

– PMC style structure for team leadership

– Funded by member companies (Advisory Board)

Xen.org becomes XenProject.org

Page 3: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Xen contributor community is diversifying

0%

10%

20%

30%

40%

50%

60%

70%

80%

90%

100%

2010 2011 2012

Citrix UPC

SUSE Amazon

University AMD

GridCentric Individual

NSA Intel

Fujitsu iWeb

Misc Oracle

Spectralogic University of British Columbia

• The number of “significant” active vendors is increasing

• New feature development driving new participation

Page 4: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Hypervisor Architecture

Page 5: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Hypervisor Architectures Type 1: Bare metal Hypervisor

A pure Hypervisor that runs directly on the hardware and hosts Guest OS’s.

Provides partition isolation + reliability, higher security

Host HW Memory CPUs I/O

Hypervisor Scheduler

MMU Device Drivers/Models

VMn

VM1

VM0

Guest OS and Apps

Page 6: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

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.

Provides partition isolation + reliability, higher security

Low cost, no additional drivers Ease of use & installation

Host HW Memory CPUs I/O

Host HW Memory CPUs I/O

Hypervisor Scheduler

MMU Device Drivers/Models

VMn

VM1

VM0

Guest OS and Apps

Host OS

Device Drivers Ring-0 VM Monitor “Kernel “

VMn

VM1

VM0

Guest OS and Apps

User Apps

User-level VMM

Device Models

Page 7: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Xen: Type 1 with a Twist Type 1: Bare metal Hypervisor

Host HW Memory CPUs I/O

Hypervisor Scheduler

MMU Device Drivers/Models

VMn

VM1

VM0

Guest OS and Apps

Page 8: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Xen: Type 1 with a Twist Type 1: Bare metal Hypervisor

Host HW Memory CPUs I/O

Hypervisor Scheduler

MMU Device Drivers/Models

VMn

VM1

VM0

Guest OS and Apps

Host HW Memory CPUs I/O

Hypervisor

VMn

VM1

VM0

Guest OS and Apps

Xen Architecture

Scheduler MMU

Page 9: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Xen: Type 1 with a Twist Type 1: Bare metal Hypervisor

Host HW Memory CPUs I/O

Hypervisor Scheduler

MMU Device Drivers/Models

VMn

VM1

VM0

Guest OS and Apps

Host HW Memory CPUs I/O

Hypervisor

VMn

VM1

VM0

Guest OS and Apps

Xen Architecture

Scheduler MMU

Control domain (dom0)

Drivers

Device Models

Linux & BSD

Page 10: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Xen Project and Linux

• Xen Hypervisor is not in the Linux kernel

• BUT: everything Xen and Xen Guests need to run is!

• Xen packages are in all Linux distros (except RHEL6) – Install Dom0 Linux distro

– Install Xen package(s) or meta package

– Reboot

– Config stuff: set up disks, peripherals, etc.

More info: wiki.xen.org/wiki/Category:Host_Install

Page 11: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Basic Xen Concepts

11

Control domain (dom0)

Host HW

VMn

VM1

VM0

Guest OS and Apps

Memory CPUs I/O

Console • Interface to the outside world

Control Domain aka Dom0 • Dom0 kernel with drivers • Xen Management 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

Dom0 Kernel

Hypervisor Scheduler MMU XSM

Trusted Computing Base

Page 12: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Basic Xen Concepts

12

Control domain (dom0)

Host HW

VMn

VM1

VM0

Guest OS and Apps

Console

Memory CPUs I/O

Dom0 Kernel

Toolstack

Hypervisor Scheduler MMU XSM

Console • Interface to the outside world

Control Domain aka Dom0 • Dom0 kernel with drivers • Xen Management 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 Trusted Computing Base

Page 13: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Basic Xen Concepts

13

Control domain (dom0)

Host HW

VMn

VM1

VM0

Guest OS and Apps

Console

Memory CPUs I/O

One or more driver, stub or service domains

Dom0 Kernel

Toolstack

Hypervisor Scheduler MMU XSM

Console • Interface to the outside world

Control Domain aka Dom0 • Dom0 kernel with drivers • Xen Management 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 Trusted Computing Base

Page 14: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

14

Xen Variants for Server & Cloud Xen Hypervisor Hypervisor

Page 15: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Single Host Basic Functions

Multiple Hosts Additional Functionality

15

Xen Variants for Server & Cloud

Increased level of functionality and integration with other components

Default / XL (XM) Toolstack / Console Libvirt / VIRSH XAPI / XE

Hypervisor

Single Host Additional Functionality

Xen Hypervisor

Page 16: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Single Host Basic Functions

Multiple Hosts Additional Functionality

Xen Variants for Server & Cloud

Increased level of functionality and integration with other components

Default / XL (XM) Toolstack / Console Libvirt / VIRSH XAPI / XE

Hypervisor

Single Host Additional Functionality

Xen Hypervisor

Page 17: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

17

Xen Variants for Server & Cloud

Increased level of functionality and integration with other components

Default / XL (XM) Toolstack / Console Libvirt / VIRSH

Products Oracle VM Huawei UVP Citrix XenServer

Project

XAPI / XE

Xen Hypervisor

Page 18: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

18

Xen Variants for Server & Cloud

Increased level of functionality and integration with other components

Default / XL (XM) Toolstack / Console Libvirt / VIRSH

Used by …

Project

XAPI / XE

Products Oracle VM Huawei UVP Citrix XenServer

Xen Hypervisor

Page 19: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Xen : Types of Virtualization

Page 20: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

20

Xen Hypervisor

Control domain (dom0)

Host HW

Guest VMn

Apps

Memory CPUs I/O

Technology:

• Paravirtualization

Linux PV guests have limitations:

• limited to a subset of set of virtual HW

Advantages • Fast • Works on any system

(even without virt extensions)

HW Drivers

PV Back Ends PV Front Ends

Guest OS Dom0 Kernel

PV Domains

Page 21: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

21

Xen Hypervisor

Control domain (dom0)

Host HW

Guest VMn

Apps

Memory CPUs I/O

Technology:

• Paravirtualization

Linux PV guests have limitations:

• limited to a subset of virtual HW

Advantages • Fast • Works on any system

(even without virt extensions)

Driver Domains • Security • Isolation • Reliability and Robustness

HW Drivers

PV Back Ends PV Front Ends

Driver Domain e.g. • Disk • Network

HW Driver

PV Back End

Dom0 Kernel*

*) Can be MiniOS

Guest OS Dom0 Kernel

PV Domains & Driver Domains

Page 22: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

22

Xen Hypervisor

Dom0

Host HW

Guest VMn

Technology:

• Shows emulation using QEMU/Device Model (SW Virtualization)

• In other situation HW can be used

Disadvantages

• Emulation slower than PV (mainly I/O devices)

Advantages • No kernel support needed

Device Model IO Emulation

IO Event

VMEXIT Dom0 Kernel

HVM & Stub Domains

Memory CPUs I/O

Page 23: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

23

Xen Hypervisor

Dom0

Host HW

Guest VMn

Technology:

• Shows emulation using QEMU/Device Model (SW Virtualization)

• In other situation HW can be used

Disadvantages

• Emulation slower than PV (mainly I/O devices)

Advantages • No kernel support needed

Stub Domains • Security • Isolation • Reliability and Robustness

Device Model IO Emulation

IO Event

VMEXIT

Stubdomn

Device Model

Mini OS

Guest VMn

IO Emulation

IO Event

VMEXIT Dom0 Kernel

HVM & Stub Domains

Memory CPUs I/O

Page 24: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

The Virtualization Spectrum

Fully Virtualized (FV) VS VS VS VH

FV with PV for disk & network P VS VS VH

PVHVM P P VS VH

PVH P P P VH

Fully Paravirtualized (PV) P P P P

VH Virtualized (HW)

P Paravirtualized

VS Virtualized (SW)

HVM mode/domain

PV mode/domain Xen 4.4

Page 25: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

The Virtualization Spectrum

Fully Virtualized (FV) VS VS VS VH

FV with PV for disk & network P VS VS VH

PVHVM P P VS VH

PVH P P P VH

Fully Paravirtualized (PV) P P P P

Scope for improvement

Poor performance

Optimal performance

HVM mode/domain

Xen 4.4 PV mode/domain

Page 26: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

The Virtualization Spectrum

Fully Virtualized (FV) VS VS VS VH

FV with PV for disk & network P VS VS VH

PVHVM P P VS VH

PVH P P P VH

Fully Paravirtualized (PV) P P P P

Scope for improvement

Poor performance

Optimal performance

HVM mode/domain

Xen 4.4 PV mode/domain

Important: Xen automatically picks the best option based on HW & OS capabilities and available drivers.

As a Xen user I chose a HVM or PV domain.

Page 27: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Single Host Basic Functions

Multiple Hosts Additional Functionality

XAPI, XCP and XCP-XAPI : What is it?

Increased level of functionality and integration with other components

Default / XL (XM) Toolstack / Console Libvirt / VIRSH XAPI / XE

Hypervisor

Single Host Additional Functionality

Xen Hypervisor

Page 28: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

XAPI : What do I get?

Multiple Hosts Additional Functionality

XAPI / XE

Xen Hypervisor • VM lifecycle: live snapshots, checkpoint, migration

• Storage XenMotion: Migrate VMs between hosts or pools without shared storage (while the VM is running)

• Resource pools: flexible storage and networking

• Event tracking: progress, notification

• Upgrade and patching capabilities

• Real-time performance monitoring and alerting

• Templates for Windows and Linux guests

• Open vSwitch support built-in (default)

More info: wiki.xen.org/wiki/XCP_Release_Features

Page 29: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

XAPI : two variants!

Multiple Hosts Additional Functionality

XAPI / XE

Xen Hypervisor

XCP ISO (at v1.6)

Xen 4.1.3 + XAPI CentOS 5.3 Kernel (v2.6.32.43) OVS 1.4.2

XCP-XAPI packages

Debian Wheezy Ubuntu 12.04 LTS

Others in progress …

Page 30: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

XAPI : Orchestration and UIs

Multiple Hosts Additional Functionality

XAPI / XE

Xen Hypervisor

Page 31: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Other XEN Cloud Orchestration

Single Host Basic Functions

XM or XL

Xen Hypervisor

Single Host Additional Functionality

Libvirt

Xen Hypervisor

Page 32: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Challenges for FOSS hypervisors

Page 33: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

“Security and QoS/Reliability are amongst the top 3 blockers for cloud adoption”

www.colt.net/cio-research

Page 34: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

System characteristics cloud users care about: “Robustness, Performance, Scalability & Security” Results XCP User Survey 2013 – 90% of users quoted these as most important attributes

Page 35: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Split Control Domain into Driver, Stub and Service Domains

– See: ”Breaking up is hard to do” @ Xen Papers

– See: “Domain 0 Disaggregation for XCP and XenServer”

Used today by Qubes OS and Citrix XenClient XT

Prototypes for XAPI

Disaggregation

See qubes-os.org

Different windows run in different VMs

Page 36: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

More Security

Increased serviceability and flexibility

Better Robustness

Better Performance

Better Scalability

Benefits of Disaggregation

Ability to safely restart parts of the system (e.g. just 275ms outage from failed Ethernet driver)

Page 37: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Next: XAPI Architecture Diagram Before and After Disaggregation

Page 38: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

CPU CPU RAM RAM NIC

(or SR-

IOV VF)

NIC (or SR-

IOV VF)

NIC (or SR-

IOV VF)

NIC (or SR-

IOV VF)

RAID

Xen

Dom0 Network

drivers

NFS/

iSCSI drivers

Qemu

xapi Local

storage drivers

NFS/

iSCSI drivers

Network

drivers

Qemu

eth eth eth eth scsi

User VM User VM

NB gntdev NB

NF BF NF BF

qemu qemu

xapi

vswitch

networkd

tapdisk

blktap3

storaged

syslogd vswitch

networkd

tapdisk

blktap3

storaged

tapdisk

blktap3

storaged

gntdev gntdev

Dom0

xenopsd

libxl

healthd

Domain

manager

Dom0

.

.

.

.

Xen

xapi

Page 39: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

CPU CPU RAM RAM NIC

(or SR-

IOV VF)

NIC (or SR-

IOV VF)

NIC (or SR-

IOV VF)

NIC (or SR-

IOV VF)

RAID

Dom0 Network

driver

domain

NFS/

iSCSI driver

domain

Qemu

domain

xapi

domain

Logging

domain Local

storage driver

domain

NFS/

iSCSI driver

domain

Network

driver

domain

User VM User VM

NB gntdev NB

NF BF NF BF

dbus over v4v

qemu

xapi xenopsd

libxl

healthd

Domain

manager

vswitch

networkd

tapdisk

blktap3

storaged

syslogd vswitch

networkd

tapdisk

blktap3

storaged

tapdisk

blktap3

storaged

gntdev gntdev

eth eth eth eth scsi

Xen Xen

D

o

m

0

dbus over v4v

.

.

.

Page 40: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

40

Xen Security Advantages

• Even without Advanced Security Features – Well-defined trusted computing base (much smaller than on type-2 HV)

– Minimal services in hypervisor layer

• Xen Security Modules (or XSM) and FLASK – XSM is Xen equivalent of LSM

– FLASK is Xen equivalent of SELinux

– Developed, maintained and contributed to Xen by NSA

– Compatible with SELinux (tools, architecture)

– XSM object classes maps onto Xen features

More info: http://www.slideshare.net/xen_com_mgr/ a-brief-tutorial-on-xens-advanced-security-features

Page 41: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

CPU CPU RAM RAM NIC

(or SR-

IOV VF)

NIC (or SR-

IOV VF)

NIC (or SR-

IOV VF)

NIC (or SR-

IOV VF)

RAID

Xen

Dom0 Network

driver

domain

NFS/

iSCSI driver

domain

Qemu

domain

xapi

domain

Logging

domain Local

storage driver

domain

NFS/

iSCSI driver

domain

Network

driver

domain

eth eth eth eth scsi

User VM User VM

NB gntdev NB

NF BF NF BF

qemu

xapi xenopsd

libxl

healthd

Domain

manager

vswitch

networkd

tapdisk

blktap3

storaged

syslogd vswitch

networkd

tapdisk

blktap3

storaged

tapdisk

blktap3

storaged

gntdev gntdev

FLASK policy

restricting access

D

o

m

0

.

.

.

dbus over v4v dbus over v4v

Xen

Page 42: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

42

Xen Advanced Security Recipes

• Xen has many Security Features (besides the ones I covered)

• Most are not switched on by default

• Although most are simple to use, some seen complicated

See: http://www.slideshare.net/xen_com_mgr/ a-brief-tutorial-on-xens-advanced-security-features

And more are be coming!

Page 43: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

ARM Hypervisor

Page 44: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Xen on ARM

• by Stefano Stabellini – Xen and Xen-ARM Linux maintainer

• New York III from 10:45 to 11:30

• Including a demo

In depth presentation tomorrow …

One mode to rule them all

Page 45: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Mirage OS

Page 46: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Application stacks only running on Xen APIs

Works on any Xen based cloud or hosting service

Examples – ErlangOnXen.org : Erlang

– HalVM : Haskell

– Mirage OS : Ocaml

Benefits: – Small footprint

– Low startup latency

– Extremely fast migration of VMs

Library Operating Systems

Xen

Control domain (dom0)

Host HW

Guest VMn

Apps

HW Drivers

PV Back Ends Library OS embedded

in Language run-time

Dom0 Kernel

Page 47: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

• Recently added to Xen Project incubator

• In beta stage : first release on its way (July 2013)

• Clean-slate protocols implementations, e.g. – TCP/IP, DNS, SSH, Openflow (switch/controller), HTTP, XMPP, ...

– New applications using next generation XAPI (disaggregated XAPI architecture)

Mirage OS

More info: http://www.slideshare.net/xen_com_mgr/ mirage-extreme-specialisation-of-virtual-appliances

Page 48: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Hot Topics and Projects

Page 49: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

• Release candidates & Xen Test Days (today, June 5th)

• Xen ARM for Servers

• Extend scope of Xen Security Modules

• Default to QEMU upstream

• Updated and improved libvirt drivers for Xen

• Lots of other stuff: – scalability, performance, better NUMA support, …

Xen 4.3 Release (June 2013)

More info: http://lists.xen.org/archives/html/xen-devel/2013-05/msg01134.html

Page 50: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

“For about a year members of the Xen Project, the CentOS community and large Xen Users have worked on bringing Xen and XAPI to CentOS 6”

Driven by demand from the community :

• Can run Xen on CentOS 6 today, but non-trivial

• We wanted “YUM INSTALL XEN”

• Mostly a packaging problem

• Teams from CentOS, Citrix, Go Daddy & Rackspace

• QA and usability sanity checks

Xen 4 + XAPI in CentOS 6 (June 2013)

Page 51: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

“Growth is leading to more structure & more collaboration & more openness!”

• Establishing a shared and open test infrastructure – Goal: Increase development velocity

• Improved usability and better distro-integration – Xen + XAPI in CentOS 6.4

• More focus on downstreams – OpenStack and Xen Orchestra

– Better libvirt and virt-manager integration

• Changing the XAPI / XCP release model

• Xen on ARM and collaboration with Linaro

The Xen Community is Changing

Page 52: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Online : xenproject.org > User & Help menus

• Mailing Lists and IRC

• Q&A System

• Find me and I can get you hooked up!

Events : xenproject.org/about/events.html

• Test Days (IRC at #xentest) … today, June 5th

• Document Days (IRC at #xendocs) … the next one is May 28th

• User (Sept 18, New Orleans) and Developer Summits (Oct 24-25, Edinburgh)

• Hackathons - last week search for “[Hackathon Minutes]” on xen-devel

Getting Started with Xen Projects

Page 53: 10 Years of Xen and beyond - LinuxTag€¦ · 10 Years of Xen and beyond … @lars_kurth FREENODE: lars_kurth •Teams aka sub-projects –Hypervisor –XAPI –ARM Hypervisor (for

Thank You!

Slides available under CC-BY-SA 3.0 From www.slideshare.net/xen_com_mgr

@lars_kurth FREENODE: lars_kurth

• News: blog.xenproject.org

• Web: xenproject.org > Help – Help for IRC, Lists, …

– Stackoverflow like Q&A

• Wiki: wiki.xenproject.org

• Presentations: slideshare.net/xen_com_mgr

• Videos: vimeo.com/channels/xen