please add simple qemu help patch for correct list of supported vga:
---------------------------------
diff --git a/qemu-options.hx b/qemu-options.hx
index 718d47a..29d7b9c 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -701,7 +701,7 @@ Rotate graphical output 90 deg left (only PXA LCD).
ETEXI
DEF("vga", HAS_ARG, QEMU_OPTION_vga,
- "-vga [std|cirrus|vmware|xenfb|none]\n"
+ "-vga [std|cirrus|vmware|xenfb|qxl|none]\n"
" select video card type\n", QEMU_ARCH_ALL)
STEXI
@item -vga @var{type}
---------------------------------
Search Criteria
Package Details: qemu-git 24:10.0.0.rc0.r86.g170825d14d-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.000001 |
First Submitted: | 2009-09-19 20:02 (UTC) |
Last Updated: | 2025-03-25 18:08 (UTC) |
Dependencies (140)
- alsa-lib
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- capstone (capstone-gitAUR)
- curl (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-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- libaio (libaio-gitAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libbpf (libbpf-gitAUR)
- libbpf.so (libbpf-gitAUR, lib32-libbpf, libbpf)
- libbz2.so (bzip2-gitAUR, bzip2)
- libcacard
- libcap-ng (libcap-ng-gitAUR)
- Show 120 more dependencies...
Required by (95)
- 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 75 more...
Sources (3)
<deleted-account> commented on 2010-11-18 08:47 (UTC)
<deleted-account> commented on 2010-11-18 08:24 (UTC)
Great thanks for SPICE support in this build.
FredBezies commented on 2010-11-17 16:20 (UTC)
@landgraf : done. Spice is in.
<deleted-account> commented on 2010-11-17 10:36 (UTC)
Please add spice support.
Simply add 'spice-protocol' in makedep, 'spice' in deps and '--enable-spice' in configure opts.
Thx
<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