Package Details: xen 4.19.1pre-1

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

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 .. 56 57 58 59 60 61 62 63 64 65 66 .. 101 Next › Last »

kantras commented on 2013-11-25 10:28 (UTC)

AUR packages updated, also included the three latest security patches

Sydney6 commented on 2013-11-25 03:53 (UTC)

Yes, you can.

j-lap commented on 2013-11-25 03:50 (UTC)

@zman0900 - Already installed "bluez", no dice. Build fails because it is looking for dependency "bluez4". Can I simply edit "bluez4" to "bluez" in the PKGBUILD?

zman0900 commented on 2013-11-25 03:40 (UTC)

@j-lap: Just change to bluez. Either version will work.

j-lap commented on 2013-11-25 03:00 (UTC)

Package dependency "bluez4" isn't available in repos or AUR. Can't build.

Fidelix commented on 2013-11-09 00:27 (UTC)

Never mind, I managed to do that by editing the Makefile. Thanks!

Fidelix commented on 2013-11-08 23:06 (UTC)

@Kantras, thank you very much. Do you know how to configure qemu to use the compile options --audio-drv-list="pa alsa" ? I'm needing this

Fidelix commented on 2013-11-08 21:08 (UTC)

Morfeo, please add ghostscript as a dependency. I was only able to build it after installing it.

kantras commented on 2013-11-07 21:37 (UTC)

@Fidelix: I've not tried to do this recently, however the last time I tried I noticed that one of the requirements is not currently available in Arch Linux - the issue being that binutils isn't built with support for the specific target needed (x86_64-pep). I just checked the bug reporting tool and it appears that this is still the case - https://bugs.archlinux.org/task/36713 - so, if you want to do this, you'll have to rebuild binutils-multilib with support for that target added.

Fidelix commented on 2013-11-07 20:55 (UTC)

How do I build xen with UEFI support?