Package Base Details: qemu-git

Git Clone URL: https://aur.archlinux.org/qemu-git.git (read-only, click to copy)
Keywords: git kvm qemu
Submitter: None
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 29
Popularity: 0.000498
First Submitted: 2009-09-19 20:02 (UTC)
Last Updated: 2024-04-24 10:20 (UTC)

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 .. 19 20 21 22 23 24 25 Next › Last »

<deleted-account> commented on 2010-12-31 04:28 (UTC)

Build broken again... removed the following to get it going again dunno if that is a good thing or not. I don't see anything on the qemu-devel ML. --kerneldir="/usr/src/linux-$(uname -r)" \

FredBezies commented on 2010-12-19 07:57 (UTC)

Sorry to answer so late - I'm using kvm-git - but both headers packages are used. And got this as ./configure line : ./configure --prefix=/usr --audio-drv-list=alsa,oss,sdl,esd \ --audio-card-list=ac97,sb16,es1370,adlib --enable-docs \ --kerneldir="/usr/src/linux-$(uname -r)" \ --extra-cflags=-D__EXPORTED__HEADERS__ # http://www.mail-archive.com/qemu-devel@nongnu.org/msg40524.html

<deleted-account> commented on 2010-12-19 04:33 (UTC)

Done, thanks.

<deleted-account> commented on 2010-12-19 04:18 (UTC)

add --extra-cflags=-D__EXPORTED_HEADERS__ to ./configure http://www.mail-archive.com/qemu-devel@nongnu.org/msg40524.html

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

Sorry, qxl support didn't merge in this branch.

<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