Displaying 3 results from an estimated 3 matches for "fullyvirt".
Did you mean:
fullvirt
2007 Aug 07
6
Can VMWare modules run alongside in XEN kernel?
I would like to have VMware modules running in the XEN kernel, NOT in DOM0 kernel but outside at the hypervisor level, is that possible?
Architecturally, I noticed that xen subbranch does not implement any modules loading. If I were to load the VMware modules directly as an ELF image, will it break any existing architectural feature in XEN?
Thanks :-).
2007 Jul 27
4
Prototype to use QEMU for PV guest framebuffer
As many of us are all too painfully aware we have completely different VNC
server implementations for paravirt vs fullyvirt Xen guests. The former
based on libvncserver, the latter integrated into QEMU. There are many new
and interesting ideas being tried out in the VNC server space in particular
wrt to virtualization and having to implement them all twice is not very
desirable. Also libvncserver code is terrible - ma...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and increase the functionality for PV. In
particular this will let paravirt guests take advantage of TLS encryption
for the VNC server...