From: Arne Fitzenreiter <arne_f@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] qemu: Update to 2.7.0
Date: Thu, 20 Oct 2016 20:13:54 +0000 [thread overview]
Message-ID: <1476994434-2294-1-git-send-email-arne_f@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2618 bytes --]
Enables various modules and adds softmmu support for
ARM, aarch64 and x86_64.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
---
qemu/qemu.nm | 62 ++++++++++++++++++++++++++++++++++++++++++++++++------------
1 file changed, 50 insertions(+), 12 deletions(-)
diff --git a/qemu/qemu.nm b/qemu/qemu.nm
index 3499c4d..df81107 100644
--- a/qemu/qemu.nm
+++ b/qemu/qemu.nm
@@ -3,12 +3,12 @@
# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
###############################################################################
-name = qemu-kvm
-version = 0.15.0
+name = qemu
+version = 2.7.0
release = 1
groups = Applications/Virtualization
-url = http://www.linux-kvm.org/page/Main_Page
+url = http://www.qemu.org
license = GPLv2+
summary = QEMU is a generic and open source machine emulator and virtualizer.
@@ -18,31 +18,69 @@ description
architectures.
end
-source_dl =
+source_dl = http://wiki.qemu-project.org/download/
+sources = %{thisapp}.tar.bz2
build
requires
+ SDL-devel
+ autoconf
+ automake
+ bison
+ bzip2-devel
+ flex
glib2-devel
+ gnutls-devel
libcurl-devel
+ libgcrypt-devel
+ libjpeg-devel
+ libpng-devel
+ libtasn1-devel
+ libusb-devel
libuuid-devel
- gnutls-devel
+ lzo-devel
ncurses-devel
+ nettle-devel
pciutils-devel
- sdl-devel
+ pixman-devel
zlib-devel
end
+ targets = aarch64-softmmu arm-softmmu x86_64-softmmu
+
configure_options = \
- --prefix=/usr \
- --enable-kvm \
+ --prefix=%{prefix} \
+ --bindir=%{bindir} \
+ --sysconfdir=%{sysconfdir} \
+ --libdir=%{libdir} \
+ --libexecdir=%{libdir} \
+ --datadir=%{datadir} \
+ --mandir=%{mandir} \
+ --localstatedir=%{localstatedir} \
--extra-cflags="%{CFLAGS}" \
+ --extra-ldflags="%{LDFLAGS}" \
--disable-strip \
- --disable-xen \
- --sysconfdir=/etc \
- --target-list="i386-softmmu arm-softmmu"
+ --disable-werror \
+ --target-list="%{targets}" \
+ --enable-bzip2 \
+ --enable-fdt \
+ --enable-kvm \
+ --enable-libusb \
+ --enable-lzo \
+ --enable-pie \
+ --enable-vhdx \
+ --enable-vnc \
+ --enable-vnc-jpeg \
+ --enable-vnc-png \
+ --disable-xen
configure_cmds
- sed -e "s(a)-Wl,-rpath,/usr/lib@@g" -i */config-target.mak
+ sed -e "s(a)-Wl,-rpath,%{libdir}@@g" -i config-host.mak
+ end
+
+ install_cmds
+ # Remove BIOS file which is an ELF files w/ invalid interpreter
+ rm -vf %{BUILDROOT}%{datadir}/qemu/s390-ccw.img
end
end
--
2.6.3
reply other threads:[~2016-10-20 20:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1476994434-2294-1-git-send-email-arne_f@ipfire.org \
--to=arne_f@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox