Displaying 8 results from an estimated 8 matches for "vmconfig".
Did you mean:
mconfig
2008 Mar 18
0
[PATCH] vfb: Add opengl option
...# List of XendConfig configuration keys that have no direct equivalent
# in the old world.
--- a/tools/python/xen/xend/image.py Tue Mar 18 14:36:27 2008 +0000
+++ b/tools/python/xen/xend/image.py Tue Mar 18 15:16:47 2008 +0000
@@ -202,6 +202,7 @@
vnc_config = {}
has_vnc = int(vmConfig[''platform''].get(''vnc'', 0)) != 0
has_sdl = int(vmConfig[''platform''].get(''sdl'', 0)) != 0
+ opengl = 1
for dev_uuid in vmConfig[''console_refs'']:
dev_type, dev_info = vmConfig...
2007 Nov 19
3
virt-install complains about vnc-password not being set
...ror when I run virt-install:
bash-3.2# virt-install -n winxp-01 --hvm -r 384 --vnc -f
/etc/opt/vms/winxp-01.img -s 16 -c /etc/opt/images/windowsXP_SP2.iso
Starting install...
libvir: Xen Daemon error : POST operation failed: (xend.err ''Error
creating domain: vncpasswd is not set up in VMconfig and xend-config.'')
Traceback (most recent call last):
File "/usr/bin/virt-install", line 657, in ?
main()
File "/usr/bin/virt-install", line 606, in main
dom = guest.start_install(conscb,progresscb)
File
"/export/builds/xvm_77/proto/install/usr/lib/python2.4/site-...
2005 Feb 01
5
Cannot save/migrate domains
Hi,
I had a problem trying to migrate domains, in trying to locate it I
noticed that saving domains doesn''t work either, which I believe
explains why the receiving xfrd doesn''t actually receive anything.
So here it goes...
xenone:/tmp# xm list
Name Id Mem(MB) CPU State Time(s) Console
Domain-0 0 123 0 r---- 900.6
sky 9
2007 Nov 28
0
[Xen-ia64-devel] [PATCH] Add guest_os_type domain config option
...+ b/tools/python/xen/xend/image.py Wed Nov 28 09:48:59 2007 -0700
@@ -22,6 +22,7 @@ import math
import math
import time
import signal
+import struct
import xen.lowlevel.xc
from xen.xend.XendConstants import *
@@ -426,6 +427,7 @@ class HVMImageHandler(ImageHandler):
self.apic = int(vmConfig[''platform''].get(''apic'', 0))
self.acpi = int(vmConfig[''platform''].get(''acpi'', 0))
+ self.guest_os_type = vmConfig[''platform''].get(''guest_os_type'')
# Return a list of cmd...
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
2012 Aug 15
2
KVM Setup for Win7 Pro on CentOS 5.x
Can somebody point me to a HowTO or other documentation describing the
tools available under the CentOS 5 KVM package to create and manage a
Windows 7 Pro VM? All my VM experience to date has been the old free
VMware Server.
I need to:
+ Create the VM instance allowing for about 50GB total disk space which
will be either a single image partitioned into two Windows 'Drives'
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows.
> I thought that the point was the following two.
>
>
> 1. Storage place of encrypted password
> Should I store it in /etc/xen/passwd ?
> Or, should I wait for DB of Xen that will be released in
> the future?
The xend life cycle management patches were posted by Alistair a couple
of months back.
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going.
The code won't get all the way to the define stage since I'm in
the middle of retrofitting it to use virtinst instead of a home
spun node definition.