Package Details: xen-stubdom 4.20.0-2

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Package Base: xen
Description: Xen hypervisor stubdom files
Upstream URL: https://xenproject.org/
Keywords: hypervisor virtualization xen
Licenses: GPL2
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 184
Popularity: 0.071098
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2025-03-13 08:19 (UTC)

Required by (3)

Sources (13)

Pinned Comments

Refutationalist commented on 2025-03-12 12:06 (UTC) (edited on 2025-03-13 08:23 (UTC) by Refutationalist)

We've moved to the newly-stable 4.20.0 branch. There are also other changes:

  • stubdom is fixed by disabling the vtmp and vtpmmgr components. This gets rid of a few source files and our remaining patches.
  • Debug files are only removed if the debug option is not set in makepkg.cfg (or the PKGBUILD itself)
  • pygrub has been removed
  • optdepends are adjusted for the upcoming xen-grub split package for the various Xen flavored builds.

If you're still using pygrub note that it is deprecated. The solution is to build PV grub instead, which used to be in AUR but is now missing. I am asking a couple questions on the mailing list, and I intend to put my current build of xen-grub (which supersedes xen-pvhgrub) on AUR as soon as possible. If you need to build it before that occurs, you can find it in my PKGBUILD repo.

EDIT: 4.20.0-2 adds support for the xen-edk2 package, which has a fixed UEFI for xen

Latest Comments

« First ‹ Previous 1 .. 72 73 74 75 76 77 78 79 80 81 82 .. 101 Next › Last »

luolimao commented on 2013-03-01 05:47 (UTC)

I'll check out the patch that @Anty posted earlier and see if that actually fixes it, but I'm just disabling the qemu docs in the meantime.

luolimao commented on 2013-03-01 05:34 (UTC)

@tritron thanks for the tip @thunderforce I'm adding it to the PKGBUILD and I'll upload as soon as I test it out.

thunderforce commented on 2013-03-01 00:34 (UTC)

@triton sorry for the dummy question, but how exactly do I add "--disable-docs" to the Makefile. When I edit it, it keeps getting overwritten.

tritron commented on 2013-02-26 05:16 (UTC)

Couple does this package creates /etc/xen/conf/%i.cfg ? My config files are in /etc/xen I don't see config anywere. I also have strange error with 4.3 libxl: error: libxl_dom.c:612:libxl__build_hvm: hvm building failed libxl: error: libxl_create.c:885:domcreate_rebuild_done: cannot (re-)build domai n: -3 libxl: error: libxl_dm.c:1238:libxl__destroy_device_model: could not find device -model's pid for dom 7 libxl: error: libxl.c:1414:libxl__destroy_domid: libxl__destroy_device_model fai led for 7 I get this does anyone knows what is causing it ?

Anty commented on 2013-02-25 19:39 (UTC)

@tritron Hi, Thanks, disable qemu-doc works perflectly. Regards, anty

tritron commented on 2013-02-25 14:49 (UTC)

Couple does this package creates /etc/xen/conf/%i.cfg ? My config files are in /etc/xen I don't see config anywere. I also have strange error with 4.3 libxl: error: libxl_dom.c:612:libxl__build_hvm: hvm building failed libxl: error: libxl_create.c:885:domcreate_rebuild_done: cannot (re-)build domai n: -3 libxl: error: libxl_dm.c:1238:libxl__destroy_device_model: could not find device -model's pid for dom 7 libxl: error: libxl.c:1414:libxl__destroy_domid: libxl__destroy_device_model fai led for 7 I get this does anyone knows what is causing it ?

tritron commented on 2013-02-25 14:45 (UTC)

The easiest way to work around this issue is to disable docs creation under Makefile in tools So if we add this we can work around the issue. --datadir=$(SHAREDIR)/qemu-xen \ --disable-kvm \ + --disable-docs \

Anty commented on 2013-02-24 02:27 (UTC)

hi, when compiling an error occurs : ./qemu-options.texi:1294: unknown command `list' ./qemu-options.texi:1294: table requires an argument: the formatter for @item ./qemu-options.texi:1294: warning: @table has text but no @item make[3]: *** [qemu-doc.html] Error 1 I think this patch should solve the problem, but i'm not trying. http://patchwork.ozlabs.org/patch/222131/ Thanks.

luolimao commented on 2013-02-17 06:45 (UTC)

That's not xen's fault; that's the fault of whatever package put those files there. However, if you were installing xen and iasl at the same time, then this error would appear, even though it has to do with iasl, not xen. Can you post the output of yaourt -Qo /usr/bin/iasl ?