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: 186
Popularity: 0.77
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-09-20 00:31 (UTC)

Dependencies (35)

Required by (1)

Sources (7)

Pinned Comments

Refutationalist commented on 2024-05-22 22:08 (UTC) (edited on 2024-05-23 00:07 (UTC) by Refutationalist)

As of now (2024-22-05) Xen with stubdom doesn't build because of a problem in the imported code. Been this way for about two weeks. Anyone else seeing this behavior?

Also, there is a lot of work happening on Xen in my development repo, thanks to @Serus. Check it out at: https://github.com/refutationalist/saur

Latest Comments

« First ‹ Previous 1 .. 48 49 50 51 52 53 54 55 56 57 58 .. 101 Next › Last »

isiachi commented on 2014-05-17 12:00 (UTC)

This patch came from the stable-4.4 branch of xen. I made this package: http://downloads.rhyeworld.it/static/xen-4.4.0-3.src.tar.gz I've already applied the patch.

chetwisniewski commented on 2014-05-17 00:08 (UTC)

I have had the shutdown issue as well. Is this a patch that will be integrated upstream or more of a personal hack?

isiachi commented on 2014-05-16 19:39 (UTC)

Hi! This is a very good package! I've got only one problem when try to restart or shutdown pvh guests. The entire xen system stuck and I have to manually reboot the entire system. I've solved adding this patch: http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=3a148e0a7ee0ae56a498be5ba973314ec50cd999

trixpan commented on 2014-05-09 11:11 (UTC)

Kantras, Not sure what your opinion is about this but it may be a good idea to add a patch to enable SPICE on QEMU upstream (as documented on http://wiki.xenproject.org/wiki/SPICE_support_in_Xen#QEMU_Upstream) Please note that this would also require adding the following dependencies: - spice (https://www.archlinux.org/packages/extra/i686/spice/) - spice-protocol (https://www.archlinux.org/packages/extra/any/spice-protocol/) - usbredir Modified PKGBUILD => http://pastebin.com/eiJmLFfe Patch to enable SPICE => http://pastebin.com/msDz41yT Cheers

mbroemme commented on 2014-05-09 00:27 (UTC)

Regarding the ATI passthrough patch. It doesn't work anymore with Xen 4.4. I've tried it with two different Radeon cards (7870 GHz and R9 290X).

kantras commented on 2014-05-04 23:51 (UTC)

Updated packages (for xen and xen-4.3) have been uploaded - key changes are the inclusion of the gcc 4.9.0 compile patch (Thanks to the Fedora project), another security patch and a new 09_xen file (uses 10_archlinux as a base, adding in the xen specifics)

kantras commented on 2014-05-03 17:28 (UTC)

methril: Thanks - I had actually spotted that patch already and was adjusting my build environment to make sure I was testing this (and a few other things) before releasing another update later today.

methril commented on 2014-05-03 13:55 (UTC)

Hi all, I have fixed the xen compilation with gcc 4.9.0 patch (from fedora bugtracking) http://pastebin.com/sGWTSU2s and PKGBUILD changes http://pastebin.com/rgNsPFhw (I have enabled ati passthrough)

dante82 commented on 2014-05-02 16:15 (UTC)

Thanks for the package. When installing I get an error related to the blktap2 drivers in the install-tools package (the same error in the xen-4.3 package): gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -D__XEN_TOOLS__ -MMD -MF .block-qcow.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -Werror -g -Wno-unused -fno-strict-aliasing -I../include -I../drivers -I/home/sneaker15/xen/src/xen-4.4.0/tools/blktap2/drivers/../../../tools/libxc -I/home/sneaker15/xen/src/xen-4.4.0/tools/blktap2/drivers/../../../tools/include -D_GNU_SOURCE -DUSE_NFS_LOCKS -fPIC -c -o block-qcow.o block-qcow.c block-qcow.c: In function 'get_cluster_offset': block-qcow.c:431:3: error: 'tmp_ptr' may be used uninitialized in this function [-Werror=maybe-uninitialized] memcpy(tmp_ptr, l1_ptr, 4096); ^ block-qcow.c:606:7: error: 'tmp_ptr2' may be used uninitialized in this function [-Werror=maybe-uninitialized] if (write(s->fd, tmp_ptr2, 4096) != 4096) { ^ cc1: all warnings being treated as errors Can someone help?

fmarchand commented on 2014-05-01 19:25 (UTC)

Hi,thanks for the package. It seems that the "09_xen" grub file does not take into account Btrfs/ZFS FS such as it is done in "10_linux" for example (no "ZFS=" neither "rootflags=" options added in the "module" line).