Please add spice support.
Simply add 'spice-protocol' in makedep, 'spice' in deps and '--enable-spice' in configure opts.
Thx
Search Criteria
Package Details: qemu-git 23:9.2.0.rc0.r0.gf0a5a31c33-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-git.git (read-only, click to copy) |
---|---|
Package Base: | qemu-git |
Description: | QEMU Git version. |
Upstream URL: | https://wiki.qemu.org/ |
Keywords: | git kvm qemu |
Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later |
Conflicts: | qemu, qemu-desktop, qemu-headless |
Provides: | qemu, qemu-headless |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 28 |
Popularity: | 0.000009 |
First Submitted: | 2009-09-19 20:02 (UTC) |
Last Updated: | 2024-11-14 14:29 (UTC) |
Dependencies (140)
- alsa-lib
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- capstone (capstone-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dtc (dtc-gitAUR)
- fuse3 (fuse3-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gnutls (gnutls-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- libaio (libaio-gitAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libbpf (libbpf-gitAUR)
- libbpf.so (lib32-libbpf, libbpf)
- libbz2.so (bzip2-gitAUR, bzip2)
- libcacard
- libcap-ng (libcap-ng-gitAUR)
- Show 120 more dependencies...
Required by (97)
- android-desktop-x86-64-system-image (requires qemu) (optional)
- android-google-apis-armv7a-eabi (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image-29 (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image-31 (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image-33 (requires qemu) (optional)
- android-google-apis-playstore-x86-system-image (requires qemu) (optional)
- android-google-apis-playstore-x86-system-image-28 (requires qemu) (optional)
- android-google-apis-playstore-x86-system-image-29 (requires qemu) (optional)
- android-google-apis-x86-64-22 (requires qemu) (optional)
- android-google-apis-x86-64-system-image (requires qemu) (optional)
- android-google-apis-x86-64-system-image-29 (requires qemu) (optional)
- android-google-apis-x86-64-system-image-30 (requires qemu) (optional)
- android-google-apis-x86-64-system-image-31 (requires qemu) (optional)
- android-google-apis-x86-system-image (requires qemu) (optional)
- android-google-apis-x86-system-image-23 (requires qemu) (optional)
- android-google-apis-x86-system-image-28 (requires qemu) (optional)
- android-google-apis-x86-system-image-29 (requires qemu) (optional)
- android-wear-x86-system-image-28 (requires qemu) (optional)
- android-x86-64-system-image (requires qemu) (optional)
- Show 77 more...
Sources (3)
<deleted-account> commented on 2010-11-17 10:36 (UTC)
<deleted-account> commented on 2010-11-08 06:14 (UTC)
You have kernel26-headers and linux-api-headers installed, correct?
If so, I would try and see if I could change this: "cc1: warnings being treated as errors".
I think they're using "-Werror" or "-Werror=$something" in their compile, and if you can change that (maybe with a -Wno-error=$something, or less appealing by sed-ing the Makefile responsible), you could get it to build.
Can't test at the moment or I would.
FredBezies commented on 2010-11-04 06:32 (UTC)
Got this error when trying to build recent source code :
CC i386-softmmu/vhost_net.o
cc1: warnings being treated as errors
In file included from /usr/src/linux-2.6.36-ARCH/include/linux/vhost.h:13:0,
from /home/fred/download/qemu-git/src/qemu-build/hw/vhost_net.c:22:
/usr/src/linux-2.6.36-ARCH/include/linux/types.h:13:2: erreur: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
make[1]: *** [vhost_net.o] Erreur 1
make: *** [subdir-i386-softmmu] Erreur 2
Any idea to get it fixed ?
FredBezies commented on 2010-09-17 06:58 (UTC)
Adopted it, and made it "better" using official kvm PKGBUILD.
<deleted-account> commented on 2010-04-18 18:47 (UTC)
Missing dependency - vde2.
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.