Package Details: qemu-headless-git 22:9.0.0.r92.g88daa112d4-1

Git Clone URL: https://aur.archlinux.org/qemu-git.git (read-only, click to copy)
Package Base: qemu-git
Description: QEMU without GUI. Git version.
Upstream URL: https://wiki.qemu.org/
Keywords: git kvm qemu
Licenses: GPL2, LGPL2.1
Conflicts: qemu, qemu-base, qemu-headless
Provides: qemu, qemu-headless
Submitter: None
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 29
Popularity: 0.000552
First Submitted: 2009-09-19 20:02 (UTC)
Last Updated: 2024-04-24 10:20 (UTC)

Sources (3)

Pinned Comments

FredBezies commented on 2022-04-22 08:38 (UTC) (edited on 2022-11-09 10:49 (UTC) by FredBezies)

Note: I won't use the ultimate splitting for Qemu (introduced by Qemu 7.0) until I get some help to migrate to the splitted PKGBUILD.

Note 2 : qemu-git packages are conflicting with qemu-desktop meta package. This package will need a lot of work and time to be corrected. Sorry.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 25 Next › Last »

katt commented on 2020-06-13 11:17 (UTC)

Hey could you drop the "v" prefix of the pkgver? Cheers :)

FredBezies commented on 2020-05-13 06:12 (UTC)

@HaimenToshi: done.

https://aur.archlinux.org/cgit/aur.git/commit/?h=qemu-git&id=6724acc7eec372d1f769293ecac51ca93ca9d3a2

@@ -70,6 +70,7 @@ _build() (
     --enable-modules \
     --enable-sdl \
     --disable-werror \
+    --enable-vhost-user \
     --enable-slirp=system \
     --enable-xfsctl \
     "${@:2}"

HaimenToshi commented on 2020-05-12 20:22 (UTC)

@FredBezies Please add "--enable-vhost-user" to the ./configure flags. It builds vhost-user-gpu along with qemu and that enables the useage of Virgl gpu in a seperate proccess which enhances performance. Thanks!

titaniumtown commented on 2020-04-22 15:48 (UTC)

I'm getting this error:

/home/simon/.cache/yay/qemu-git/src/qemu/include/disas/capstone.h:6:10: fatal error: capstone.h: No such file or directory 6 | #include <capstone.h> | ^~~~~~~~~~~~

FredBezies commented on 2020-01-06 21:06 (UTC) (edited on 2020-01-06 22:36 (UTC) by FredBezies)

Thanks for the info about python2 deprecation.

Updated: https://aur.archlinux.org/cgit/aur.git/commit/?h=qemu-git&id=47d135b2b6c2

drgr33n commented on 2020-01-06 20:51 (UTC) (edited on 2020-01-06 20:52 (UTC) by drgr33n)

Hey, building this today failed wit the following error.

ERROR: Cannot use '/usr/bin/python2', Python >= 3.5 is required.
       Use --python=/path/to/python to specify a supported Python.

I had to swap out python2 for python within the package build.

diff --git a/PKGBUILD b/PKGBUILD
index b74aaff..be0efc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=qemu-git
 _gitname=qemu
 pkgname=(qemu-git qemu-headless-git qemu-arch-extra-git qemu-headless-arch-extra-git qemu-block-{iscsi-git,rbd-git,gluster-git} qemu-guest-agent-git)
 pkgdesc="A generic and open source machine emulator and virtualizer. Git version."
-pkgver=v4.2.0.r403.gf0dcfddece
+pkgver=v4.2.0.r473.gf4d8cf148e
 pkgrel=1
 epoch=9
 arch=(i686 x86_64)
@@ -70,7 +70,7 @@ _build() (
     --sysconfdir=/etc \
     --localstatedir=/var \
     --libexecdir=/usr/lib/qemu \
-    --python=/usr/bin/python2 \
+    --python=/usr/bin/python \
     --smbd=/usr/bin/smbd \
     --enable-modules \
     --enable-sdl \

amelia commented on 2019-12-15 15:28 (UTC)

@FredBezies For some reason it builds just fine with the capstone-git package but not with the normal one, very odd.

FredBezies commented on 2019-12-14 21:06 (UTC)

@danhyal: try cleaning yay cache. It is miracolous :D

amelia commented on 2019-12-14 15:13 (UTC)

I have the same issue reported by paumars

FredBezies commented on 2019-07-08 10:19 (UTC) (edited on 2019-07-08 13:43 (UTC) by FredBezies)

@paumars: I built it before pushing the new version. Will look at it asap.

Tried again on my real computer and in a chroot. Build process worked flawlessly. I do not understand.