No pcifront in F10?
by Jim Lutz
I have a virtual machine landscape consisting of a CentOS 5.3 Dom0 with
Xen 3.1.2, some PV CentOS DomU's with PCI passthrough (same versions),
and I'm trying to implement a F10 DomU with PCI passthrough. I set
everything up for the passthrough, and the F10 guest can't see any of
the devices with lspci. If I boot a CentOS PV machine with the same PCI
passthrough configuration, the devices show up with lspci. I've seen
some posts in various places about this issue, but no solutions. How do
I implement this?
12 years, 11 months
Dom0 to rawhide?
by W. Michael Petullo
I have been using Michael Young's Xen Dom0 kernels. With kernel 2.6.34
in Rawhide, what is keeping Xen 4.0 and a DomU kernel from being pushed
to Rawhide? My understanding was that kernel 2.6.33 would provide the
pvops features required to make a Dom0 kernel palatable to Fedora. Did
this feature not make this release?
http://fedoraproject.org/wiki/Features/XenPvopsDom0 has not been updated
in a while, but I suspect that a Xen Dom0 kernel will not be in Fedora 13.
--
Mike
:wq
13 years, 1 month
Re: [Fedora-xen] Unofficial Xen 4.0.1-rc3-pre src.rpm package for Fedora available
by M A Young
On Sat, 19 Jun 2010, Pasi Kärkkäinen wrote:
> I just hacked together Xen 4.0.1-rc3-pre src.rpm package for Fedora 13,
> and I thought I'd share it. It should work with Fedora 12 aswell.
>
> download-link:
> http://pasik.reaktio.net/fedora/xen-4.0.1-0.1.rc3.fc13.src.rpm
>
> Note that Xen 4.0.1-rcX is required for the latest xen/stable-2.6.32.x
> kernels (2.6.32.15+), they won't work with Xen 4.0.0 anymore.
I think I will add the relevant patch to the xen 3.4.3 F-12 and F-13
packages, as I would like to keep them basically functional with the
xen/stable-2.6.32.x kernels. I will do something with the rawhide package
as well, though I haven't yet decided whether just to add the patch or go
for the latest xen 4 rc.
Michael Young
13 years, 3 months
Unofficial Xen 4.0.1-rc3-pre src.rpm package for Fedora available
by Pasi Kärkkäinen
Hello,
I just hacked together Xen 4.0.1-rc3-pre src.rpm package for Fedora 13,
and I thought I'd share it. It should work with Fedora 12 aswell.
download-link:
http://pasik.reaktio.net/fedora/xen-4.0.1-0.1.rc3.fc13.src.rpm
Instructions to compile/install:
- Check http://wiki.xensource.com/xenwiki/Xen4.0 wiki page and install the packages/rpms listed there!
- Download xen-4.0.1-0.1.rc3.fc13.src.rpm
- rpm -i xen-4.0.1-0.1.rc3.fc13.src.rpm
- rpmbuild -bb xen-4.0.1-0.1.rc3.fc13.src.rpm
After a while you should see:
Wrote: /root/rpmbuild/RPMS/x86_64/xen-4.0.1-0.1.rc3.fc13.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/xen-libs-4.0.1-0.1.rc3.fc13.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/xen-runtime-4.0.1-0.1.rc3.fc13.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/xen-hypervisor-4.0.1-0.1.rc3.fc13.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/xen-doc-4.0.1-0.1.rc3.fc13.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/xen-devel-4.0.1-0.1.rc3.fc13.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/xen-debuginfo-4.0.1-0.1.rc3.fc13.x86_64.rpm
- cd /root/rpmbuild/RPMS/x86_64
- rpm -Uvh xen*4.0.1*.rpm
- Install Xen dom0 capable kernel, edit grub.conf, reboot
Note that Xen 4.0.1-rcX is required for the latest xen/stable-2.6.32.x kernels (2.6.32.15+),
they won't work with Xen 4.0.0 anymore.
This unofficial src.rpm works for me, hopefully for you aswell :)
-- Pasi
13 years, 3 months
Re: [Fedora-xen] Xen 4.0.0
by M A Young
On Wed, 2 Jun 2010, Virgil wrote:
> Just doing an rpmbuild on:
>
> xen-4.0.0-0.7.fc12.x86_64
>
> and I get this error towards the end:
>
> Processing files: xen-debuginfo-4.0.0-0.7.fc12.x86_64
> Checking for unpackaged file(s): /usr/lib/rpm/check-files
> /root/rpmbuild/BUILDROOT/xen-4.0.0-0.7.fc12.x86_64
> error: Installed (but unpackaged) file(s) found:
> /etc/hotplug/xen-backend.agent
If you actually got some RPMs built then you should be able to use them.
It looks like you might have the hotplug package installed (current Fedora
doesn't have this package) and xen is trying to set things up accordingly.
If you didn't get any RPMs I did a test build of xen-4.0.0-0.7.fc12 at
http://koji.fedoraproject.org/koji/taskinfo?taskID=2225738 for rawhide
that you might be able to use.
Michael Young
13 years, 4 months