0
votes
3answers
106 views
What does %c mean in GCC inline assembly code?
I am trying to understand this inline assembly code which comes from _hypercall0 here.
asm volatile ("call hypercall_page+%c[offset]" \
: "=r" (__res) \
: [offset] …
0
votes
0answers
24 views
VMWare Player for Xen [closed]
What is the parallel of VMWare Player in the Xen line of products?
I.e. what do I need to run a virtual machine inside my laptop or desktop computer?
0
votes
0answers
21 views
UK virtual hosting advice? [closed]
Hi Everyone,
I'm just looking for a bit of advice concerning UK hosting. I'm currently running a site across some dedicated UK boxes and looking to move to virtual hosting. Sadly, …
0
votes
1answer
70 views
Why does the VNCsharp client for a XenServer remote console freezes when screen resolution increases
I'm using the VNCsharp .NET control to attach to remote XenServer sessions using their VNC protocol. This control has been working great except for one when the VM's resolution is …
0
votes
0answers
33 views
Domain0 with Kernel 2.6.18-92.1.22.el5xen fails to boot Guests with Kernel 2.6.18-164.el5xen [closed]
Hi all,
I am in a bit of a fix here, I have several Guests paravirtualized running on a Dom0 that is currently running the 2.6.18-92.1.22.el5xen Kernel. All my guests (administere …
0
votes
1answer
49 views
Virtual Machine Manager Error - Error determing default hypervisor
I have Fedora 11 and trying to get Xen working (which I think it is already) but the Virtual Machine Manager cannot find the hypervisor.
When starting Virtual Machine Manager, I r …
0
votes
1answer
283 views
Setting up a NAS with Citrix XenServer
Hi,
Just a quick query on anyone whos worked with XenServer, I want to setup a NAS at home but with virtualization (I've looked into VMWare Server and KVM, I quite like KVM!) but …
0
votes
1answer
72 views
Analyzing a Xen core dump
After a Xen guest domain hang, I took a dump using xm core-dump . Following the sparse documentation I found, I tried using the crash utility to analyze the dump.
Unfortunately, t …
0
votes
0answers
27 views
Build a web console for Xen domU instances.
I want to build a service to provide console access (eg. xm console domain) via a web browser to Xen virtual machines. Does such a program already exist? If not, where should I sta …
6
votes
7answers
346 views
Java VMs that do not require an operating system?
I know that BEA was working on LiquidVM which didn't require an underlying operating system, but would like to know if anyone in the open source community is working on something s …
0
votes
1answer
138 views
VMware Pocket Ace alternative?
I'm looking into using VMWares Pocket Ace so that users can work from home/abroad without needing to loan out a laptop. This way I could just have a few Flash Drives that I could …
3
votes
4answers
128 views
business model: selling virtual machine image
I have a software that is pretty complex in the sense that it uses a lot of interacting processes, os daemons, services, etc.
So I think the most sensible way of distributing it w …
9
votes
6answers
2k views
Detect virtualized OS from an application?
I need to detect whether my application is running within a virtualized OS instance or not.
I've found an article with some useful information on the topic. The same article appea …
0
votes
1answer
55 views
Wanted: an example of Application Built/Test Server visualization
Currently we have assorted development build/test boxes. The target Application is mainly written in Python/gcc, uses postgres and has 2 identical USB devices attached.
The princi …
0
votes
1answer
45 views
Xen API Ruby Bindings?
Does anyone know if there is a full XenServer API implementation in ruby floating around out there? I found this: http://github.com/rubiojr/pangea/tree/master but its read only a …
