Package Details: xen-docs 4.19.1pre-1

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Package Base: xen
Description: Xen hypervisor documentation and man pages
Upstream URL: https://xenproject.org/
Keywords: hypervisor virtualization xen
Licenses: GPL2
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 185
Popularity: 0.46
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-09-20 00:31 (UTC)

Pinned Comments

Refutationalist commented on 2024-12-06 01:37 (UTC)

Please Note: Per best-practices by upstream this package follows the git stable branch. Minor releases do not require a version bump and the PKGBUILD will provide the appropriate version number.

stubdom is still broken.

Latest Comments

« First ‹ Previous 1 .. 59 60 61 62 63 64 65 66 67 68 69 .. 101 Next › Last »

zootboy commented on 2013-08-27 15:15 (UTC)

The 09_xen GRUB file does not properly handle detecting the linux-lts kernel files. Here's a patch to fix it (and also the ro/rw thing): http://www.zootboy.com/storage/09_xen.patch

zman0900 commented on 2013-08-25 23:29 (UTC)

4.3.0-4 with the ATI Passthrough patch works for me for my Windows 8 + ATI HD7850 HVM setup. I had to add 'device_model_version="qemu-xen-traditional"' to my config, but no other changes were necessary.

zman0900 commented on 2013-08-25 22:11 (UTC)

@kantras: Package fails for 4.3.0-4 in the 'sanitize library path' section. It does `cd usr/` causing the next gzip command to not find the expected files. You should add `cd ..` right after `rm -rf lib64`

zman0900 commented on 2013-08-25 21:49 (UTC)

@kantras: The default for Arch now seems to be passing rw instead of ro on the kernel commandline, based on the 10_linux file from grub2. When I boot with ro systemd gives a warning about not being able to fsck. You should probably change the 09_xen file.

kantras commented on 2013-08-14 07:20 (UTC)

Ok, the new build is up on my website: http://www.kantras.info/xen/xen-4.3.0-4.tgz - it has the TOM register patch (the one which helps with the >3Gb memory assignment) as well as a little more cleanup (more to come) I've also included the ATI Passthrough patch, although its not enabled by default and so far I've only made sure that it would still compile if enabled

evilsephiroth commented on 2013-08-14 06:22 (UTC)

ok. With qemu-xen-traditional the domU seems pretty stable so I'm not in a hurry.

kantras commented on 2013-08-14 04:40 (UTC)

@tritron I've not tried opennebula yet - not had a need to.

kantras commented on 2013-08-14 04:38 (UTC)

OK, having been playing with that patch I mentioned, I found out it requires additional code which doesn't exist yet (and the PCI Passthrough issue is still listed as outstanding for 4.4, so no sign of an official patch yet) but found other references to the one you've mentioned so am going to clean it up a touch, add, test, and then will upload.

tritron commented on 2013-08-12 01:39 (UTC)

Did anyone compiled this package with qemu git? This could solve the issue? Is anyone using opennebula with xen ?