Search Criteria
Package Base Details: qemu-git
Git Clone URL: | https://aur.archlinux.org/qemu-git.git (read-only) |
---|---|
Keywords: | kvm qemu |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 26 |
Popularity: | 0.37 |
First Submitted: | 2009-09-19 20:02 |
Last Updated: | 2019-12-10 21:24 |
Latest Comments
« First ‹ Previous ... 15 16 17 18 19 20 21 Next › Last »
Anonymous comment on 2010-12-31 04:28
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
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
FredBezies commented on 2010-12-19 07:56
Sorry to answer so late - I'm using kvm-git - but both headers packages are used. I will try cb88 tip and report ;)
Anonymous comment on 2010-12-19 04:33
Done, thanks.
Anonymous comment on 2010-12-19 04:18
add --extra-cflags=-D__EXPORTED_HEADERS__ to ./configure
http://www.mail-archive.com/qemu-devel@nongnu.org/msg40524.html
Anonymous comment on 2010-11-18 08:52
Sorry, qxl support didn't merge in this branch.
Anonymous comment on 2010-11-18 08:47
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}
---------------------------------
Anonymous comment on 2010-11-18 08:24
Great thanks for SPICE support in this build.
FredBezies commented on 2010-11-17 16:20
@landgraf : done. Spice is in.
Anonymous comment on 2010-11-17 10:36
Please add spice support.
Simply add 'spice-protocol' in makedep, 'spice' in deps and '--enable-spice' in configure opts.
Thx