Xen 3.3.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Xen 3.3.1 (Default branch)
# 1  
Old 01-13-2009
Xen 3.3.1 (Default branch)

Xen is a virtual machine monitor for x86 thatsupports execution of multiple guest operatingsystems in isolated environments.License: GNU General Public License (GPL)Changes:
This release adds power management (P & C states) in the hypervisor, PVSCSI drivers, and HVM emulation domains. It has improved paravirtualization, device passthrough, hardware-assisted paging, HVM framebuffer, and shadow pagetable performance. It has improved safety of domain transfer across systems with different CPU models. There are assorted bugfixes and other minor enhancements.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. SuSE

XEN and SLES11

Good morning, Server:HP ProLiant DL165 G7 diskless with Disc on Storage OS:SLES11 SP1 and xen-3.3.1_18546_12-3.1 iSCSI:INTEL Gigabit ET Dual Port Server Adapter 825768 When I start SLES11 with Xen in boot-loader menu, then the boot will stop because linux could'nt find the iscsi interface... (0 Replies)
Discussion started by: hiddenshadow
0 Replies

2. UNIX and Linux Applications

OpenQRM-4.6 with XEN

has anyone deployed openQRM-4.6 with XEN... On the site they don't have good documention for XEN.. I am testing it for last 2 month but still no luck with XEN. Please help me with this. :mad: Thanks Prashant (0 Replies)
Discussion started by: prashant_ohol
0 Replies

3. Debian

xen cannot start

helo can anynody help me? i'm using xen in debian lenny 2.6.26 if i'm booting in the xen kernel the xend can't start like this Starting XEN control daemon: xend suspend: event channel 21 SMP alternatives: switching to UP code " And then stop. any idea?..thanks before (0 Replies)
Discussion started by: demhyt
0 Replies

4. UNIX for Advanced & Expert Users

xen

was looking for some help /tutorials on xen ..im a beginner on virtualisation ..so any help would be greatly appreciated ...p.s. whats the basic difference between para and full virtualisation (2 Replies)
Discussion started by: tarunicon
2 Replies

5. Virtualization and Cloud Computing

Opensolaris and Xen

Quick question- When installing a VM with xen on Opensolaris to get paravirtualizion you need an install tree and I can't seem to use an .iso. What what is exactly an intsall tree in this contex? (0 Replies)
Discussion started by: Lespaul20
0 Replies

6. Virtualization and Cloud Computing

[Xen] vm's and filesystem

How do I know the relationship between vm name and its disk on the filesystem? If I have a vm called "test", how do I know what (and where) is its disk on the filesystem? I'm trying to extract from "xm" command but I really don't find the right option... :( (1 Reply)
Discussion started by: untamed
1 Replies
Login or Register to Ask a Question
XPCI(4) 						 BSD/xen Kernel Interfaces Manual						   XPCI(4)

NAME
xpci -- Xen frontend paravirtualized PCI pass-through driver SYNOPSIS
xpci* at xenbus? pci* at xpci? DESCRIPTION
The xpci driver is the frontend part of the PCI pass-through functionality that can be used by Xen guest domains to communicate with PCI devices. From a guest point of view, xpci is similar to a pci(4) bus, except that the guest talks with the PCI backend driver instead of the real physical device directly. When the host domain is NetBSD, the xpci driver is backed by a pciback(4) driver within the dom0. SEE ALSO
pci(4), pciback(4), xenbus(4) HISTORY
The xpci driver first appeared in NetBSD 5.1. AUTHORS
The xpci driver was written by Manuel Bouyer <bouyer@NetBSD.org>. SECURITY CONSIDERATIONS
As PCI passthrough offers the possibility for guest domains to send arbitrary PCI commands to a physical device, this has direct impact on the overall stability and security of the system. For example, in case of erroneous or malicious commands, the device could overwrite physi- cal memory portions, via DMA. BSD
January 8, 2011 BSD