Search Criteria
Package Details: xen-docs 4.11.0-2
Git Clone URL: | https://aur.archlinux.org/xen.git (read-only) |
---|---|
Package Base: | xen |
Description: | Virtual Machine Hypervisor documentation |
Upstream URL: | http://www.xenproject.org/ |
Keywords: | hypervisor virtualization xen |
Licenses: | |
Provides: | |
Submitter: | sergej |
Maintainer: | mbroemme |
Last Packager: | mbroemme |
Votes: | 179 |
Popularity: | 0.687100 |
First Submitted: | 2009-11-09 11:22 |
Last Updated: | 2018-07-24 10:06 |
Dependencies (37)
- bin86 (make)
- bridge-utils (make)
- brltty (brltty-minimal) (make)
- cmake (cmake-git) (make)
- curl (curl-http2-git, curl-git) (make)
- dev86 (make)
- fig2dev (make)
- figlet (make)
- ghostscript (make)
- git (git-git) (make)
- gnutls (gnutls-openssl, gnutls-tiny-git, gnutls-next, gnutls-git) (make)
- iasl (acpica) (make)
- iproute2 (iproute2-git, iproute-mptcp, iproute2-selinux) (make)
- lib32-glibc (make)
- libaio (make)
- libcap-ng (libcap-ng-git) (make)
- libepoxy (libepoxy-git) (make)
- libiscsi (make)
- libnl (libnl-git) (make)
- libpng (libpng-git) (make)
- lzo (make)
- markdown (discount) (make)
- nasm (nasm-git) (make)
- ocaml-findlib (make)
- pandoc (pandoc-cabal, pandoc-bin) (make)
- pciutils (pciutils-git) (make)
- perl (perl-git) (make)
- python2 (pypy19, stackless-python2) (make)
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-hg) (make)
- spice (make)
- spice-glib (spice-gtk) (make)
- spice-protocol (spice-protocol-git) (make)
- usbredir (make)
- vde2 (vde2-dosemu2, vde2-svn, vdeplug4-git) (make)
- wget (wget-git) (make)
- yajl (make)
- binutils>=2.30 (binutils-tune-bfd-hash, binutils-git) (make)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
CyrIng commented on 2018-12-06 13:08
Works like a charm, Thank you.
eduncan911 commented on 2018-10-31 15:46
@ArthurBorsboom: thank you! i'll have an AMD system to test it out on soon.
instead of flooding these comments with discussions, let's keep it in recent forum topic here:
https://bbs.archlinux.org/viewtopic.php?pid=1814467
In short, there's another way that we can ask the author of the intel-ucode package to resolve (posted in the link above).
ArthurBorsboom commented on 2018-10-31 07:52
I have found a solution in the past (and am still using) another way of loading the (AMD) microcode in Xen.
In essence:
Manually update the file /etc/grub.d/09_xen by adding the following two lines (note that these lines differ a little bit from the forum post
echo 'Loading AMD Microcode' module2 ${REAL_DIR}/microcode_amd_fam15h.bin
rebuild grub conf file: grub-mkconfig -o /boot/grub/grub.cfg
I have described it more accurately in this forum post, where you have to replace the word module (outdated) with module2.
https://bbs.archlinux.org/viewtopic.php?id=191828
So, no kernel panic while loading multiple ramdisks.
Does this help you to find a persistent solution?
eduncan911 commented on 2018-10-30 15:14
EDIT: Created a bbs topic for discussion: https://bbs.archlinux.org/viewtopic.php?pid=1814467
Intel (and perhaps AMD, can't test that yet) microcode patching.
Problem:
xen.cfg
for Xen EFI cannot use theintel-ucode.img
microcode binary produced by theintel-ucode
system package. Attempting to specify multiple ramdisk lines panics the kernel (Xen EFI only reads the first line); and, specifying multiple imgs on the single ramdisk line is invalid by Xen EFI and just exits the boot.Resolution:
Create a "patched" initramfs-linux.img file:
And then change
xen.cfg
to use this new patched ramdisk.You can verify the fix with:
The bbs discussion above is to figure out the best place to capture this information.
ArthurBorsboom commented on 2018-10-01 07:56
I confirm the error message reported by sniper7kills: "free(): invalid pointer".
sniper7kills commented on 2018-09-30 06:32
To generate the error I went to tools/firmware/hvmloader and ran make while using the latest version of acpica
sniper7kills commented on 2018-09-30 06:08
Unlikely that this is a xen issue; but building fails when using the latest acpica package.
It was something to do with the hvmloader and unable to call free() due to an invalid pointer.
Downgrading acpica to version 20180629 allows the package to compile.
Once I recompile xen to fix my libiscsi issue, I'll upgrade acpica again to try and provide more information.
alaricljs commented on 2018-08-01 00:53
Orphaned package removal routine* breaks this package. Please fix your depends/makedepends so that they are accurate.
*https://wiki.archlinux.org/index.php/Pacman/Tips_and_tricks#Removing_unused_packages_.28orphans.29
Thanks!
mbroemme commented on 2018-07-10 11:10
4.11.0 is available and I will test it till next week and update PKGBUILD
k96hkh commented on 2018-07-07 11:01
@mbroemme: No problem, thanks for reply and for your work on xen package. Have an awesome weekend!