search for: imageconfig

Displaying 3 results from an estimated 3 matches for "imageconfig".

2007 Jun 07
4
WinXP console
I''m using RHEL 5. One of the virtual machines I have running is a WinXP install. I start this up after I login to X. If I log out of X, the virtual WinXP is still running (that''s fine with me). However when I log back into X and start the Virtual Machine Manager, I am unable to open the machine. It normally says "Virtual Machine Console is unavailable." There does
2006 Aug 08
11
architecture-specific stuff in xend
Hi Ewan, I''m almost ready to integrate some PPC-specific stuff into xend, and I was wondering if you had a plan for how that should work. First example: the device tree data structure we talked about a few weeks ago. We will need to pass the config data to PPC code, probably in XendDomainInfo.initDomain(), and then pass the resulting data structure into libxc''s xc_linux_load()
2006 Jul 26
0
[PATCH] [HVM] enable sound card support for qemu
...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'', ''...