Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: xen 4.8.0-2
Git Clone URL: | https://aur-dev.archlinux.org/xen.git (read-only) |
---|---|
Package Base: | xen |
Description: | Virtual Machine Hypervisor & Tools |
Upstream URL: | http://www.xenproject.org/ |
Keywords: | hypervisor virtualization xen |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sergej |
Maintainer: | das_j |
Last Packager: | das_j |
Votes: | 162 |
Popularity: | 2.761384 |
First Submitted: | 2009-11-09 11:22 |
Last Updated: | 2017-01-17 20:23 |
Dependencies (31)
- bridge-utils
- curl (curl-http2-git, curl-git, curl-http2)
- gnutls (gnutls-openssl)
- iproute2 (iproute2-git, iproute-mptcp, iproute2-cake, iproute2-selinux)
- lib32-glibc
- libaio
- libcap-ng
- libiscsi
- libnl
- libpng
- lzo2 (lzo)
- pciutils
- python2 (pypy19, stackless-python2, python26, placeholder)
- sdl (sdl-openglhq, vanfanel-sdl-rbp-git, sdl-nokbgrab, sdl-openglhq-nokbgrab)
- spice
- usbredir
- yajl
- bin86 (dev86-git) (make)
- cmake (cmake-git) (make)
- dev86 (dev86-git) (make)
- figlet (make)
- git (git-git) (make)
- iasl (make)
- markdown (discount) (make)
- mingw-w64-binutils (mingw-w64-binutils-weak) (make)
- nasm (nasm-git) (make)
- ocaml-findlib (make)
- spice-protocol (spice-protocol-git) (make)
- wget (wget-git) (make)
- openvswitch (openvswitch-git) (optional) – Optional Networking support
- xen-docs (optional) – Official Xen Documentation
Required by (0)
Sources (14)
- efi-xen.cfg
- grub-mkconfig-helper
- grub.conf
- http://bits.xensource.com/oss-xen/release/4.8.0/xen-4.8.0.tar.gz
- http://bits.xensource.com/oss-xen/release/4.8.0/xen-4.8.0.tar.gz.sig
- http://xenbits.xen.org/xen-extfiles/ipxe-git-827dd1bfee67daa683935ce65316f7e0f057fe1c.tar.gz
- https://xenbits.xen.org/xsa/xsa203-4.8.patch
- https://xenbits.xen.org/xsa/xsa204-4.8.patch
- ovmf.patch
- ovmf
- patch-gcc6-ovmf-build.sh.patch
- seabios
- tmpfiles.conf
- xen.conf
Latest Comments
1 2 3 4 5 6 ... Next › Last »
lazycat commented on 2017-01-20 02:34
@JohnTh,
Yeah, your config file was really helpful for me, i successfully start arch live cd.
But i understood that it is really bad idea to try to build completely work machine with 512 MB ram :D
Thank you so much.
JohnTh commented on 2017-01-18 03:39
@lazycat
Yes, possible to use Xen guest with little RAM.
May need to boot your arch installer differently though.
If you show your config, we will have a better idea.
Working config for me, needs arch install iso.
name='archtest'
disk=['archlinux-2017.01.01-dual.iso, , xvdc, cdrom']
memory='256'
root = '/dev/xvdc'
bootloader='pygrub'
kernel = "arch/boot/x86_64/vmlinuz"
ramdisk = "arch/boot/x86_64/archiso.img"
extra = "archisobasedir=arch archisolabel=ARCH_201701"
boot='d'
lazycat commented on 2017-01-18 03:12
@JohnTh,
It is possible use xen with config less then 1500M ram?
JohnTh commented on 2017-01-18 03:08
Good to see maintainer!
When trying to boot PV archiso / archboot guest:
I get "Initramfs unpacking failed: write error" when there is not enough memory to unpack the ramdisk to memory.
I found the archboot64 I tried needed 1500MB memory.
lazycat commented on 2017-01-18 03:03
@das_j
Thank you, it's really cool :)
Successfully compile and install it, but still have problem with paravirt PV domU..
Trying to create guest with xl create -c and receive
[ 0.120463] dmi: Firmware registration failed.
[ 5.189734] Initramfs unpacking failed: write error
Any ideas? My pc is junk? xD Or I doing something wrong?
das_j commented on 2017-01-17 20:24
@riaqn @lazycat I fixed the package and bumped the pkgrel.
I can boot it, hopefully you can as well.
lazycat commented on 2017-01-16 07:24
@riaqn
Hello! Have same problem - cannot create correct cfg for grub (add new boot entry to grub) with 09_xen
Any ideas?
das_j commented on 2017-01-15 12:33
@riaqn No, this should not matter. I will check once I get home, but maybe not until tomorrow.
riaqn commented on 2017-01-15 05:03
It's probably just me: but in the compiled package, there is only a symlink from boot/xen-4.8.gz to xen-4.8.0.gz, but no xen-4.8.0.gz itself, which is necessary if I want to boot via grub?
Do I have to compile on a grub-booted system(as opposed to efi-booted) to get this file in the package?
das_j commented on 2017-01-12 22:59
Adopted package as nobody else seemed to be interested.
@John if you still are interested, contact me :)
Updated to 4.8, hope I didn't break anything.
Removed a lot of patches that are not needed anymore and updated XSAs.
I also removed the ati-passthrough patch as it was for Xen 4.4 and didn't apply anymore.