Displaying 20 results from an estimated 700 matches similar to: "PV- Drivers for Windows (XP, 2003 Server)"
2008 Jan 08
0
Re: AW: PV- Drivers for Windows (XP, 2003 Server)
Most likely, yes. They should have a copy of the license agreement, and
you can take a look at that and see what they have to say about using
them apart from the VirtualIron product. The only open source PV
drivers are the ones that James has released - search the list for "GPL
PV drivers" and that should turn up some threads related to those. The
drivers are still very much in the
2009 Oct 27
12
Virt-manager issue resolved
[This email is either empty or too large to be displayed at this time]
2013 Aug 02
1
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
On Mon, 2013-07-29 at 10:05 +0300, Michael S. Tsirkin wrote:
> On Wed, Jul 24, 2013 at 08:31:34PM -0700, Sudeep Dutt wrote:
> > From: Ashutosh Dixit <ashutosh.dixit at intel.com>
> >
> > This patch introduces the host "Virtio over PCIe" interface for
> > Intel MIC. It allows creating user space backends on the host and
> > instantiating virtio
2013 Aug 02
1
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
On Mon, 2013-07-29 at 10:05 +0300, Michael S. Tsirkin wrote:
> On Wed, Jul 24, 2013 at 08:31:34PM -0700, Sudeep Dutt wrote:
> > From: Ashutosh Dixit <ashutosh.dixit at intel.com>
> >
> > This patch introduces the host "Virtio over PCIe" interface for
> > Intel MIC. It allows creating user space backends on the host and
> > instantiating virtio
2008 Dec 25
2
Problems with exclusion in host definition - shorewall 4.2.3 latest
Hi,
usually my shorewall inst. uses compiler=perl.
While some tests I changed my config to compiler=shell, and in this case
I get an error like this:
--------------------------------------------------------
Setting up TCP Flags checking...
iptables v1.3.8: host/network `169.254.0.0/16!169.254.1.0'' not found
Try `iptables -h'' or ''iptables --help'' for more
2008 Dec 31
5
Problem with "routeback, blacklist, tcpflags" in Shorewall 4.2.4-2
Hi,
enabling this line in hosts file
"WAN
eth2:0.0.0.0/0!1.0.0.0/8,10.0.0.0/8,169.254.0.0/16,172.16.0.0/12,192.168.0.0/16
routeback,blacklist,tcpflags"
results in this error message
--
Preparing iptables-restore input...
Running /usr/sbin/iptables-restore...
iptables-restore v1.3.8: error creating chain ''ACCEPT'':File exists
Error occurred at line: 29
Try
2007 Aug 13
4
Problem with iprange in shorewall 4.0.2
Hi,
I have the following problem while activating this rule entry using shorewall-shell:
ACCEPT:notice:rul WAN:139.x.x.226 INT:139.x.x.153-139.x.x.156 udp 1024:65535 1024:65535
"-m iprange" in front of "--dst-range" is missing in the activation command.
The logging entry (above) is set correct.
Below is the debug output.
Thanks
Regards
Günter
+ case $level in
+
2012 Jan 22
2
[LLVMdev] Fwd: How to force the creation of arrays with zeroes?
Yep check out PR1324. Doing something like this would be a great improvement.
-Chris
On Jan 21, 2012, at 9:42 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Anton, in a solution without CAZ, isNullValue can just return true when it
> sees the special "this ConstantArray is all zero" flag. So all the places that
> now look for CAZ can just use isNullValue instead
2012 Jan 21
4
[LLVMdev] How to force the creation of arrays with zeroes?
Hi Chris. There is no zero arrays created. Probably this patch is not optimal and I'll reworked it today. But the main idea is keep a single zero-item when ConstantAggregateZero was wrapped and return this zero item as result of getOperand call.
Note that wrapper has no parent classes, it has very local and short lifetime (method body), it exists outside the LLVMContext and needed for
2012 Jan 21
0
[LLVMdev] Fwd: How to force the creation of arrays with zeroes?
Hi Anton, in a solution without CAZ, isNullValue can just return true when it
sees the special "this ConstantArray is all zero" flag. So all the places that
now look for CAZ can just use isNullValue instead and there need be no
performance loss. That said, CAZ is more "in your force" so less likely to be
forgotten about. Another interesting possibility is to handle more than
2006 Mar 10
2
[PATCH] - xc_core.c/xenctrl.h - refactor slightly to allow user specified output routines
The existing xc_domain_dumpcore is very specific to disk/file based
output. Refactor the code slightly to allow more user-specified
control. This is done by adding a parallel xc_domain_dumpcore2 (naming
isn''t always my strong suit), which allows the specification of a
callback routine and an opaque argument block. The existing dumpcore
routine is modified to use the callback for all
2007 Jul 18
2
what codecs for LAN
Dear all
I have one more question about codec what codec i use for LAN setup G.729 or Alaw which is best for LAN setup caz some people told me G.729 is use for wan link not for lan caz it is cost effective so can anyone suggest me best codec for asterisk and SIP phone
Rgds
satish patel
---------------------------------
Don't pick lemons.
See all the new 2007 cars at
2008 Jun 05
2
[PATCH 1/2] Migrate tsc values during migration
Migrate the last TSC values for more accurate timekeeping during live
migration
Signed-off-by: Dave Winchell <dwinchell@virtualiron.com>
Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Jan 21
2
[LLVMdev] Fwd: How to force the creation of arrays with zeroes?
Sorry, forgot to reply-all
---------- Forwarded message ----------
From: Anton Korobeynikov <anton at korobeynikov.info>
Date: Sat, Jan 21, 2012 at 20:59
Subject: Re: [LLVMdev] How to force the creation of arrays with zeroes?
To: Stepan Dyatkovskiy <STPWORLD at narod.ru>
> Though, there is also cases when we really need to transform it to 10,000 zeroes (just look at CBackend.cpp,
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
ChangeLog:
=========
v2 => v3:
a) Patch 1 data structure cleanups, header file include cleanups,
IDA interface reuse and switching to device_create_with_groups(..)
as per feedback from Greg Kroah-Hartman.
b) Patch 7 signal documentation, sleep workaround removal and sysfs
access API cleanups as per feedback from Michael S. Tsirkin.
v1 => v2: @ http://lwn.net/Articles/563131/
a)
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
ChangeLog:
=========
v2 => v3:
a) Patch 1 data structure cleanups, header file include cleanups,
IDA interface reuse and switching to device_create_with_groups(..)
as per feedback from Greg Kroah-Hartman.
b) Patch 7 signal documentation, sleep workaround removal and sysfs
access API cleanups as per feedback from Michael S. Tsirkin.
v1 => v2: @ http://lwn.net/Articles/563131/
a)
2012 Jan 22
0
[LLVMdev] Fwd: How to force the creation of arrays with zeroes?
Hi Chris. The main question is how to implement ConstantAggregateXXXXX::getOperand? Should it be empty collection, or it must return the item aggregated?
-Stepan.
22.01.2012, 04:43, "Chris Lattner" <clattner at apple.com>:
> Yep check out PR1324. Doing something like this would be a great improvement.
>
> -Chris
>
> On Jan 21, 2012, at 9:42 AM, Duncan Sands
2008 Jan 31
5
Exporting a VM
Hi everyone!
I have this doubt, on xenexpress there''s a command to
export and import a vm i think it''s like this
xe vm-export uuid=0099... filename=/path
xe vm-import filename=/path ...
I was wondering if there is something like this on Xen
3.0.3.
If not how can i make a complete backup of my vm to
install it on another computer (is it posible?).
Thanks for your time and
2007 Aug 27
3
[PATCH] Limit MCG Cap
Intercept guest reads of MSR_IA32_MCG_CAP and limit the number of memory banks reported to one.
This prevents us from trying to read status of non-existent banks when migrated to a machine
with fewer banks.
Signed-off-by: Ben Guthro
Signed-off-by: David Lively <dlively@virtualiron.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
ChangeLog:
=========
v1 => v2:
a) License wording cleanup, sysfs ABI documentation, patch 1 refactoring
into 3 smaller patches and function renames, as per feedback from
Greg Kroah-Hartman.
b) Use VRINGH infrastructure for accessing virtio rings from the host
in patch 5, as per feedback from Michael S. Tsirkin.
v1: Initial post @ https://lkml.org/lkml/2013/7/24/810
Description: