search for: dugger

Displaying 12 results from an estimated 12 matches for "dugger".

Did you mean: bugger
2006 Jul 13
3
[PATCH] Update new qemu-dm to spawn vncviewer
...ig parameter translate to the `vncviewer'' flag to `qemu-dm''. 3) Add a new config parameter, `vncconnect'', that spawns a `vncviewer'' process that looks for a reverse connection (the way the `vncviewer'' config option currently works) Signed-off-by: Don Dugger <donald.d.dugger@intel.com> -- Don Dugger "Censeo Toto nos in Kansa esse decisse." - D. Gale Donald.D.Dugger@intel.com Ph: (303)440-1368 diff -Naur xen-unstable.hg-dm-/tools/python/xen/xend/image.py xen-unstable.hg-dm/tools/python/xen/xend/image.py --- xen-unstable.hg-dm-/tools/...
2006 May 18
1
RE: [PATCH] - make qemu serial summagraphics settings a bitmore fluid
...thing. (I have this thing about wasting memory :-) 3) Personally, I hate counting serial ports from 1, everybody knows that computers count from 0. I''d refer to it as which `ttyS'' port to use, starting from 0, but I''m willing to live with the COM terminology. -- Don Dugger "Censeo Toto nos in Kansa esse decisse." - D. Gale Donald.D.Dugger@intel.com Ph: (303)440-1368 >-----Original Message----- >From: xen-devel-bounces@lists.xensource.com >[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Ben Thomas >Sent: Thursday, May 18, 2006 12:5...
2006 Mar 16
0
[PATCH 3a/3] Add shadow VRAM
This is a slightly modified version of the original VGA patch that removes changes to the configure script to check for SSE2 capabilities. SSE2 is now only checked at run time. Signed-off-by: Don Dugger <donald.d.dugger@intel.com> -- Don Dugger "Censeo Toto nos in Kansa esse decisse." - D. Gale Donald.D.Dugger@intel.com Ph: (303)440-1368 diff -r c445d4a0dd76 tools/ioemu/hw/vga.c --- a/tools/ioemu/hw/vga.c Tue Mar 14 19:33:45 2006 +0100 +++ b/tools/ioemu/hw/vga.c Thu Mar 16 14:1...
2008 Dec 12
1
Is linux-image-2.6.27-amd64-xen on the way?
Hi, I was wondering if you guys are working on a linux-image-2.6.27-amd64-xen? That would be great! Thomas
2008 Nov 21
0
[Xen-devel] Linux 2.6.27 temporary tree on xenbits
----- Forwarded message from Keir Fraser <keir.fraser at eu.citrix.com> ----- From: Keir Fraser <keir.fraser at eu.citrix.com> To: "xen-devel at lists.xensource.com" <xen-devel at lists.xensource.com> Cc: "Dugger, Donald D" <donald.d.dugger at intel.com> Date: Fri, 21 Nov 2008 13:02:26 +0000 Subject: [Xen-devel] Linux 2.6.27 temporary tree on xenbits As a stop-gap measure until full dom0 support is ready in pv_ops, I've placed a Linux 2.6.27 tree at http://xenbits.xensource.com/ext/linux-2.6...
2007 Oct 08
1
XRandR 180
...nction also lacking in the current tree? This change seems like a fairly simple 20-ish line of code patch to support an additional rotation mode, but there's one thing I'm not clear on: does pNV map to some register in hardware, or is it simply a global state for the driver itself? Justin Dugger
2008 Oct 08
2
xen-unstable compilation error
After syncing to the latest xen-unstable sources, I am getting following compilation error : make[3]: *** No rule to make target `/data/xen-sources/xen-unstable.hg/stubdom/ioemu/i386-stubdom/qemu.a'', needed by `/data/xen-sources/xen-unstable.hg/stubdom/mini-os-x86_32-ioemu/mini-os_app.o''. Stop. make[3]: Leaving directory
2013 Nov 25
14
[PATCH] VMX: wbinvd when vmentry under UC
From e2d47e2f75bac6876b7c2eaecfe946966bf27516 Mon Sep 17 00:00:00 2001 From: Liu Jinsong <jinsong.liu@intel.com> Date: Tue, 26 Nov 2013 04:53:17 +0800 Subject: [PATCH] VMX: wbinvd when vmentry under UC This patch flush cache when vmentry back to UC guest, to prevent cache polluted by hypervisor access guest memory during UC mode. However, wbinvd is a _very_ time consuming operation, so 1.
2008 Feb 26
8
[PATCH 0/8] RFC: ia64/xen TAKE 2: paravirtualization of hand written assembly code
Hi. I rewrote the patch according to the comments. I adopted generating in-place code because it looks the quickest way. The point Eddie wanted to discuss is how to generate code and its ABI. i.e. in-place generating v.s. direct jump v.s. indirect function call Indirect function call doesn't make sense because ivt.S is compiled multi times. And it is up to pv instances to choose in-place
2008 Feb 26
8
[PATCH 0/8] RFC: ia64/xen TAKE 2: paravirtualization of hand written assembly code
Hi. I rewrote the patch according to the comments. I adopted generating in-place code because it looks the quickest way. The point Eddie wanted to discuss is how to generate code and its ABI. i.e. in-place generating v.s. direct jump v.s. indirect function call Indirect function call doesn't make sense because ivt.S is compiled multi times. And it is up to pv instances to choose in-place
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it