Package Details: qemu-headless-git 24:10.0.0.rc0.r86.g170825d14d-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: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: qemu, qemu-base, 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)

Required by (95)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25

<deleted-account> commented on 2010-11-18 08:47 (UTC)

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} ---------------------------------

<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.