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.41 |
First Submitted: | 2009-09-19 20:02 |
Last Updated: | 2019-12-04 10:41 |
Latest Comments
« First ‹ Previous ... 2 3 4 5 6 7 8 9 10 11 12 ... Next › Last »
FredBezies commented on 2014-08-04 17:39
qemu 2.2 development is started.
http://git.qemu.org/?p=qemu.git;a=commit;h=c79805802ba0463713c253307d99ebef56436b8c
"author Peter Maydell <peter.maydell@linaro.org>
Fri, 1 Aug 2014 17:30:08 +0000 (18:30 +0100)
committer Peter Maydell <peter.maydell@linaro.org>
Fri, 1 Aug 2014 17:30:08 +0000 (18:30 +0100)"
FredBezies commented on 2014-06-25 09:24
You can remove --enable-tpm from configure line. This commit set it on by default.
http://git.qemu.org/?p=qemu.git;a=commit;h=e91c793cb50b83a695bbbf677ebfff478d8c62f2
trialuser commented on 2014-06-17 21:30
I don't have xen installed. All good though, I have new hardware coming soon and am going to do a fresh install. Just wanted to make sure it was something to do with my system and not failing for everyone.
ajs124 commented on 2014-06-17 21:15
Hm… do you have xen installed maybe, because I don't? How about pasting the complete makepkg output, right from the start until the error occurs?
I tried compiling this package yesterday and it works for me, so maybe report it upstream?
trialuser commented on 2014-06-17 19:18
still fails to build for me, anyone else have this error?
/tmp/makepkg/qemu-git/src/qemu/rules.mak:31: recipe for target 'xen-hvm.o' failed
make[1]: *** [xen-hvm.o] Error 1
make[1]: Leaving directory '/tmp/makepkg/qemu-git/src/qemu/i386-softmmu'
Makefile:163: recipe for target 'subdir-i386-softmmu' failed
make: *** [subdir-i386-softmmu] Error 2
==> ERROR: A failure occurred in build().
ajs124 commented on 2014-06-15 03:16
When in doubt, blame upstream!
I'll see if I can do something about it in a few days…
trialuser commented on 2014-06-14 07:54
failed for me with:
/tmp/makepkg/qemu-git/src/qemu/xen-hvm.c:993:41: error: ‘HVM_PARAM_IOREQ_PFN’ undeclared (first use in this function)
xc_get_hvm_param(xen_xc, xen_domid, HVM_PARAM_IOREQ_PFN, &ioreq_pfn);
^
/tmp/makepkg/qemu-git/src/qemu/xen-hvm.c:993:41: note: each undeclared identifier is reported only once for each function it appears in
/tmp/makepkg/qemu-git/src/qemu/xen-hvm.c:1002:41: error: ‘HVM_PARAM_BUFIOREQ_PFN’ undeclared (first use in this function)
xc_get_hvm_param(xen_xc, xen_domid, HVM_PARAM_BUFIOREQ_PFN, &ioreq_pfn);
^
/tmp/makepkg/qemu-git/src/qemu/rules.mak:31: recipe for target 'xen-hvm.o' failed
make[1]: *** [xen-hvm.o] Error 1
make[1]: Leaving directory '/tmp/makepkg/qemu-git/src/qemu/i386-softmmu'
Makefile:163: recipe for target 'subdir-i386-softmmu' failed
make: *** [subdir-i386-softmmu] Error 2
==> ERROR: A failure occurred in build().
Aborting...
FredBezies commented on 2014-06-04 20:25
@ajs124 : thanks for keeping it alive !
ajs124 commented on 2014-06-04 19:19
I removed !strip and added --disable-strip, which _should_ fix this issue. This is also using the built-in seabios now.
ajs124 commented on 2014-06-04 18:58
The virtfs-proxy-helper thing seems to be an upstream bug (https://lists.gnu.org/archive/html/qemu-devel/2014-05/msg02856.html)