Displaying 4 results from an estimated 4 matches for "parsedevicemodelarg".
Did you mean:
parsedevicemodelargs
2007 May 15
4
[PATCH] [xm] Fix vncdisplay for hvm guests
...39; being passed to qemu-dm. There are several
approaches
for a fix - this patch defaults vncdisplay to None in xm options. It
currently defaults to 1 and is always included in the image config
created by configure_hvm() in tools/python/xen/xm/create.py. In xend
(tools/python/xen/xend/image.py - parseDeviceModelArgs), vncunused takes
precedence over vncdisplay.
This patch is against 3.1.0-testing but looks like problem exists in
unstable as well - even with recent changes to
tools/python/xen/xend/image.py when moving to qemu 0.9.0
Regards,
Jim
_______________________________________________
Xen-devel m...
2006 Jul 26
0
[PATCH] [HVM] enable sound card support for qemu
....py
--- a/tools/python/xen/xend/image.py Wed Jul 19 16:09:59 2006 +0800
+++ b/tools/python/xen/xend/image.py Thu Jul 20 21:19:07 2006 +0800
@@ -249,7 +249,7 @@ class HVMImageHandler(ImageHandler):
# Return a list of cmd line args to the device models based on the
# xm config file
def parseDeviceModelArgs(self, imageConfig, deviceConfig):
- dmargs = [ ''cdrom'', ''boot'', ''fda'', ''fdb'', ''audio'',
+ dmargs = [ ''cdrom'', ''boot'', ''fda'', ''fdb...
2005 Aug 11
0
[PATCH][VT][1/15] Fix config file parsing for VMX domains.
...et the mac address of the first interface
-#macaddr=
-
diff -r 38c7c25b3cb9 -r 6a87d79f9ee0 tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py Tue Aug 9 13:53:15 2005
+++ b/tools/python/xen/xend/image.py Tue Aug 9 19:06:44 2005
@@ -295,7 +295,7 @@
# xm config file
def parseDeviceModelArgs(self):
dmargs = [ ''cdrom'', ''boot'', ''fda'', ''fdb'',
- ''localtime'', ''serial'', ''macaddr'', ''stdvga'', ''isa'' ]
+...
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