search for: dmarg

Displaying 8 results from an estimated 8 matches for "dmarg".

Did you mean: dmar
2006 Jul 26
0
[PATCH] [HVM] enable sound card support for qemu
...6 +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'', ''soundhw'',...
2005 Aug 11
0
[PATCH][VT][1/15] Fix config file parsing for VMX domains.
...t 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 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
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...ew(gc, info, vifs, num_vifs); } else { - return libxl_build_device_model_args_old(ctx, info, vifs, num_vifs); + return libxl_build_device_model_args_old(gc, info, vifs, num_vifs); } } @@ -1309,6 +1382,7 @@ static int libxl_vfb_and_vkb_from_device static int libxl_write_dmargs(libxl_ctx *ctx, int domid, int guest_domid, char **args) { + libxl_gc gc = LIBXL_INIT_GC(ctx); int i; char *vm_path; char *dmargs, *path; @@ -1321,7 +1395,7 @@ static int libxl_write_dmargs(libxl_ctx roperm[1].id = domid; roperm[1].perms = XS_PERM_READ; - vm_path...
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
2013 May 19
71
xen forum
I believe both mailing lists are great but there are so may postings that many issues get missed. There are some bugs that hand never been resolved because developers are unaware of it. I just setup forum for xen users at sam.hebe.us/forums please be free to join _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2013 May 19
71
xen forum
I believe both mailing lists are great but there are so may postings that many issues get missed. There are some bugs that hand never been resolved because developers are unaware of it. I just setup forum for xen users at sam.hebe.us/forums please be free to join _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches