Displaying 12 results from an estimated 12 matches for "msg00096".
Did you mean:
msg00086
2005 Oct 07
1
[patch] testing needed: "xenif" dom0_ops
...ere
not caused by this patch.
I would really appreciate people testing this patch. It should cause no
functional changes at all. Some areas, such as the "microcode" op, likely
don''t see much testing ordinarily...
[1] http://lists.xensource.com/archives/html/xen-devel/2005-10/msg00096.html
--
Hollis Blanchard
IBM Linux Technology Center
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2020 Sep 23
0
[RFC PATCH 6/7] dt-bindings: arm: Add virtio transport for SCMI
...200, Peter Hilber wrote:
> From: Igor Skalkin <igor.skalkin at opensynergy.com>
>
> Document the properties for arm,scmi-virtio compatible nodes. The
> backing virtio SCMI device is described in patch [1].
>
> [1] https://lists.oasis-open.org/archives/virtio-comment/202005/msg00096.html
>
> Co-developed-by: Peter Hilber <peter.hilber at opensynergy.com>
> Signed-off-by: Peter Hilber <peter.hilber at opensynergy.com>
> Signed-off-by: Igor Skalkin <igor.skalkin at opensynergy.com>
> ---
> .../devicetree/bindings/arm/arm,scmi.txt | 38 +...
2007 Oct 14
1
concat mount
Hi, I've got a buffalo 1TB DriveStation run in RAID 1 mode, i.e. 500G
space available, but that beast is preformatted in vfat. Buffalo doesn't
recommend to run it as ext2/ext3, so I mount a vfat drive wich has the
limitations "no symlinks, no uids, no gids, etc.". As I just want to use
the DriveStation as a backup target, I did the following: I created
files of 4G size with
2015 Jul 02
2
What causes phantom update nags?
On 07/02/2015 03:11 AM, John R Pierce wrote:
> On 7/1/2015 2:35 PM, Kay Schenk wrote:
>> OK, here ya go --
>>
>> Obsoleting Packages
>>
>> perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras
>> perl-IO-Compress-Bzip2.i686 2.021-136.el6_6.1 @updates
>> perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras
>> perl-Compress-Zlib.i686
2013 Mar 04
1
Fwd: OpenVSwitch and libvirt integration problem at shutdown/reboot
Hi everyone, I'm forwarding this mail that I wrote to OpenVSwitch dev
list because I think that you could maybe help me a little :-)
What did you think about the patch to libvirt that I'm using?. At
least, it worked for me :-)
Thanks.
Ernesto
---------- Forwarded message ----------
From: Ernesto Domato <edomat at gmail.com>
Date: Mon, Mar 4, 2013 at 2:09 PM
Subject: OpenVSwitch
2009 Nov 21
3
python
Dear R users,
I would like to make my R code for MCMC faster. It is possible to integrate
C code into R but I think C is too complicated for me. I would need a C
introduction only for MCMC and I do not know if such a thing exists.
I was thinking of Python (and scipy). Where could I read about its
integration into R ? How developed are the statistical packages in Python ?
I could not find a
2020 Feb 13
1
[common PATCH v4 0/1] options: add '--blocksize' option for C-based tools
...;--blocksize' parameter description into the separate
file called blocksize-option.pod so we can include it everywhere we need
similar to key-option.pod.
https://www.redhat.com/archives/libguestfs/2020-February/msg00099.html
v1 was here:
https://www.redhat.com/archives/libguestfs/2020-February/msg00096.html
Nikolay Ivanets (1):
options: add '--blocksize' option for C-based tools
options/Makefile.am | 3 ++-
options/blocksize-option.pod | 11 ++++++++++
options/options.c | 13 +++++++++++-
options/options.h | 41 ++++++++++++++++++++++++++++--------
4 f...
2020 Feb 12
1
[common PATCH v3 0/1] options: add '--blocksize' option for C-based tools
...;--blocksize' parameter description into the separate
file called blocksize-option.pod so we can include it everywhere we need
similar to key-option.pod.
https://www.redhat.com/archives/libguestfs/2020-February/msg00099.html
v1 was here:
https://www.redhat.com/archives/libguestfs/2020-February/msg00096.html
Nikolay Ivanets (1):
options: add '--blocksize' option for C-based tools
options/Makefile.am | 3 +-
options/blocksize-option.pod | 11 +++
options/options.c | 13 +++-
options/options.h | 125 +++++++++++++++++++++--------------
4 files changed,...
2020 Feb 12
3
[common PATCH v2 0/1] options: add '--blocksize' option for C-based tools
...: Nikolay Ivanets <stenavin@gmail.com>
In v2 I've moved '--blocksize' parameter description into the separate
file called blocksize-option.pod so we can include it everywhere we need
similar to key-option.pod.
v1 was here:
https://www.redhat.com/archives/libguestfs/2020-February/msg00096.html
Nikolay Ivanets (1):
options: add '--blocksize' option for C-based tools
options/Makefile.am | 3 +-
options/blocksize-option.pod | 11 +++
options/options.c | 13 +++-
options/options.h | 125 +++++++++++++++++++++--------------
4 files changed,...
2006 Apr 04
9
Very slow domU network performance
I set up a domU as a backup server, but it has very, very poor
network performance with external computers. I ran some tests with
iperf and found some very weird results.
Using iperf, I get these approximate numbers (the left column is the
iperf client and the right column is the iperf server):
domU --> domU 1.77 Gbits/sec (using 127.0.0.1)
domU --> domU 1.85 Gbits/sec (using domU
2006 Apr 04
9
Very slow domU network performance
I set up a domU as a backup server, but it has very, very poor
network performance with external computers. I ran some tests with
iperf and found some very weird results.
Using iperf, I get these approximate numbers (the left column is the
iperf client and the right column is the iperf server):
domU --> domU 1.77 Gbits/sec (using 127.0.0.1)
domU --> domU 1.85 Gbits/sec (using domU
2020 Feb 11
2
[PATCH 0/1] tools: add '--blocksize' option for C-based tools
From: Nikolay Ivanets <stenavin@gmail.com>
This patch depends on changes in 'common' sub-module posted here:
https://www.redhat.com/archives/libguestfs/2020-February/msg00096.html
Nikolay Ivanets (1):
tools: add '--blocksize' option for C-based tools
align/scan.c | 8 ++++++++
align/virt-alignment-scan.pod | 12 ++++++++++++
cat/cat.c | 8 ++++++++
cat/filesystems.c | 8 ++++++++
cat/log.c...