Displaying 20 results from an estimated 3000 matches similar to: "oVirt Node Fedora Feature Status"
2011 Jul 22
1
Draft / Ovirt Node validation matrix
Hello,
I've created a draft for Ovirt Node validation matrix:
https://fedoraproject.org/wiki/User:Athmane/Draft_Ovirt_Node_validation_matrix
Tomorrow I'll create collectd test case, also I would ask if there's a
pre-built iso for testing (I need it to ensure that nothing is wrong
with test matrix) otherwise I'll try to compose it.
Thanks.
--
Athmane Madjoudj
2011 Nov 15
7
How to get pygrub to load grub2 guest on Squeeze Dom0.
Hi,
I''m trying to install a FC 16 PV guest. After installation the guest
doesn''t load with: Error: Boot loader didn''t return any data!
xend.log:
[2011-11-14 18:57:32 32321] ERROR (XendBootloader:214) Boot loader didn''t
return any data!
[2011-11-14 18:57:32 32321] ERROR (XendDomainInfo:483) VM start failed
Traceback (most recent call last):
File
2012 Apr 18
3
Installing texlive dependencies
Hello ALL!
I am running Fedora 16 x86_64. Due to some dubious problems, that i
couldn't resolve, with the TeXLive (2007, which is a default), I removed
it. That removed R as well, and some other dependent packages. Then, I
installed TeXLive 2011 from CTAN. However, when I wanted to install R,
from Fedora's repositories, it asks for some TeX dependencies (for
example, tex-preview,
2011 Oct 08
2
guestmount issues with --live, but guestfish works just fine
Hello all,
I am having an issue with guestmount in respect to live instances
and I was hoping someone might have an idea where I've gone wrong. The
following output is from my shell session, if there's any more
information needed please let me know and I'll happily provide it.
[root at longitude ~]# virt-filesystems -d F16-rawhide/dev/sda2
/dev/sda3
[root at longitude ~]#
2011 Oct 10
26
PCI passthrough stopped working, brainache!
Recently had passthrough of 2xPCI DVB-T cards and 1xPCIe DVB-S2 card working,
the last know config that was *certainly* working was
dom0
xen-4.1.1-3.fc16.x86_64
kernel-3.1.0-0.rc7.git0.0.fc16.x86_64
domU
kernel-3.1.0-0.rc8.git0.0.fc16.x86_64
Since then I''ve updated
xen-4.1.1-6.fc16.x86_64 on dom0
kernel-3.1.0-0.rc9.git0.0.fc16.x86_64 on dom0 and domU
and updated all other packages
2009 Sep 17
1
New push candidate with feedback from apevec...
This patch removes the attempt at setting nodeadmin to be root's shell.
2011 Jul 25
1
ovirt (git) build removes ovirtnode.password
Hi There,
I may be doing something wrong. I built ovirt-node-image from git using
instructions at https://fedorahosted.org/ovirt/wiki/Build (note: the -b
next should be removed from the wiki)
Anyway, moving on. I successfully created an ovirt-node-image.iso, but
when I boot off it, the first boot fails with ovirtnode.password being
missing. I can see in recipe/ovirt-node-image.ks that
2011 Nov 23
2
Windows P2V migration temporary recipe
These are the current steps we followed to set up and run Windows P2V migrations. Note that development is proceeding rapidly and the versions of all pieces below will likely be obsolete soon.
*************************************************************
Windows RHEV P2V Cookbook 2011-1122
1. Install 32 bit Fedora 14 as a virtual machine or physical host. You will use this system to
build
2011 Jul 30
1
[PATCH node] Update rawhide to F17
Also add kickstarts for F17
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/Makefile.am | 2 +-
recipe/ovirt17-install.ks | 1 +
recipe/ovirt17-minimizer.ks | 1 +
recipe/ovirt17-pkgs.ks | 1 +
recipe/ovirt17-post.ks | 1 +
5 files changed, 5 insertions(+), 1 deletions(-)
create mode 120000 recipe/ovirt17-install.ks
create mode 120000
2009 Sep 16
2
[Fwd: Re: [PATCH node-image] keep NIC and HBA firmwares]
Forwarding to the list for Jay or Scott to have a look.
Ignazio, do you see any more details (traceback or something) in the rails log?
-------------- next part --------------
An embedded message was scrubbed...
From: ignazio.cassano at provincia.torino.it
Subject: Re: [Ovirt-devel] [PATCH node-image] keep NIC and HBA firmwares
Date: Wed, 16 Sep 2009 16:48:47 +0200
Size: 4031
URL:
2012 Dec 11
2
Adding additional mount info to xsl stylesheet
The following patch attempts to make the source client user agent and
the max listener client connection duration information available to
(icecast 2.3.2) xsl stylesheets. Will there be any memory leak issues in
the lower level functions like the acl, etc. when the source is
disconnected, when servicing queries, or otherwise?
BEGIN icecast-2.3.2-moremntinfo.patch
diff --git src/source.c
2011 Oct 08
9
xentop reporting zero written sectors
Just moving a chunk of files from one filesysstem on xvba to another
on xvdb, and was monitoring with xentop as it was taking longer than
expected.
The VBD_RD and VBD_WR counters were both clocking-up as expected, as
was the VBD_RSECT counter, but the VBD_WSECT counter was stuck on
zero, I toggled on the individual VBD device counters and these showed
the same (with the RD and WR counters
2011 Oct 08
9
xentop reporting zero written sectors
Just moving a chunk of files from one filesysstem on xvba to another
on xvdb, and was monitoring with xentop as it was taking longer than
expected.
The VBD_RD and VBD_WR counters were both clocking-up as expected, as
was the VBD_RSECT counter, but the VBD_WSECT counter was stuck on
zero, I toggled on the individual VBD device counters and these showed
the same (with the RD and WR counters
2010 May 04
2
[PATCH node] save all not-parsed boot parameters
not just console=
This is to allow vendor-specific boot parameters to survive when the
image is installed to disk.
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
scripts/ovirt-early | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 4b85102..c17ea74 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@
2015 Feb 12
3
[LLVMdev] half to float intrinsic promotion
Hi Guys,
I am trying to promote half to float for my intrinsic math operations,
following class and pattern are defined.
"
class S_HF__HF< string asmstr> : Intrinsic
<[llvm_float_ty ], [llvm_float_ty ],
[IntrNoMem],
!strconcat(asmstr, "_f16")>;
def :Pat<( f16 (int_my_math_f16 f16:$src)), (F2Hsr (FEXTsr f16:$src) )>;
“
where FEXTsr is
2017 Dec 06
2
[RFC] Half-Precision Support in the Arm Backends
Thanks a lot for the suggestions! I will look into using vld1/vst1, sounds good.
I am custom lowering the bitcasts, that's now the only place where FP_TO_FP16
and FP16_TO_FP nodes are created to avoid inefficient code generation. I will
double check if I can't achieve the same without using these nodes (because I
really would like to get completely rid of them).
Cheers,
Sjoerd.
2012 Jan 27
1
need help to build livecd and create success iso file but it hang
Hi all
my environment:
1/ windows 7 OS system
2/ use virtual box install the host centos system
i try to make a centos livecd and i follow the step
1/ create file: vi /etc/yum.repos.d/centos-livecd.repo and the content of file:
# Name: CentOS LiveCD repository
[livecd]
name = CentOS $releasever - LiveCD
baseurl =
2014 Jul 14
5
[LLVMdev] RFC: Do we still need @llvm.convert.to.fp16 and the reverse?
Hi all,
What do people think of doing away with the @llvm.convert.to.fp16 and
@llvm.convert.from.fp16 intrinsics, in favour of using "half" and
fpext/fptrunc? [1]
It looks like those intrinsics originally date from before "half"
actually existed in LLVM, and of course the backends have grown up
assuming that's what Clang will produce, so we'd have to improve their
2018 Jan 18
0
[RFC] Half-Precision Support in the Arm Backends
I would like to revive this thread, as I am struggling a lot with the FP16
implementation in the ARM backend. My implementation in
https://reviews.llvm.org/D38315 is finished (except one case), but a more
robust alternative implementation was suggested. One can indeed argue that my
current implementation is a bit fragile, because it involves manually patching
up the isel dags for a few cases. The
2018 Jan 18
1
[RFC] Half-Precision Support in the Arm Backends
Hi Sjoerd,
For ISel, I think having a separate register class will give you less headache. I wondering if you could get away with not touching the instructions descriptions at all, instead defining external pattens for the FullFP16 case, like so:
def VCVTBHS: ASuI<0b11101, 0b11, 0b0010, 0b01, 0, (outs SPR:$Sd), (ins SPR:$Sm),
IIC_fpCVTSH, "vcvtb",