Package Details: xen-docs 4.21.2pre-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: 182
Popularity: 0.000012
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2026-05-06 02:59 (UTC)

Required by (3)

Sources (13)

Latest Comments

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

shanmu commented on 2013-09-28 21:05 (UTC)

Kantras, please take ownership :)

karol_007 commented on 2013-09-28 11:45 (UTC)

shanmu isn't very active with this package, kantras, have you thought about maintaining it? Your PKGBUILD fixes at least some bluez v. bluez4 issues: https://bbs.archlinux.org/viewtopic.php?pid=1330200#p1330200

ironicbadger commented on 2013-09-05 19:24 (UTC)

Comment by zman0900 2013-08-25 23:29 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. This worked for me too in so far as getting the VGA passthrough working, with the ATI patch applied to 4.3.0-4, with a 7970. It works great until I reboot the domU at which point the GPU is not reinitialized and only VNC access is available. If I reboot the dom0 then all is well. Is there a script I can run that will trick the GPU into resetting once the domU has shutdown?

kantras commented on 2013-08-30 22:44 (UTC)

@zootboy, @zman0900: Thanks for the feedback. I've updated my local staged copy with fixes for 09_xen and will be testing the other reported issue as well. If no-one has any other issues/etc, should be uploading a new copy over the weekend (also need to go through the xen-user and xen-devel lists to get back up to speed on any other fixes, etc)

zman0900 commented on 2013-08-28 22:14 (UTC)

I put in a feature request with binutils-multilib to get the necessary feature enabled for xen.efi to build. If you have UEFI and would like to not have to rebuild binutils after updates, consider voting for this: https://bugs.archlinux.org/task/36713

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.