2011-12-14 02:35:41 +01:00
|
|
|
#
|
|
|
|
# spec file for package qemu
|
|
|
|
#
|
2016-04-28 18:36:38 +02:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-12-14 02:35:41 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2015-10-08 18:14:43 +02:00
|
|
|
%define build_x86_fw_from_source 0
|
|
|
|
%define build_slof_from_source 0
|
2013-09-13 23:59:15 +02:00
|
|
|
%ifarch %ix86 x86_64
|
|
|
|
# choice of building all from source or using provided binary x86 blobs
|
2015-03-26 22:54:47 +01:00
|
|
|
%if 0%{?suse_version} >= 1310
|
2013-09-13 23:59:15 +02:00
|
|
|
%define build_x86_fw_from_source 1
|
|
|
|
%endif
|
2014-04-08 17:25:09 +02:00
|
|
|
%endif
|
2015-10-08 18:14:43 +02:00
|
|
|
%ifarch ppc64
|
|
|
|
%define build_slof_from_source 1
|
|
|
|
%endif
|
2015-10-21 18:53:14 +02:00
|
|
|
%ifarch ppc64le
|
|
|
|
# Needs a compatible gcc (bsc#949000)
|
|
|
|
# TODO: include 1315 for SLE12 once possible
|
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
%define build_slof_from_source 1
|
|
|
|
%endif
|
|
|
|
%endif
|
2015-10-08 18:14:43 +02:00
|
|
|
%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
|
2014-05-13 10:09:26 +02:00
|
|
|
%define kvm_available 1
|
|
|
|
%else
|
|
|
|
%define kvm_available 0
|
|
|
|
%endif
|
|
|
|
%ifarch %ix86 x86_64 s390x
|
|
|
|
%define legacy_qemu_kvm 1
|
|
|
|
%else
|
|
|
|
%define legacy_qemu_kvm 0
|
|
|
|
%endif
|
2014-04-08 17:25:09 +02:00
|
|
|
%define noarch_supported 1110
|
2013-09-13 23:59:15 +02:00
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
Name: qemu
|
2012-05-15 14:58:40 +02:00
|
|
|
Url: http://www.qemu.org/
|
2011-12-14 02:35:41 +01:00
|
|
|
Summary: Universal CPU emulator
|
2013-05-25 20:15:40 +02:00
|
|
|
License: BSD-3-Clause and GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and MIT
|
2012-02-28 05:13:32 +01:00
|
|
|
Group: System/Emulators/PC
|
2014-03-20 01:26:56 +01:00
|
|
|
QEMU_VERSION
|
2011-12-14 02:35:41 +01:00
|
|
|
Release: 0
|
2016-05-31 23:05:30 +02:00
|
|
|
Source: http://wiki.qemu.org/download/qemu-2.6.0.tar.bz2
|
|
|
|
Source99: http://wiki.qemu.org/download/qemu-2.6.0.tar.bz2.sig
|
2014-02-13 14:36:37 +01:00
|
|
|
Source1: 80-kvm.rules
|
|
|
|
Source2: qemu-ifup
|
|
|
|
Source3: kvm_stat
|
|
|
|
Source4: qemu-kvm.1.gz
|
|
|
|
Source5: 60-kvm.rules
|
2014-03-19 15:11:16 +01:00
|
|
|
Source6: ksm.service
|
2014-05-13 10:09:26 +02:00
|
|
|
Source7: 60-kvm.x86.rules
|
2015-11-19 14:51:50 +01:00
|
|
|
Source8: 80-qemu-ga.rules
|
|
|
|
Source9: qemu-ga.service
|
2015-03-23 03:43:53 +01:00
|
|
|
# Upstream First -- http://wiki.qemu-project.org/Contribute/SubmitAPatch
|
2013-07-22 13:46:11 +02:00
|
|
|
# This patch queue is auto-generated from https://github.com/openSUSE/qemu
|
2011-12-14 02:35:41 +01:00
|
|
|
PATCH_FILES
|
2015-03-21 12:46:36 +01:00
|
|
|
# Please do not add QEMU patches manually here.
|
|
|
|
# Run update_git.sh to regenerate this queue.
|
|
|
|
|
|
|
|
%if %{build_x86_fw_from_source}
|
2016-06-01 23:35:28 +02:00
|
|
|
# SeaBIOS
|
2015-03-23 03:43:53 +01:00
|
|
|
# PATCH-FIX-OPENSUSE seabios_128kb.patch brogers@suse.com -- make it fit
|
2015-03-21 12:46:36 +01:00
|
|
|
Patch1000: seabios_128kb.patch
|
2016-06-01 23:35:28 +02:00
|
|
|
|
|
|
|
# ipxe
|
|
|
|
Patch1100: ipxe-ath9k-Fix-buffer-overrun-for-ar9287.patch
|
|
|
|
Patch1101: ipxe-mucurses-Fix-GCC-6-nonnull-compare-errors.patch
|
|
|
|
Patch1102: ipxe-sis190-Fix-building-with-GCC-6.patch
|
|
|
|
Patch1103: ipxe-skge-Fix-building-with-GCC-6.patch
|
|
|
|
Patch1104: ipxe-ath-Fix-building-with-GCC-6.patch
|
|
|
|
Patch1105: ipxe-legacy-Fix-building-with-GCC-6.patch
|
|
|
|
Patch1106: ipxe-util-v5.24-perl-errors-on-redeclare.patch
|
2015-03-21 12:46:36 +01:00
|
|
|
%endif
|
2013-09-13 23:59:15 +02:00
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
# this is to make lint happy
|
2014-07-31 15:40:23 +02:00
|
|
|
Source300: qemu-rpmlintrc
|
2012-06-10 14:13:56 +02:00
|
|
|
Source302: bridge.conf
|
2012-02-28 05:13:32 +01:00
|
|
|
Source400: update_git.sh
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: SDL-devel
|
2016-05-31 23:05:30 +02:00
|
|
|
%if 0%{?suse_version} >= 1320
|
|
|
|
BuildRequires: SDL2-devel
|
|
|
|
%endif
|
2013-04-22 22:12:17 +02:00
|
|
|
BuildRequires: alsa-devel
|
2016-05-31 23:05:30 +02:00
|
|
|
%if 0%{?build_x86_fw_from_source}
|
|
|
|
BuildRequires: binutils-devel
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: bluez-devel
|
2013-05-24 19:25:32 +02:00
|
|
|
%if 0%{?suse_version} >= 1130
|
|
|
|
BuildRequires: brlapi-devel
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: curl-devel
|
|
|
|
BuildRequires: cyrus-sasl-devel
|
2013-09-13 23:59:15 +02:00
|
|
|
%if %{build_x86_fw_from_source}
|
|
|
|
BuildRequires: iasl
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: e2fsprogs-devel
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: fdupes
|
2014-03-20 01:26:56 +01:00
|
|
|
BuildRequires: gcc-c++
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: glib2-devel
|
2015-04-10 17:01:16 +02:00
|
|
|
%if 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315
|
2015-04-09 15:38:04 +02:00
|
|
|
BuildRequires: glusterfs-devel
|
|
|
|
%endif
|
2013-05-21 19:08:29 +02:00
|
|
|
%if 0%{?suse_version} >= 1220
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
%else
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: libaio
|
|
|
|
BuildRequires: libaio-devel
|
|
|
|
BuildRequires: libattr-devel
|
2015-04-09 15:38:04 +02:00
|
|
|
BuildRequires: libbz2-devel
|
2016-01-27 17:31:12 +01:00
|
|
|
BuildRequires: libcacard-devel
|
2012-09-09 19:55:25 +02:00
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: libcap-ng-devel
|
2016-05-31 23:05:30 +02:00
|
|
|
BuildRequires: libdrm-devel
|
|
|
|
%if 0%{?suse_version} >= 1320
|
|
|
|
BuildRequires: libepoxy-devel
|
|
|
|
%endif
|
2013-08-02 17:44:22 +02:00
|
|
|
%if 0%{?suse_version} >= 1310
|
|
|
|
# 12.3 and earlier don't ship a compatible libfdt; use the bundled one there
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: libfdt1-devel
|
|
|
|
%endif
|
2016-05-31 23:05:30 +02:00
|
|
|
BuildRequires: libgbm-devel
|
2016-01-27 17:31:12 +01:00
|
|
|
BuildRequires: libgcrypt-devel
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: libgnutls-devel
|
2014-09-03 18:34:40 +02:00
|
|
|
%if 0%{?suse_version} >= 1315
|
|
|
|
BuildRequires: libibverbs-devel
|
|
|
|
%endif
|
2016-04-28 18:36:38 +02:00
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
BuildRequires: libiscsi-devel
|
|
|
|
%endif
|
2012-09-09 19:55:25 +02:00
|
|
|
BuildRequires: libjpeg-devel
|
2016-01-27 17:31:12 +01:00
|
|
|
%if 0%{?suse_version} >= 1310
|
|
|
|
BuildRequires: libnettle-devel
|
|
|
|
%endif
|
2015-04-09 15:38:04 +02:00
|
|
|
%ifarch %ix86 aarch64
|
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
BuildRequires: libnuma-devel
|
|
|
|
%endif
|
|
|
|
%else
|
2015-05-13 02:20:26 +02:00
|
|
|
%ifnarch %arm s390x
|
2015-04-09 15:38:04 +02:00
|
|
|
BuildRequires: libnuma-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: libpcap-devel
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: libpixman-1-0-devel
|
2012-09-09 19:55:25 +02:00
|
|
|
BuildRequires: libpng-devel
|
2013-05-25 20:15:40 +02:00
|
|
|
BuildRequires: libpulse-devel
|
2014-09-03 18:34:40 +02:00
|
|
|
%if 0%{?suse_version} >= 1315
|
|
|
|
BuildRequires: librdmacm-devel
|
|
|
|
%endif
|
2015-04-09 15:38:04 +02:00
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
BuildRequires: libseccomp-devel
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} > 1140
|
|
|
|
BuildRequires: libssh2-devel
|
|
|
|
%endif
|
2014-03-26 22:08:55 +01:00
|
|
|
BuildRequires: libtool
|
2014-02-18 23:33:02 +01:00
|
|
|
%if 0%{?suse_version} > 1310
|
2015-07-05 12:37:11 +02:00
|
|
|
BuildRequires: libusb-1_0-devel
|
2014-02-18 23:33:02 +01:00
|
|
|
%endif
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: libvdeplug3-devel
|
2015-04-09 15:38:04 +02:00
|
|
|
BuildRequires: lzo-devel
|
2012-10-09 21:59:49 +02:00
|
|
|
%if 0%{?suse_version} > 1220
|
|
|
|
BuildRequires: makeinfo
|
|
|
|
%endif
|
2014-03-26 22:08:55 +01:00
|
|
|
BuildRequires: mozilla-nss-devel
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: ncurses-devel
|
2016-05-31 23:05:30 +02:00
|
|
|
%if 0%{?build_x86_fw_from_source}
|
|
|
|
BuildRequires: ovmf-tools
|
|
|
|
%endif
|
2015-04-09 19:17:53 +02:00
|
|
|
BuildRequires: pkgconfig
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: pwdutils
|
|
|
|
BuildRequires: python
|
2015-04-09 15:38:04 +02:00
|
|
|
%if 0%{?suse_version} >= 1310
|
|
|
|
BuildRequires: snappy-devel
|
|
|
|
%endif
|
2013-05-21 19:08:29 +02:00
|
|
|
%if 0%{?suse_version} >= 1210
|
2014-03-19 15:11:16 +01:00
|
|
|
BuildRequires: systemd
|
|
|
|
%{?systemd_requires}
|
|
|
|
%define with_systemd 1
|
2014-03-20 01:26:56 +01:00
|
|
|
%endif
|
2014-05-13 10:09:26 +02:00
|
|
|
%if %{kvm_available}
|
2016-05-31 23:05:30 +02:00
|
|
|
BuildRequires: pkgconfig(udev)
|
2016-01-08 15:39:09 +01:00
|
|
|
%if 0%( pkg-config --exists 'udev > 190' && echo '1' ) == 01
|
2014-05-13 10:09:26 +02:00
|
|
|
%define _udevrulesdir /usr/lib/udev/rules.d
|
|
|
|
%else
|
|
|
|
%define _udevrulesdir /lib/udev/rules.d
|
|
|
|
%endif
|
|
|
|
%endif
|
2014-03-27 00:48:29 +01:00
|
|
|
%if 0%{?sles_version} != 11
|
2014-03-20 01:26:56 +01:00
|
|
|
BuildRequires: usbredir-devel
|
|
|
|
%endif
|
2016-05-31 23:05:30 +02:00
|
|
|
%if 0%{?suse_version} >= 1320
|
|
|
|
BuildRequires: virglrenderer >= 0.4.1
|
|
|
|
BuildRequires: virglrenderer-devel >= 0.4.1
|
|
|
|
%endif
|
2014-03-20 01:26:56 +01:00
|
|
|
%if 0%{?suse_version} >= 1210
|
2014-01-17 23:04:30 +01:00
|
|
|
%if 0%{?suse_version} >= 1220
|
|
|
|
BuildRequires: vte-devel
|
|
|
|
%else
|
2013-05-21 19:08:29 +02:00
|
|
|
BuildRequires: vte2-devel
|
|
|
|
%endif
|
2014-01-17 23:04:30 +01:00
|
|
|
%endif
|
2014-01-14 13:48:29 +01:00
|
|
|
%ifarch x86_64
|
2013-08-17 21:01:06 +02:00
|
|
|
BuildRequires: xen-devel
|
|
|
|
%endif
|
2016-05-31 23:05:30 +02:00
|
|
|
BuildRequires: xfsprogs-devel
|
2016-01-19 19:31:32 +01:00
|
|
|
%if %{build_x86_fw_from_source}
|
|
|
|
BuildRequires: xz-devel
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: zlib-devel
|
2013-05-14 22:46:08 +02:00
|
|
|
%if 0%{?suse_version} >= 1140
|
2012-02-28 05:13:32 +01:00
|
|
|
%ifarch %ix86 x86_64
|
|
|
|
BuildRequires: libspice-server-devel
|
|
|
|
BuildRequires: spice-protocol-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
2015-04-12 11:13:49 +02:00
|
|
|
%if "%{name}" == "qemu-testsuite"
|
|
|
|
BuildRequires: bc
|
|
|
|
BuildRequires: qemu-arm = %version
|
|
|
|
BuildRequires: qemu-extra = %version
|
2016-01-19 19:31:32 +01:00
|
|
|
BuildRequires: qemu-guest-agent = %version
|
2015-04-12 11:13:49 +02:00
|
|
|
BuildRequires: qemu-ppc = %version
|
|
|
|
BuildRequires: qemu-s390 = %version
|
|
|
|
BuildRequires: qemu-tools = %version
|
|
|
|
BuildRequires: qemu-x86 = %version
|
|
|
|
%endif
|
2012-08-15 22:57:27 +02:00
|
|
|
Requires: /usr/sbin/groupadd
|
2012-06-10 14:13:56 +02:00
|
|
|
Requires: pwdutils
|
2014-01-17 23:04:30 +01:00
|
|
|
Requires: timezone
|
2016-05-31 23:05:30 +02:00
|
|
|
%if %{kvm_available}
|
|
|
|
Requires(post): udev
|
|
|
|
%endif
|
2014-07-03 15:15:40 +02:00
|
|
|
Recommends: qemu-block-curl
|
2012-06-26 10:33:26 +02:00
|
|
|
Recommends: qemu-tools
|
2014-02-24 18:02:42 +01:00
|
|
|
Recommends: qemu-x86
|
|
|
|
%ifarch ppc ppc64 ppc64le
|
|
|
|
Recommends: qemu-ppc
|
|
|
|
%else
|
|
|
|
Suggests: qemu-ppc
|
|
|
|
%endif
|
|
|
|
%ifarch s390x
|
|
|
|
Recommends: qemu-s390
|
|
|
|
%else
|
|
|
|
Suggests: qemu-s390
|
|
|
|
%endif
|
|
|
|
%ifarch %arm aarch64
|
|
|
|
Recommends: qemu-arm
|
|
|
|
%else
|
|
|
|
Suggests: qemu-arm
|
|
|
|
%endif
|
2015-08-12 18:17:59 +02:00
|
|
|
Suggests: qemu-block-dmg
|
2016-04-29 19:51:01 +02:00
|
|
|
%if 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315
|
|
|
|
Suggests: qemu-block-gluster
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
Suggests: qemu-block-iscsi
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} > 1140
|
|
|
|
Suggests: qemu-block-ssh
|
|
|
|
%endif
|
2014-02-24 18:02:42 +01:00
|
|
|
Suggests: qemu-extra
|
2014-04-08 17:25:09 +02:00
|
|
|
Suggests: qemu-lang
|
2016-01-19 19:31:32 +01:00
|
|
|
%if 0%{?with_systemd}
|
2014-03-20 01:26:56 +01:00
|
|
|
Recommends: qemu-ksm = %{version}
|
2014-02-24 18:02:42 +01:00
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
|
2016-05-31 23:05:30 +02:00
|
|
|
%ifarch x86_64
|
|
|
|
%define x86_64_only_b_f_f {efi-e1000.rom efi-eepro100.rom \
|
|
|
|
efi-pcnet.rom efi-ne2k_pci.rom efi-rtl8139.rom efi-virtio.rom}
|
|
|
|
%endif
|
2016-04-05 15:18:15 +02:00
|
|
|
%define built_firmware_files {bios.bin bios-256k.bin \
|
|
|
|
sgabios.bin vgabios.bin vgabios-cirrus.bin \
|
2015-07-24 15:54:26 +02:00
|
|
|
vgabios-stdvga.bin vgabios-virtio.bin vgabios-vmware.bin vgabios-qxl.bin \
|
|
|
|
optionrom/linuxboot.bin optionrom/multiboot.bin optionrom/kvmvapic.bin \
|
2016-05-31 23:05:30 +02:00
|
|
|
pxe-e1000.rom pxe-pcnet.rom pxe-ne2k_pci.rom pxe-rtl8139.rom pxe-eepro100.rom pxe-virtio.rom %{?x86_64_only_b_f_f}}
|
2013-09-13 23:59:15 +02:00
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
%description
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
%if "%{name}" != "qemu-testsuite"
|
|
|
|
|
2014-02-24 18:02:42 +01:00
|
|
|
%package x86
|
|
|
|
Summary: Universal CPU emulator -- x86
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Requires: qemu = %version
|
|
|
|
Requires: qemu-ipxe
|
|
|
|
Requires: qemu-seabios
|
|
|
|
Requires: qemu-sgabios
|
|
|
|
Requires: qemu-vgabios
|
|
|
|
|
|
|
|
%description x86
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package provides i386 and x86_64 emulation.
|
|
|
|
|
|
|
|
%package ppc
|
|
|
|
Summary: Universal CPU emulator -- Power Architecture
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Requires: qemu = %version
|
|
|
|
|
|
|
|
%description ppc
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package provides ppc and ppc64 emulation.
|
|
|
|
|
|
|
|
%package s390
|
|
|
|
Summary: Universal CPU emulator -- S/390
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Requires: qemu = %version
|
|
|
|
|
|
|
|
%description s390
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package provides s390x emulation.
|
|
|
|
|
|
|
|
%package arm
|
|
|
|
Summary: Universal CPU emulator -- ARM
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Requires: qemu = %version
|
|
|
|
|
|
|
|
%description arm
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package provides arm emulation.
|
|
|
|
|
|
|
|
%package extra
|
|
|
|
Summary: Universal CPU emulator -- extra architectures
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Requires: qemu = %version
|
|
|
|
|
|
|
|
%description extra
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package provides some lesser used emulations, such as moxie and xtensa.
|
|
|
|
|
2014-05-13 10:09:26 +02:00
|
|
|
%if %{legacy_qemu_kvm}
|
2014-02-13 14:36:37 +01:00
|
|
|
%package kvm
|
|
|
|
Url: http://www.linux-kvm.org
|
|
|
|
Summary: Kernel-based Virtual Machine
|
|
|
|
Group: System/Emulators/PC
|
2014-02-24 18:02:42 +01:00
|
|
|
%ifarch %ix86 x86_64
|
|
|
|
Requires: qemu-x86 = %version
|
|
|
|
%endif
|
|
|
|
%ifarch s390x
|
|
|
|
Requires: qemu-s390 = %version
|
|
|
|
%endif
|
2014-02-14 01:45:10 +01:00
|
|
|
Provides: kvm = %version
|
|
|
|
Obsoletes: kvm < %version
|
2014-02-13 14:36:37 +01:00
|
|
|
Recommends: python-curses
|
|
|
|
|
|
|
|
%description kvm
|
|
|
|
KVM (Kernel-based Virtual Machine) is virtualization software for Linux.
|
|
|
|
It is designed to leverage the hardware virtualization features included
|
|
|
|
with various architectures. QEMU uses KVM for CPU virtualization, while
|
|
|
|
still providing emulation of other system components. This package is
|
|
|
|
not required for KVM usage, but rather facilitates its usage with tools
|
|
|
|
derived from the legacy kvm package.
|
|
|
|
%endif
|
|
|
|
|
2013-05-21 19:08:29 +02:00
|
|
|
%package lang
|
2013-05-24 21:22:32 +02:00
|
|
|
Summary: Universal CPU emulator -- Translations
|
2013-05-21 19:08:29 +02:00
|
|
|
Group: System/Emulators/PC
|
|
|
|
|
|
|
|
%description lang
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package contains translations.
|
|
|
|
|
2015-04-09 19:17:53 +02:00
|
|
|
# Modules need to match {qemu-system-*,qemu-img} version.
|
|
|
|
# We cannot have qemu and qemu-tools require them in the right version,
|
|
|
|
# as that would drag in the dependencies the modules are supposed to avoid.
|
|
|
|
# Nor can we have modules require the right version of qemu and qemu-tools
|
|
|
|
# as Xen reuses our qemu-tools but does not want our qemu and qemu-x86.
|
|
|
|
%define qemu_module_conflicts \
|
2016-04-29 19:51:01 +02:00
|
|
|
Conflicts: qemu < %version-%release \
|
|
|
|
Conflicts: qemu > %version-%release \
|
|
|
|
Conflicts: qemu-tools < %version-%release \
|
|
|
|
Conflicts: qemu-tools > %version-%release
|
2015-04-09 19:17:53 +02:00
|
|
|
|
2014-07-03 15:15:40 +02:00
|
|
|
%package block-curl
|
|
|
|
Summary: Universal CPU emulator -- cURL block support
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Provides: qemu:%_libdir/%name/block-curl.so
|
2015-04-09 19:17:53 +02:00
|
|
|
%{qemu_module_conflicts}
|
2014-07-03 15:15:40 +02:00
|
|
|
|
|
|
|
%description block-curl
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package contains a module for accessing network-based image files
|
|
|
|
over a network connection from qemu-img tool and QEMU system emulation.
|
|
|
|
|
2015-07-24 15:54:26 +02:00
|
|
|
%package block-dmg
|
|
|
|
Summary: Universal CPU emulator -- DMG block support
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
%{qemu_module_conflicts}
|
|
|
|
|
|
|
|
%description block-dmg
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package contains a module for accessing Mac OS X image files
|
|
|
|
from qemu-img tool and QEMU system emulation.
|
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
%if 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315
|
2015-04-09 19:17:53 +02:00
|
|
|
%package block-gluster
|
|
|
|
Summary: Universal CPU emulator -- GlusterFS block support
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
%{qemu_module_conflicts}
|
|
|
|
|
|
|
|
%description block-gluster
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package contains a module for accessing network-based image files
|
|
|
|
over a GlusterFS network connection from qemu-img tool and QEMU system emulation.
|
|
|
|
%endif
|
|
|
|
|
2016-04-28 18:36:38 +02:00
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
%package block-iscsi
|
|
|
|
Summary: Universal CPU emulator -- iSCSI block support
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
%{qemu_module_conflicts}
|
|
|
|
|
|
|
|
%description block-iscsi
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package contains a module for accessing network-based image files
|
|
|
|
over an iSCSI network connection from qemu-img tool and QEMU system emulation.
|
|
|
|
%endif
|
|
|
|
|
2015-04-09 15:38:04 +02:00
|
|
|
%if 0%{?suse_version} > 1140
|
|
|
|
%package block-ssh
|
|
|
|
Summary: Universal CPU emulator -- SSH block support
|
|
|
|
Group: System/Emulators/PC
|
2015-04-09 19:17:53 +02:00
|
|
|
%{qemu_module_conflicts}
|
2015-04-09 15:38:04 +02:00
|
|
|
|
|
|
|
%description block-ssh
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package contains a module for accessing network-based image files
|
|
|
|
over an SSH network connection from qemu-img tool and QEMU system emulation.
|
|
|
|
%endif
|
|
|
|
|
2014-03-26 22:08:55 +01:00
|
|
|
%package tools
|
|
|
|
Summary: Universal CPU emulator -- Tools
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Provides: qemu:%_libexecdir/qemu-bridge-helper
|
|
|
|
PreReq: permissions
|
2014-07-03 15:15:40 +02:00
|
|
|
Recommends: qemu-block-curl
|
2014-03-26 22:08:55 +01:00
|
|
|
|
|
|
|
%description tools
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package contains various tools, including a bridge helper.
|
|
|
|
|
|
|
|
%package guest-agent
|
|
|
|
Summary: Universal CPU emulator -- Guest agent
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Provides: qemu:%_bindir/qemu-ga
|
2016-05-31 23:05:30 +02:00
|
|
|
Requires(post): udev
|
2015-11-19 14:51:50 +01:00
|
|
|
%if 0%{?with_systemd}
|
|
|
|
%{?systemd_requires}
|
|
|
|
%endif
|
2014-03-26 22:08:55 +01:00
|
|
|
|
|
|
|
%description guest-agent
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
This sub-package contains the guest agent.
|
|
|
|
|
2014-06-02 20:08:59 +02:00
|
|
|
%ifarch %ix86 x86_64
|
2013-09-13 23:59:15 +02:00
|
|
|
%package seabios
|
2013-10-08 20:29:33 +02:00
|
|
|
Summary: X86 BIOS for QEMU
|
2013-09-13 23:59:15 +02:00
|
|
|
Group: System/Emulators/PC
|
2014-04-01 17:08:49 +02:00
|
|
|
SEABIOS_VERSION
|
2013-09-13 23:59:15 +02:00
|
|
|
Release: 0
|
2014-04-08 17:25:09 +02:00
|
|
|
%if 0%{?suse_version} > %{noarch_supported}
|
2013-09-13 23:59:15 +02:00
|
|
|
BuildArch: noarch
|
2014-04-08 17:25:09 +02:00
|
|
|
%endif
|
2013-10-08 20:29:33 +02:00
|
|
|
Conflicts: qemu < 1.6.0
|
2013-09-13 23:59:15 +02:00
|
|
|
|
|
|
|
%description seabios
|
|
|
|
SeaBIOS is an open source implementation of a 16bit x86 BIOS. SeaBIOS
|
|
|
|
is the default BIOS for QEMU.
|
|
|
|
|
|
|
|
%package vgabios
|
|
|
|
Summary: VGA BIOSes for QEMU
|
|
|
|
Group: System/Emulators/PC
|
2014-04-01 17:08:49 +02:00
|
|
|
SEABIOS_VERSION
|
2013-09-13 23:59:15 +02:00
|
|
|
Release: 0
|
2014-04-08 17:25:09 +02:00
|
|
|
%if 0%{?suse_version} > %{noarch_supported}
|
2013-09-13 23:59:15 +02:00
|
|
|
BuildArch: noarch
|
2014-04-08 17:25:09 +02:00
|
|
|
%endif
|
2013-10-08 20:29:33 +02:00
|
|
|
Conflicts: qemu < 1.6.0
|
2013-09-13 23:59:15 +02:00
|
|
|
|
|
|
|
%description vgabios
|
|
|
|
VGABIOS provides the video ROM BIOSes for the following variants of VGA
|
|
|
|
emulated devices: Std VGA, QXL, Cirrus CLGD 5446 and VMware emulated
|
|
|
|
video card.
|
|
|
|
|
|
|
|
%package sgabios
|
|
|
|
Summary: Serial Graphics Adapter BIOS for QEMU
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Version: 8
|
|
|
|
Release: 0
|
2014-04-08 17:25:09 +02:00
|
|
|
%if 0%{?suse_version} > %{noarch_supported}
|
2013-09-13 23:59:15 +02:00
|
|
|
BuildArch: noarch
|
2014-04-08 17:25:09 +02:00
|
|
|
%endif
|
2013-10-08 20:29:33 +02:00
|
|
|
Conflicts: qemu < 1.6.0
|
2013-09-13 23:59:15 +02:00
|
|
|
|
|
|
|
%description sgabios
|
|
|
|
The Google Serial Graphics Adapter BIOS or SGABIOS provides a means for legacy
|
|
|
|
x86 software to communicate with an attached serial console as if a video card
|
|
|
|
were attached.
|
|
|
|
|
|
|
|
%package ipxe
|
|
|
|
Summary: PXE ROMs for QEMU NICs
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Version: 1.0.0
|
|
|
|
Release: 0
|
2014-04-08 17:25:09 +02:00
|
|
|
%if 0%{?suse_version} > %{noarch_supported}
|
2013-09-13 23:59:15 +02:00
|
|
|
BuildArch: noarch
|
2014-04-08 17:25:09 +02:00
|
|
|
%endif
|
2013-10-08 20:29:33 +02:00
|
|
|
Conflicts: qemu < 1.6.0
|
2013-09-13 23:59:15 +02:00
|
|
|
|
|
|
|
%description ipxe
|
|
|
|
Preboot Execution Environment (PXE) ROM support for various emulated network
|
|
|
|
adapters available with QEMU.
|
2014-06-02 20:08:59 +02:00
|
|
|
%endif
|
2013-09-13 23:59:15 +02:00
|
|
|
|
2014-03-19 15:11:16 +01:00
|
|
|
%if 0%{?with_systemd}
|
|
|
|
%package ksm
|
|
|
|
Summary: Kernel Samepage Merging services
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
|
|
|
|
%description ksm
|
|
|
|
Kernel Samepage Merging (KSM) is a memory-saving de-duplication feature,
|
|
|
|
that merges anonymous (private) pages (not pagecache ones).
|
|
|
|
|
|
|
|
This package provides a service file for starting and stopping KSM.
|
|
|
|
%endif
|
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
%endif # !qemu-testsuite
|
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
%prep
|
2016-05-31 23:05:30 +02:00
|
|
|
%setup -q -n qemu-2.6.0
|
2011-12-14 02:35:41 +01:00
|
|
|
PATCH_EXEC
|
|
|
|
|
2013-09-13 23:59:15 +02:00
|
|
|
%if %{build_x86_fw_from_source}
|
2015-03-21 12:46:36 +01:00
|
|
|
pushd roms/seabios
|
|
|
|
%patch1000 -p1
|
|
|
|
popd
|
2016-06-01 23:35:28 +02:00
|
|
|
pushd roms/ipxe
|
|
|
|
%patch1100 -p1
|
|
|
|
%patch1101 -p1
|
|
|
|
%patch1102 -p1
|
|
|
|
%patch1103 -p1
|
|
|
|
%patch1104 -p1
|
|
|
|
%patch1105 -p1
|
|
|
|
%patch1106 -p1
|
|
|
|
popd
|
|
|
|
|
2015-03-21 12:46:36 +01:00
|
|
|
|
2013-09-13 23:59:15 +02:00
|
|
|
# as a safeguard, delete the firmware files that we intend to build
|
2014-03-27 00:48:29 +01:00
|
|
|
for i in %built_firmware_files
|
2013-09-13 23:59:15 +02:00
|
|
|
do
|
|
|
|
rm -f pc-bios/$i
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
2015-10-08 18:14:43 +02:00
|
|
|
%if %{build_slof_from_source}
|
|
|
|
rm -f pc-bios/slof.bin
|
|
|
|
%endif
|
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
%build
|
2016-04-05 15:18:15 +02:00
|
|
|
./configure \
|
|
|
|
--prefix=%_prefix \
|
|
|
|
--sysconfdir=%_sysconfdir \
|
2014-03-26 22:08:55 +01:00
|
|
|
--libdir=%_libdir \
|
2012-06-10 14:13:56 +02:00
|
|
|
--libexecdir=%_libexecdir \
|
2014-03-27 00:48:29 +01:00
|
|
|
--localstatedir=%_localstatedir \
|
2013-05-25 20:15:40 +02:00
|
|
|
--extra-cflags="%{optflags}" \
|
2016-04-22 17:05:53 +02:00
|
|
|
--disable-strip \
|
|
|
|
--with-pkgversion="%(echo '%{distribution}' | sed 's/ (.*)//')" \
|
2013-05-25 20:15:40 +02:00
|
|
|
--enable-system --disable-linux-user \
|
|
|
|
--enable-tools --enable-guest-agent \
|
2015-04-09 15:38:04 +02:00
|
|
|
--enable-modules \
|
2013-10-10 09:40:10 +02:00
|
|
|
--enable-pie \
|
2013-05-25 20:15:40 +02:00
|
|
|
--enable-docs \
|
2013-12-08 06:19:09 +01:00
|
|
|
--audio-drv-list="pa alsa sdl oss" \
|
2015-04-09 15:38:04 +02:00
|
|
|
--disable-archipelago \
|
|
|
|
--enable-attr \
|
|
|
|
--enable-bluez \
|
2013-05-24 19:25:32 +02:00
|
|
|
%if 0%{?suse_version} >= 1130
|
2015-04-12 11:13:49 +02:00
|
|
|
--enable-brlapi \
|
|
|
|
%else
|
|
|
|
--disable-brlapi \
|
2013-05-24 19:25:32 +02:00
|
|
|
%endif
|
2015-04-09 15:38:04 +02:00
|
|
|
--enable-bzip2 \
|
2013-05-25 20:15:40 +02:00
|
|
|
--enable-cap-ng \
|
2016-01-27 17:31:12 +01:00
|
|
|
--enable-coroutine-pool \
|
2013-05-25 20:15:40 +02:00
|
|
|
--enable-curl \
|
|
|
|
--enable-curses \
|
2015-04-09 15:38:04 +02:00
|
|
|
--enable-fdt \
|
2016-01-27 17:31:12 +01:00
|
|
|
%if 0
|
|
|
|
# Let it auto-detect these based on gnutls - uses libnettle in Tumbleweed but unavailable in SLE11
|
|
|
|
--enable-gcrypt \
|
|
|
|
--disable-nettle \
|
|
|
|
%endif
|
2015-04-12 11:13:49 +02:00
|
|
|
%if 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315
|
2015-04-09 19:17:53 +02:00
|
|
|
--enable-glusterfs \
|
2015-04-10 17:01:16 +02:00
|
|
|
%else
|
|
|
|
--disable-glusterfs \
|
2015-04-09 15:38:04 +02:00
|
|
|
%endif
|
2016-01-27 17:31:12 +01:00
|
|
|
--enable-gnutls \
|
2013-05-21 19:08:29 +02:00
|
|
|
--enable-gtk \
|
2014-01-17 23:04:30 +01:00
|
|
|
%if 0%{?suse_version} >= 1220
|
|
|
|
--with-gtkabi=3.0 \
|
2015-04-12 11:13:49 +02:00
|
|
|
%else
|
|
|
|
--with-gtkabi=2.0 \
|
2014-05-13 10:09:26 +02:00
|
|
|
%endif
|
|
|
|
%if %{kvm_available}
|
|
|
|
--enable-kvm \
|
2015-04-12 11:13:49 +02:00
|
|
|
%else
|
|
|
|
--disable-kvm \
|
2015-04-09 15:38:04 +02:00
|
|
|
%endif
|
2016-04-28 18:36:38 +02:00
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
--enable-libiscsi \
|
|
|
|
%else
|
2015-04-09 15:38:04 +02:00
|
|
|
--disable-libiscsi \
|
2016-04-28 18:36:38 +02:00
|
|
|
%endif
|
2015-04-09 15:38:04 +02:00
|
|
|
--disable-libnfs \
|
|
|
|
%if 0%{?suse_version} > 1140
|
|
|
|
--enable-libssh2 \
|
2015-04-12 11:13:49 +02:00
|
|
|
%else
|
|
|
|
--disable-libssh2 \
|
2015-04-09 15:38:04 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} > 1310
|
|
|
|
--enable-libusb \
|
2015-04-12 11:13:49 +02:00
|
|
|
%else
|
|
|
|
--disable-libusb \
|
2013-05-21 19:08:29 +02:00
|
|
|
%endif
|
2013-05-25 20:15:40 +02:00
|
|
|
--enable-linux-aio \
|
2015-04-09 15:38:04 +02:00
|
|
|
--enable-lzo \
|
|
|
|
--disable-netmap \
|
|
|
|
%ifarch %ix86 aarch64
|
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
--enable-numa \
|
|
|
|
%else
|
|
|
|
--disable-numa \
|
|
|
|
%endif
|
|
|
|
%else
|
2015-05-13 02:20:26 +02:00
|
|
|
%ifarch %arm s390x
|
2015-04-09 15:38:04 +02:00
|
|
|
--disable-numa \
|
|
|
|
%else
|
|
|
|
--enable-numa \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
--disable-rbd \
|
2014-09-03 18:34:40 +02:00
|
|
|
%if 0%{?suse_version} >= 1315
|
|
|
|
--enable-rdma \
|
2015-04-12 11:13:49 +02:00
|
|
|
%else
|
|
|
|
--disable-rdma \
|
2014-09-03 18:34:40 +02:00
|
|
|
%endif
|
2013-05-25 20:15:40 +02:00
|
|
|
--enable-sdl \
|
2016-05-31 23:05:30 +02:00
|
|
|
%if 0%{?suse_version} >= 1320
|
|
|
|
--with-sdlabi=2.0 \
|
|
|
|
%else
|
2014-03-20 01:26:56 +01:00
|
|
|
--with-sdlabi=1.2 \
|
2016-05-31 23:05:30 +02:00
|
|
|
%endif
|
2015-04-09 15:38:04 +02:00
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
--enable-seccomp \
|
2015-04-10 17:01:16 +02:00
|
|
|
%else
|
|
|
|
--disable-seccomp \
|
2015-04-09 15:38:04 +02:00
|
|
|
%endif
|
2016-01-27 17:31:12 +01:00
|
|
|
--enable-smartcard \
|
2015-04-09 15:38:04 +02:00
|
|
|
%if 0%{?suse_version} >= 1310
|
|
|
|
--enable-snappy \
|
2015-04-12 11:13:49 +02:00
|
|
|
%else
|
|
|
|
--disable-snappy \
|
2015-04-09 15:38:04 +02:00
|
|
|
%endif
|
2013-05-21 19:08:29 +02:00
|
|
|
%if 0%{?suse_version} >= 1140
|
2012-02-28 05:13:32 +01:00
|
|
|
%ifarch %ix86 x86_64
|
2013-05-25 20:15:40 +02:00
|
|
|
--enable-spice \
|
2012-02-28 05:13:32 +01:00
|
|
|
%else
|
2013-05-25 20:15:40 +02:00
|
|
|
--disable-spice \
|
2012-02-28 05:13:32 +01:00
|
|
|
%endif
|
|
|
|
%else
|
2013-05-25 20:15:40 +02:00
|
|
|
--disable-spice \
|
2013-08-26 20:24:00 +02:00
|
|
|
%endif
|
2015-04-09 15:38:04 +02:00
|
|
|
--enable-tpm \
|
2014-03-27 00:48:29 +01:00
|
|
|
%if 0%{?sles_version} != 11
|
2013-08-26 20:24:00 +02:00
|
|
|
--enable-usb-redir \
|
2015-04-12 11:13:49 +02:00
|
|
|
%else
|
|
|
|
--disable-usb-redir \
|
2012-02-28 05:13:32 +01:00
|
|
|
%endif
|
2015-04-09 15:38:04 +02:00
|
|
|
--enable-uuid \
|
2013-05-25 20:15:40 +02:00
|
|
|
--enable-vde \
|
2015-04-09 15:38:04 +02:00
|
|
|
--enable-vhdx \
|
|
|
|
--enable-vhost-net \
|
2016-05-31 23:05:30 +02:00
|
|
|
%if 0%{?suse_version} >= 1320
|
|
|
|
--enable-virglrenderer \
|
|
|
|
%endif
|
2013-05-25 20:15:40 +02:00
|
|
|
--enable-virtfs \
|
2015-04-09 15:38:04 +02:00
|
|
|
--enable-vnc \
|
2013-05-25 20:15:40 +02:00
|
|
|
--enable-vnc-jpeg \
|
|
|
|
--enable-vnc-png \
|
|
|
|
--enable-vnc-sasl \
|
2016-02-09 23:39:22 +01:00
|
|
|
%if 0%{?suse_version} == 1310 || (0%{?suse_version} == 1315 && 0%{?is_opensuse} == 0)
|
2016-01-27 17:31:12 +01:00
|
|
|
--enable-vte \
|
|
|
|
%endif
|
2014-01-14 13:48:29 +01:00
|
|
|
%ifarch x86_64
|
2013-08-17 21:01:06 +02:00
|
|
|
--enable-xen \
|
2015-04-09 15:38:04 +02:00
|
|
|
--enable-xen-pci-passthrough \
|
2016-04-05 15:18:15 +02:00
|
|
|
--enable-xen-pv-domain-build \
|
2015-04-12 11:13:49 +02:00
|
|
|
%else
|
|
|
|
--disable-xen \
|
2013-08-17 21:01:06 +02:00
|
|
|
%endif
|
2016-05-31 23:05:30 +02:00
|
|
|
--enable-xfsctl \
|
|
|
|
|
2013-05-25 20:15:40 +02:00
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
%if "%{name}" != "qemu-testsuite"
|
|
|
|
|
2013-05-24 19:25:32 +02:00
|
|
|
make %{?_smp_mflags} V=1
|
2011-12-14 02:35:41 +01:00
|
|
|
|
2013-09-13 23:59:15 +02:00
|
|
|
# Firmware
|
|
|
|
%if %{build_x86_fw_from_source}
|
2016-04-05 15:18:15 +02:00
|
|
|
make %{?_smp_mflags} -C roms bios
|
|
|
|
make %{?_smp_mflags} -C roms seavgabios
|
|
|
|
make %{?_smp_mflags} -C roms pxerom
|
2016-05-31 23:05:30 +02:00
|
|
|
%ifarch x86_64
|
|
|
|
make %{?_smp_mflags} -C roms efirom
|
|
|
|
%endif
|
2016-04-05 15:18:15 +02:00
|
|
|
make -C roms sgabios
|
2013-09-13 23:59:15 +02:00
|
|
|
%endif
|
2015-10-08 18:14:43 +02:00
|
|
|
%if %{build_slof_from_source}
|
2016-04-05 15:18:15 +02:00
|
|
|
make %{?_smp_mflags} -C roms slof
|
2015-10-08 18:14:43 +02:00
|
|
|
%endif
|
2014-08-28 19:12:25 +02:00
|
|
|
%ifarch s390x
|
|
|
|
cp pc-bios/s390-ccw/s390-ccw.img pc-bios/s390-ccw.img
|
|
|
|
%endif
|
2013-09-13 23:59:15 +02:00
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
%else # qemu-testsuite
|
2015-08-12 18:17:59 +02:00
|
|
|
|
|
|
|
ln -s %{_bindir}/qemu-img qemu-img
|
2016-01-19 19:31:32 +01:00
|
|
|
ln -s %{_bindir}/qemu-ga qemu-ga
|
|
|
|
|
|
|
|
%if %{build_x86_fw_from_source}
|
|
|
|
for i in %built_firmware_files
|
|
|
|
do
|
|
|
|
ln -s %{_datadir}/qemu/$i pc-bios/$i
|
|
|
|
done
|
|
|
|
%endif
|
2015-08-12 18:17:59 +02:00
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
for conf in default-configs/*-softmmu.mak; do
|
|
|
|
arch=`echo "$conf" | sed -e 's|default-configs/\(.*\)-softmmu.mak|\1|g'`
|
|
|
|
ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch
|
|
|
|
done
|
2015-08-12 18:17:59 +02:00
|
|
|
|
2015-12-01 23:04:40 +01:00
|
|
|
# Compile the QOM test binary first, so that ...
|
|
|
|
make tests/qom-test %{?_smp_mflags} V=1
|
|
|
|
# ... make comes in fresh and has lots of address space (needed for 32bit, bsc#957379)
|
2015-04-12 11:13:49 +02:00
|
|
|
%if 0%{?suse_version} >= 1310
|
|
|
|
make check-report.html V=1
|
|
|
|
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html
|
|
|
|
%else
|
|
|
|
make check-report.xml V=1
|
|
|
|
%endif
|
2015-10-13 18:39:07 +02:00
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%check
|
|
|
|
%if "%{name}" == "qemu-testsuite"
|
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
%ifnarch %ix86 x64_64
|
|
|
|
export QEMU_PROG=%{_bindir}/qemu-system-x86_64
|
|
|
|
%endif
|
|
|
|
export QEMU_IMG_PROG=%{_bindir}/qemu-img
|
|
|
|
export QEMU_IO_PROG=%{_bindir}/qemu-io
|
|
|
|
export QEMU_NBD_PROG=%{_bindir}/qemu-nbd
|
|
|
|
# make check-block would rebuild qemu-img and qemu-io
|
|
|
|
make tests/qemu-iotests/socket_scm_helper V=1
|
|
|
|
pushd tests/qemu-iotests
|
|
|
|
# -qcow 001 seems to hang?
|
2015-04-29 18:23:43 +02:00
|
|
|
# TODO investigate hangs and failures
|
|
|
|
#for fmt in -raw -bochs -cloop -parallels -qcow2 -qed -vdi -vpc -vhdx -vmdk; do
|
|
|
|
# ./check -v -T $fmt -file -g quick || true
|
|
|
|
#done
|
2015-04-12 11:13:49 +02:00
|
|
|
popd
|
2015-10-13 18:39:07 +02:00
|
|
|
|
|
|
|
# Create minimal gzip format file
|
|
|
|
echo "Test" > test.txt
|
|
|
|
cat test.txt | gzip - > test.gz
|
|
|
|
# Check qemu-img info output (bsc#945778)
|
|
|
|
format=`qemu-img info test.gz | grep "file format:" | cut -d ':' -f 2 | tr -d '[:space:]'`
|
|
|
|
[ "$format" == "raw" ] || false
|
|
|
|
|
|
|
|
# Create minimal tar format file
|
|
|
|
tar cf test.tar test.txt
|
|
|
|
# Check qemu-img info output (bsc#945778)
|
|
|
|
format=`qemu-img info test.tar | grep "file format:" | cut -d ':' -f 2 | tr -d '[:space:]'`
|
|
|
|
[ "$format" == "raw" ] || false
|
|
|
|
|
|
|
|
%endif # qemu-testsuite
|
2014-02-14 17:13:17 +01:00
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
%install
|
2015-04-12 11:13:49 +02:00
|
|
|
%if "%{name}" != "qemu-testsuite"
|
2015-10-13 18:39:07 +02:00
|
|
|
|
2012-06-10 14:13:56 +02:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2011-12-14 02:35:41 +01:00
|
|
|
rm -fr $RPM_BUILD_ROOT/%_datadir/doc
|
2015-02-12 02:06:33 +01:00
|
|
|
%if ! %{build_x86_fw_from_source}
|
2016-04-05 15:18:15 +02:00
|
|
|
for f in acpi-dsdt.aml bios-256k.bin bios.bin efi-*.rom pxe-*.rom sgabios.bin \
|
2015-07-24 15:54:26 +02:00
|
|
|
vgabios-cirrus.bin vgabios-qxl.bin vgabios-stdvga.bin vgabios-virtio.bin vgabios-vmware.bin \
|
|
|
|
vgabios.bin; do
|
2015-02-12 02:06:33 +01:00
|
|
|
rm $RPM_BUILD_ROOT/%_datadir/%name/$f
|
|
|
|
done
|
|
|
|
%endif
|
2016-01-27 17:31:12 +01:00
|
|
|
# rm -f %{buildroot}%{_datadir}/%{name}/u-boot.e500
|
2012-06-10 14:13:56 +02:00
|
|
|
install -D -m 644 %{SOURCE302} $RPM_BUILD_ROOT/%{_sysconfdir}/qemu/bridge.conf
|
2013-05-21 19:08:29 +02:00
|
|
|
%find_lang %name
|
2014-05-13 10:09:26 +02:00
|
|
|
%if %{legacy_qemu_kvm}
|
2014-02-13 14:36:37 +01:00
|
|
|
cat > %{buildroot}%{_bindir}/qemu-kvm << 'EOF'
|
2014-02-15 17:13:29 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
2014-04-08 17:25:09 +02:00
|
|
|
%ifarch s390x
|
2014-03-27 00:48:29 +01:00
|
|
|
exec %{_bindir}/qemu-system-s390x -machine accel=kvm "$@"
|
2014-02-13 14:36:37 +01:00
|
|
|
%else
|
2014-03-27 00:48:29 +01:00
|
|
|
exec %{_bindir}/qemu-system-x86_64 -machine accel=kvm "$@"
|
2014-02-13 14:36:37 +01:00
|
|
|
%endif
|
|
|
|
EOF
|
|
|
|
chmod 755 %{buildroot}%{_bindir}/qemu-kvm
|
2014-05-13 10:09:26 +02:00
|
|
|
install -D -m 755 %{SOURCE2} %{buildroot}/usr/share/qemu/qemu-ifup
|
|
|
|
install -D -m 755 %{SOURCE3} %{buildroot}%{_bindir}/kvm_stat
|
|
|
|
install -D -m 644 %{SOURCE4} %{buildroot}%{_mandir}/man1/qemu-kvm.1.gz
|
|
|
|
%endif
|
|
|
|
%if %{kvm_available}
|
2014-02-13 14:36:37 +01:00
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
install -D -m 644 %{SOURCE1} %{buildroot}%{_udevrulesdir}/80-kvm.rules
|
|
|
|
%else
|
2014-05-13 10:09:26 +02:00
|
|
|
%ifarch %ix86 x86_64
|
|
|
|
install -D -m 644 %{SOURCE7} %{buildroot}%{_udevrulesdir}/60-kvm.rules
|
|
|
|
%else
|
2014-02-13 14:36:37 +01:00
|
|
|
install -D -m 644 %{SOURCE5} %{buildroot}%{_udevrulesdir}/60-kvm.rules
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
2015-11-19 15:57:24 +01:00
|
|
|
install -D -p -m 0644 %{SOURCE8} %{buildroot}%{_udevrulesdir}/80-qemu-ga.rules
|
2015-11-22 23:46:13 +01:00
|
|
|
%if 0%{?with_systemd}
|
|
|
|
install -D -p -m 0644 %{SOURCE6} %{buildroot}%{_unitdir}/ksm.service
|
2015-11-19 14:51:50 +01:00
|
|
|
install -D -p -m 0644 %{SOURCE9} %{buildroot}%{_unitdir}/qemu-ga.service
|
2015-11-22 23:46:13 +01:00
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
%fdupes -s $RPM_BUILD_ROOT
|
2015-10-13 18:39:07 +02:00
|
|
|
|
|
|
|
%else # qemu-testsuite
|
|
|
|
|
|
|
|
%if 0%{?suse_version} >= 1310
|
|
|
|
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html
|
|
|
|
%endif
|
|
|
|
install -D -m 644 check-report.xml %{buildroot}%{_datadir}/qemu/check-report.xml
|
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if "%{name}" != "qemu-testsuite"
|
2011-12-14 02:35:41 +01:00
|
|
|
|
2012-06-10 14:13:56 +02:00
|
|
|
%pre
|
|
|
|
%{_bindir}/getent group kvm >/dev/null || %{_sbindir}/groupadd -r kvm 2>/dev/null
|
|
|
|
%{_bindir}/getent group qemu >/dev/null || %{_sbindir}/groupadd -r qemu 2>/dev/null
|
|
|
|
%{_bindir}/getent passwd qemu >/dev/null || \
|
|
|
|
%{_sbindir}/useradd -r -g qemu -G kvm -d / -s /sbin/nologin \
|
|
|
|
-c "qemu user" qemu
|
|
|
|
|
2015-02-22 17:08:09 +01:00
|
|
|
|
2014-05-13 10:09:26 +02:00
|
|
|
%if %{kvm_available}
|
2014-02-13 14:36:37 +01:00
|
|
|
%post
|
2015-02-22 17:08:09 +01:00
|
|
|
%if 0%{?with_systemd}
|
|
|
|
%udev_rules_update
|
|
|
|
%else
|
2014-02-13 14:36:37 +01:00
|
|
|
if [ "$(readlink -f /proc/1/root)" = "/" ]; then
|
|
|
|
/sbin/udevadm control --reload-rules || :
|
|
|
|
/sbin/udevadm trigger || :
|
|
|
|
fi
|
|
|
|
%endif
|
2015-02-22 17:08:09 +01:00
|
|
|
%endif
|
2014-02-13 14:36:37 +01:00
|
|
|
|
2012-06-10 14:13:56 +02:00
|
|
|
%if 0%{?suse_version} >= 1130
|
|
|
|
%post tools
|
|
|
|
%set_permissions %_libexecdir/qemu-bridge-helper
|
|
|
|
|
|
|
|
%verifyscript tools
|
|
|
|
%verify_permissions %_libexecdir/qemu-bridge-helper
|
|
|
|
%endif
|
|
|
|
|
2015-11-19 14:51:50 +01:00
|
|
|
%pre guest-agent
|
|
|
|
%{_bindir}/getent group kvm >/dev/null || %{_sbindir}/groupadd -r kvm 2>/dev/null
|
2014-03-19 15:11:16 +01:00
|
|
|
%if 0%{?with_systemd}
|
2015-11-19 14:51:50 +01:00
|
|
|
%service_add_pre qemu-ga.service
|
|
|
|
|
|
|
|
%preun guest-agent
|
|
|
|
%service_del_preun qemu-ga.service
|
|
|
|
|
|
|
|
%post guest-agent
|
|
|
|
if [ "$(readlink -f /proc/1/root)" = "/" ]; then
|
|
|
|
/sbin/udevadm control --reload-rules || :
|
|
|
|
/sbin/udevadm trigger || :
|
|
|
|
fi
|
|
|
|
%service_add_post qemu-ga.service
|
|
|
|
|
|
|
|
%postun guest-agent
|
|
|
|
%service_del_postun qemu-ga.service
|
|
|
|
|
2014-03-19 15:11:16 +01:00
|
|
|
%pre ksm
|
|
|
|
%service_add_pre ksm.service
|
|
|
|
|
|
|
|
%post ksm
|
|
|
|
%service_add_post ksm.service
|
|
|
|
|
|
|
|
%preun ksm
|
|
|
|
%service_del_preun ksm.service
|
|
|
|
|
|
|
|
%postun ksm
|
|
|
|
%service_del_postun ksm.service
|
|
|
|
%endif
|
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
%endif # !qemu-testsuite
|
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2015-04-12 11:13:49 +02:00
|
|
|
%if "%{name}" != "qemu-testsuite"
|
2013-05-14 22:46:08 +02:00
|
|
|
%doc COPYING COPYING.LIB Changelog README VERSION qemu-doc.html qemu-tech.html
|
2012-06-26 10:33:26 +02:00
|
|
|
%doc %_mandir/man1/qemu.1.gz
|
2015-02-12 02:06:33 +01:00
|
|
|
%dir %_datadir/%name
|
|
|
|
%_datadir/%name/keymaps
|
|
|
|
%_datadir/%name/trace-events
|
|
|
|
%_datadir/%name/qemu-icon.bmp
|
|
|
|
%_datadir/%name/qemu_logo_no_text.svg
|
2011-12-14 02:35:41 +01:00
|
|
|
%dir %_sysconfdir/%name
|
2015-04-09 15:38:04 +02:00
|
|
|
%dir %_libdir/%name
|
2014-05-13 10:09:26 +02:00
|
|
|
%if %{kvm_available}
|
2014-02-13 14:36:37 +01:00
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
%{_udevrulesdir}/80-kvm.rules
|
|
|
|
%else
|
|
|
|
%{_udevrulesdir}/60-kvm.rules
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2014-02-24 18:02:42 +01:00
|
|
|
%files x86
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_bindir/qemu-system-i386
|
|
|
|
%_bindir/qemu-system-x86_64
|
|
|
|
%_datadir/%name/kvmvapic.bin
|
|
|
|
%_datadir/%name/linuxboot.bin
|
|
|
|
%_datadir/%name/multiboot.bin
|
|
|
|
|
|
|
|
%files ppc
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_bindir/qemu-system-ppc
|
|
|
|
%_bindir/qemu-system-ppc64
|
2014-05-13 10:09:26 +02:00
|
|
|
%_bindir/qemu-system-ppcemb
|
2014-02-24 18:02:42 +01:00
|
|
|
%_datadir/%name/ppc_rom.bin
|
|
|
|
%_datadir/%name/openbios-ppc
|
|
|
|
%_datadir/%name/slof.bin
|
|
|
|
%_datadir/%name/spapr-rtas.bin
|
2016-01-27 17:31:12 +01:00
|
|
|
%_datadir/%name/u-boot.e500
|
2014-02-24 18:02:42 +01:00
|
|
|
%_datadir/%name/bamboo.dtb
|
|
|
|
%_datadir/%name/petalogix-ml605.dtb
|
|
|
|
|
|
|
|
%files s390
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_bindir/qemu-system-s390x
|
|
|
|
%_datadir/%name/s390-ccw.img
|
|
|
|
|
|
|
|
%files arm
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_bindir/qemu-system-arm
|
2014-05-13 10:09:26 +02:00
|
|
|
%_bindir/qemu-system-aarch64
|
2014-02-24 18:02:42 +01:00
|
|
|
|
|
|
|
%files extra
|
|
|
|
%defattr(-, root, root)
|
2014-05-14 20:43:09 +02:00
|
|
|
%_bindir/qemu-system-alpha
|
|
|
|
%_bindir/qemu-system-cris
|
|
|
|
%_bindir/qemu-system-lm32
|
|
|
|
%_bindir/qemu-system-m68k
|
|
|
|
%_bindir/qemu-system-microblaze
|
|
|
|
%_bindir/qemu-system-microblazeel
|
|
|
|
%_bindir/qemu-system-mips
|
|
|
|
%_bindir/qemu-system-mipsel
|
|
|
|
%_bindir/qemu-system-mips64
|
|
|
|
%_bindir/qemu-system-mips64el
|
|
|
|
%_bindir/qemu-system-moxie
|
|
|
|
%_bindir/qemu-system-or32
|
|
|
|
%_bindir/qemu-system-sh4
|
|
|
|
%_bindir/qemu-system-sh4eb
|
|
|
|
%_bindir/qemu-system-sparc
|
|
|
|
%_bindir/qemu-system-sparc64
|
2015-01-12 19:27:43 +01:00
|
|
|
%_bindir/qemu-system-tricore
|
2014-05-14 20:43:09 +02:00
|
|
|
%_bindir/qemu-system-unicore32
|
|
|
|
%_bindir/qemu-system-xtensa
|
|
|
|
%_bindir/qemu-system-xtensaeb
|
2014-02-24 18:02:42 +01:00
|
|
|
%_datadir/%name/palcode-clipper
|
|
|
|
%_datadir/%name/openbios-sparc32
|
|
|
|
%_datadir/%name/openbios-sparc64
|
|
|
|
%_datadir/%name/petalogix-s3adsp1800.dtb
|
2014-03-20 01:26:56 +01:00
|
|
|
%_datadir/%name/QEMU,cgthree.bin
|
|
|
|
%_datadir/%name/QEMU,tcx.bin
|
2014-02-24 18:02:42 +01:00
|
|
|
|
2014-05-13 10:09:26 +02:00
|
|
|
%if %{legacy_qemu_kvm}
|
2014-02-13 14:36:37 +01:00
|
|
|
%files kvm
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_bindir/qemu-kvm
|
|
|
|
%_bindir/kvm_stat
|
|
|
|
%_datadir/qemu/qemu-ifup
|
|
|
|
%_mandir/man1/qemu-kvm.1.gz
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
|
2014-07-03 15:15:40 +02:00
|
|
|
%files block-curl
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_libdir/%name/block-curl.so
|
|
|
|
|
2015-07-24 15:54:26 +02:00
|
|
|
%files block-dmg
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_libdir/%name/block-dmg.so
|
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
%if 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315
|
2015-04-09 19:17:53 +02:00
|
|
|
%files block-gluster
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_libdir/%name/block-gluster.so
|
|
|
|
%endif
|
|
|
|
|
2016-04-28 18:36:38 +02:00
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
%files block-iscsi
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_libdir/%name/block-iscsi.so
|
|
|
|
%endif
|
|
|
|
|
2015-04-09 15:38:04 +02:00
|
|
|
%if 0%{?suse_version} > 1140
|
|
|
|
%files block-ssh
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_libdir/%name/block-ssh.so
|
|
|
|
%endif
|
|
|
|
|
2013-05-21 19:08:29 +02:00
|
|
|
%files lang -f %name.lang
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-02-12 02:06:33 +01:00
|
|
|
%if %{build_x86_fw_from_source}
|
2013-09-13 23:59:15 +02:00
|
|
|
%files seabios
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_datadir/%name/bios.bin
|
2014-03-20 01:26:56 +01:00
|
|
|
%_datadir/%name/bios-256k.bin
|
2013-09-13 23:59:15 +02:00
|
|
|
%_datadir/%name/acpi-dsdt.aml
|
|
|
|
|
|
|
|
%files vgabios
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_datadir/%name/vgabios.bin
|
|
|
|
%_datadir/%name/vgabios-cirrus.bin
|
|
|
|
%_datadir/%name/vgabios-qxl.bin
|
|
|
|
%_datadir/%name/vgabios-stdvga.bin
|
2015-07-24 15:54:26 +02:00
|
|
|
%_datadir/%name/vgabios-virtio.bin
|
2013-09-13 23:59:15 +02:00
|
|
|
%_datadir/%name/vgabios-vmware.bin
|
|
|
|
|
|
|
|
%files sgabios
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_datadir/%name/sgabios.bin
|
|
|
|
|
|
|
|
%files ipxe
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%_datadir/%name/pxe-e1000.rom
|
|
|
|
%_datadir/%name/pxe-eepro100.rom
|
|
|
|
%_datadir/%name/pxe-pcnet.rom
|
|
|
|
%_datadir/%name/pxe-ne2k_pci.rom
|
|
|
|
%_datadir/%name/pxe-rtl8139.rom
|
|
|
|
%_datadir/%name/pxe-virtio.rom
|
2014-03-20 01:26:56 +01:00
|
|
|
%_datadir/%name/efi-e1000.rom
|
|
|
|
%_datadir/%name/efi-eepro100.rom
|
|
|
|
%_datadir/%name/efi-pcnet.rom
|
|
|
|
%_datadir/%name/efi-ne2k_pci.rom
|
|
|
|
%_datadir/%name/efi-rtl8139.rom
|
|
|
|
%_datadir/%name/efi-virtio.rom
|
2014-06-02 20:08:59 +02:00
|
|
|
%endif
|
2013-09-13 23:59:15 +02:00
|
|
|
|
2012-06-10 14:13:56 +02:00
|
|
|
%files tools
|
|
|
|
%defattr(-, root, root)
|
2012-06-26 10:33:26 +02:00
|
|
|
%doc %_mandir/man1/qemu-img.1.gz
|
2012-09-09 19:55:25 +02:00
|
|
|
%doc %_mandir/man1/virtfs-proxy-helper.1.gz
|
2012-06-26 10:33:26 +02:00
|
|
|
%doc %_mandir/man8/qemu-nbd.8.gz
|
2016-01-19 19:31:32 +01:00
|
|
|
%_bindir/ivshmem-client
|
|
|
|
%_bindir/ivshmem-server
|
2012-06-10 14:13:56 +02:00
|
|
|
%_bindir/qemu-io
|
2012-06-26 10:33:26 +02:00
|
|
|
%_bindir/qemu-img
|
|
|
|
%_bindir/qemu-nbd
|
2012-09-09 19:55:25 +02:00
|
|
|
%_bindir/virtfs-proxy-helper
|
2016-01-19 19:31:32 +01:00
|
|
|
#%_bindir/vscclient
|
2012-06-15 17:39:33 +02:00
|
|
|
%verify(not mode) %_libexecdir/qemu-bridge-helper
|
2012-06-26 10:33:26 +02:00
|
|
|
%dir %_sysconfdir/%name
|
2012-06-10 14:13:56 +02:00
|
|
|
%config %_sysconfdir/%name/bridge.conf
|
2015-04-09 15:38:04 +02:00
|
|
|
%dir %_libdir/%name
|
2012-06-10 14:13:56 +02:00
|
|
|
|
2012-06-26 10:33:26 +02:00
|
|
|
%files guest-agent
|
|
|
|
%defattr(-, root, root)
|
2016-01-19 19:31:32 +01:00
|
|
|
%doc %_mandir/man8/qemu-ga.8.gz
|
2012-06-26 10:33:26 +02:00
|
|
|
%attr(755,root,kvm) %_bindir/qemu-ga
|
2014-03-19 15:11:16 +01:00
|
|
|
%if 0%{?with_systemd}
|
2015-11-19 14:51:50 +01:00
|
|
|
%{_unitdir}/qemu-ga.service
|
2015-11-22 23:46:13 +01:00
|
|
|
%endif
|
2015-11-19 14:51:50 +01:00
|
|
|
%{_udevrulesdir}/80-qemu-ga.rules
|
|
|
|
|
2015-11-22 23:46:13 +01:00
|
|
|
%if 0%{?with_systemd}
|
2014-03-19 15:11:16 +01:00
|
|
|
%files ksm
|
2014-03-26 22:08:55 +01:00
|
|
|
%defattr(-, root, root)
|
2014-03-19 15:11:16 +01:00
|
|
|
%{_unitdir}/ksm.service
|
|
|
|
%endif
|
|
|
|
|
2015-04-12 11:13:49 +02:00
|
|
|
%else # qemu-testsuite
|
|
|
|
%doc %_datadir/qemu/check-report.xml
|
|
|
|
%if 0%{?suse_version} >= 1310
|
|
|
|
%doc %_datadir/qemu/check-report.html
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
%changelog
|