# # spec file for package qemu # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 https://bugs.opensuse.org/ # %define build_x86_fw_from_source 0 %define build_slof_from_source 0 %if "%{?distribution}" == "" %define distro private-build %else %define distro %{distribution} %endif %ifarch %ix86 x86_64 # choice of building all from source or using provided binary x86 blobs %if 0%{?suse_version} >= 1310 %define build_x86_fw_from_source 1 %endif %endif %ifarch ppc64 %define build_slof_from_source 1 %endif %ifarch ppc64le %if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 %define build_slof_from_source 1 %endif %endif %ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64 %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 %if 0%{?suse_version} >= 1210 %define with_systemd 1 %endif %define noarch_supported 1110 %ifarch x86_64 %if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && ( 0%{?is_opensuse} == 0 || 0%{?sle_version} > 120100 ) ) %define with_rbd 1 %endif %endif %ifarch aarch64 %define with_rbd 1 %endif %if 0%{?suse_version} > 1320 %define with_seccomp 1 %endif %ifarch %ix86 x86_64 %define with_seccomp 1 %endif Name: qemu Url: https://www.qemu.org/ Summary: Universal CPU emulator License: BSD-3-Clause and GPL-2.0-only and GPL-2.0-or-later and LGPL-2.1-or-later and MIT Group: System/Emulators/PC QEMU_VERSION Release: 0 Source: https://wiki.qemu.org/download/qemu-2.6.2.tar.bz2 Source99: https://wiki.qemu.org/download/qemu-2.6.2.tar.bz2.sig Source1: 80-kvm.rules Source2: qemu-ifup Source3: kvm.conf Source4: qemu-kvm.1.gz Source5: 60-kvm.rules Source6: supported.x86.txt Source7: 80-qemu-ga.rules Source8: qemu-ga.service Source9: 60-kvm.x86.rules Source10: supported.s390.txt Source11: supported.arm.txt Source12: supported.ppc.txt # Upstream First -- https://wiki.qemu-project.org/Contribute/SubmitAPatch # This patch queue is auto-generated from https://gitlab.suse.de/virtualization/qemu PATCH_FILES # Please do not add QEMU patches manually here. # Run update_git.sh to regenerate this queue. %if %{build_x86_fw_from_source} # roms/seabios patches (and sea-vgabios) Patch1000: seabios_128kb.patch Patch1001: seabios-acpi_extract-Move-main-code-to-new-function-main.patch Patch1002: seabios-acpi_extract-Make-the-generated-.hex-files-more-huma.patch Patch1003: seabios-acpi_extract-Don-t-generate-unused-and-empty-q35-acp.patch Patch1004: seabios-acpi-Don-t-build-SSDT-files-on-every-build-store-the.patch Patch1005: seabios-acpi-acpi-Remove-build-check-for-iasl.patch # end roms/seabios patches (and sea-vgabios) # roms/ipxe patches 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 Patch1107: ipxe-efi-fix-garbage-bytes-in-device-path.patch Patch1108: ipxe-efi-fix-uninitialised-data-in-HII.patch # end roms/ipxe patches # roms/sgabios patches # end roms/sgabios patches %endif %if %{build_slof_from_source} # roms/SLOF patches Patch1300: slof_xhci.patch # end roms/SLOF patches %endif # this is to make lint happy Source300: rpmlintrc Source302: bridge.conf Source400: update_git.sh ExcludeArch: s390 %if "%{name}" == "qemu-testsuite" ExcludeArch: s390x %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: SDL-devel BuildRequires: alsa-devel %if 0%{?build_x86_fw_from_source} BuildRequires: binutils-devel %endif BuildRequires: bluez-devel %if 0%{?suse_version} >= 1130 BuildRequires: brlapi-devel %endif BuildRequires: curl-devel BuildRequires: cyrus-sasl-devel BuildRequires: e2fsprogs-devel BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: glib2-devel %if 0%{?suse_version} >= 1220 BuildRequires: gtk3-devel %else BuildRequires: gtk2-devel %endif BuildRequires: libaio BuildRequires: libaio-devel BuildRequires: libattr-devel %if 0%{?is_opensuse} BuildRequires: libcacard-devel %endif BuildRequires: libcap-devel BuildRequires: libcap-ng-devel BuildRequires: libdrm-devel %if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} > 120100 ) BuildRequires: libepoxy-devel %endif %if 0%{?suse_version} >= 1310 # 12.3 and earlier don't ship a compatible libfdt; use the bundled one there BuildRequires: libfdt1-devel %endif BuildRequires: libgbm-devel BuildRequires: libgcrypt-devel BuildRequires: libgnutls-devel %if 0%{?suse_version} >= 1315 BuildRequires: libibverbs-devel %endif %if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} > 120100 ) BuildRequires: libiscsi-devel %endif BuildRequires: libjpeg-devel %ifarch %ix86 aarch64 %if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 BuildRequires: libnuma-devel %endif %else %ifnarch %arm s390x BuildRequires: libnuma-devel %endif %endif BuildRequires: libpcap-devel BuildRequires: libpixman-1-0-devel BuildRequires: libpng-devel BuildRequires: libpulse-devel %if 0%{?with_rbd} %if 0%{?is_opensuse} BuildRequires: librbd-devel %else %if 0%{?sle_version} < 120200 # SLE12SP1 and before name it ceph-devel BuildRequires: ceph-devel %else # SLE12SP2 and beyond name it librbd-devel BuildRequires: librbd-devel %endif %endif %endif %if 0%{?suse_version} >= 1315 BuildRequires: librdmacm-devel %endif %if 0%{?with_seccomp} BuildRequires: libseccomp-devel %endif %if 0%{?suse_version} > 1140 BuildRequires: libssh2-devel %endif %if 0%{?suse_version} > 1310 BuildRequires: libusb-1_0-devel %endif BuildRequires: libvdeplug3-devel BuildRequires: lzo-devel %if 0%{?suse_version} > 1220 BuildRequires: makeinfo %endif BuildRequires: Mesa-devel BuildRequires: ncurses-devel %if 0%{?build_x86_fw_from_source} BuildRequires: ovmf-tools %endif BuildRequires: pkgconfig BuildRequires: pwdutils BuildRequires: python %if 0%{?suse_version} >= 1310 BuildRequires: snappy-devel %endif %if 0%{?with_systemd} %{?systemd_requires} BuildRequires: systemd %endif %if 0%{?kvm_available} BuildRequires: pkgconfig(udev) %if 0%( pkg-config --exists 'udev > 190' && echo '1' ) == 01 %define _udevrulesdir /usr/lib/udev/rules.d %else %define _udevrulesdir /lib/udev/rules.d %endif Recommends: python-curses %endif %if 0%{?sles_version} != 11 BuildRequires: usbredir-devel %endif %if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} > 120100 ) BuildRequires: virglrenderer-devel >= 0.4.1 %endif %if 0%{?suse_version} >= 1210 %if 0%{?suse_version} >= 1220 BuildRequires: vte-devel %else BuildRequires: vte2-devel %endif %endif %ifarch x86_64 BuildRequires: xen-devel %endif BuildRequires: xfsprogs-devel %if 0%{?build_x86_fw_from_source} BuildRequires: xz-devel %endif BuildRequires: zlib-devel %if 0%{?suse_version} >= 1140 %ifarch %ix86 x86_64 BuildRequires: libspice-server-devel BuildRequires: spice-protocol-devel %endif %endif %if "%{name}" == "qemu-testsuite" BuildRequires: bc BuildRequires: qemu-arm = %version BuildRequires: qemu-extra = %version BuildRequires: qemu-guest-agent = %version BuildRequires: qemu-ppc = %version BuildRequires: qemu-s390 = %version BuildRequires: qemu-tools = %version BuildRequires: qemu-x86 = %version %endif Requires(pre): pwdutils Requires(post): coreutils %if %{kvm_available} Requires(post): udev %ifarch s390x Requires(post): procps %endif %endif %if 0%{?with_systemd} %ifarch s390x %{?systemd_requires} %endif %endif Recommends: qemu-block-curl Recommends: qemu-block-iscsi %if 0%{?with_rbd} Recommends: qemu-block-rbd %endif Recommends: qemu-block-ssh Recommends: qemu-tools 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 Suggests: qemu-block-dmg Suggests: qemu-extra Suggests: qemu-lang %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 %define built_firmware_files {bios.bin bios-256k.bin sgabios.bin vgabios.bin \ vgabios-cirrus.bin vgabios-stdvga.bin vgabios-virtio.bin vgabios-vmware.bin \ vgabios-qxl.bin optionrom/linuxboot.bin optionrom/multiboot.bin \ optionrom/kvmvapic.bin 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}} %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. %if "%{name}" != "qemu-testsuite" %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. %if 0%{?legacy_qemu_kvm} %package kvm Url: https://www.qemu.org Summary: Kernel-based Virtual Machine Group: System/Emulators/PC %ifarch %ix86 x86_64 Requires: qemu-x86 = %version %endif %ifarch s390x Requires: qemu-s390 = %version %endif Provides: kvm = %version Obsoletes: kvm < %version %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 %package lang Summary: Universal CPU emulator -- Translations 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. # 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 \ Conflicts: qemu < %version-%release \ Conflicts: qemu > %version-%release \ Conflicts: qemu-tools < %version-%release \ Conflicts: qemu-tools > %version-%release %package block-curl Summary: Universal CPU emulator -- cURL block support Group: System/Emulators/PC Provides: qemu:%_libdir/%name/block-curl.so %{qemu_module_conflicts} %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. %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. %if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} > 120100 ) %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 iscsi based image files from qemu-img tool and QEMU system emulation. %endif %if 0%{?with_rbd} %package block-rbd Summary: Universal CPU emulator -- Ceph (rbd) block support Group: System/Emulators/PC %{qemu_module_conflicts} %description block-rbd 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 ceph (rbd,rados) image files. %endif %if 0%{?suse_version} > 1140 %package block-ssh Summary: Universal CPU emulator -- SSH block support Group: System/Emulators/PC %{qemu_module_conflicts} %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 %package tools Summary: Universal CPU emulator -- Tools Group: System/Emulators/PC Provides: qemu:%_libexecdir/qemu-bridge-helper Requires(pre): shadow Requires(post): permissions Obsoletes: virt-utils Recommends: qemu-block-curl %if 0%{?with_rbd} Recommends: qemu-block-rbd %endif %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 Requires(post): udev %if 0%{?with_systemd} %{?systemd_requires} %endif %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. %ifarch %ix86 x86_64 %package seabios Summary: X86 BIOS for QEMU Group: System/Emulators/PC SEABIOS_VERSION Release: 0 %if 0%{?suse_version} > %{noarch_supported} BuildArch: noarch %endif Conflicts: qemu < 1.6.0 %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 SEABIOS_VERSION Release: 0 %if 0%{?suse_version} > %{noarch_supported} BuildArch: noarch %endif Conflicts: qemu < 1.6.0 %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 %if 0%{?suse_version} > %{noarch_supported} BuildArch: noarch %endif Conflicts: qemu < 1.6.0 %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 %if 0%{?suse_version} > %{noarch_supported} BuildArch: noarch %endif Conflicts: qemu < 1.6.0 %description ipxe Preboot Execution Environment (PXE) ROM support for various emulated network adapters available with QEMU. %endif %endif # !qemu-testsuite %prep %setup -q -n qemu-2.6.2 PATCH_EXEC %if 0%{?build_x86_fw_from_source} pushd roms/seabios %patch1000 -p1 %patch1001 -p1 %patch1002 -p1 %patch1003 -p1 %patch1004 -p1 %patch1005 -p1 popd pushd roms/ipxe %patch1100 -p1 %patch1101 -p1 %patch1102 -p1 %patch1103 -p1 %patch1104 -p1 %patch1105 -p1 %patch1106 -p1 %patch1107 -p1 %patch1108 -p1 popd # as a safeguard, delete the firmware files that we intend to build for i in %built_firmware_files do %{__rm} -f pc-bios/$i done %endif %if 0%{?build_slof_from_source} pushd roms/SLOF %patch1300 -p1 popd %{__rm} -f pc-bios/slof.bin %endif %build ./configure \ --prefix=%_prefix \ --sysconfdir=%_sysconfdir \ --libdir=%_libdir \ --libexecdir=%_libexecdir \ --localstatedir=%_localstatedir \ --extra-cflags="%{optflags}" \ --disable-stack-protector \ --disable-strip \ --with-pkgversion="%(echo '%{distro}' | sed 's/ (.*)//')" \ --enable-system --disable-linux-user \ --enable-tools --enable-guest-agent \ --enable-modules \ --enable-pie \ --enable-docs \ --audio-drv-list="pa alsa sdl oss" \ --disable-archipelago \ --enable-attr \ --enable-bluez \ %if 0%{?suse_version} >= 1130 --enable-brlapi \ %else --disable-brlapi \ %endif --enable-bzip2 \ --enable-cap-ng \ --enable-coroutine-pool \ --enable-curl \ --enable-curses \ --enable-fdt \ --enable-gcrypt \ --disable-glusterfs \ --enable-gnutls \ --enable-gtk \ %if 0%{?suse_version} >= 1220 --with-gtkabi=3.0 \ %else --with-gtkabi=2.0 \ %endif %if 0%{?kvm_available} --enable-kvm \ %else --disable-kvm \ %endif %if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} > 120100 ) --enable-libiscsi \ %else --disable-libiscsi \ %endif --disable-libnfs \ %if 0%{?suse_version} > 1140 --enable-libssh2 \ %else --disable-libssh2 \ %endif %if 0%{?suse_version} > 1310 --enable-libusb \ %else --disable-libusb \ %endif --enable-linux-aio \ --enable-lzo \ --disable-netmap \ %ifarch %ix86 aarch64 %if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 --enable-numa \ %else --disable-numa \ %endif %else %ifarch %arm s390x --disable-numa \ %else --enable-numa \ %endif %endif %if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} > 120100 ) --enable-opengl \ %endif %if 0%{?with_rbd} --enable-rbd \ %else --disable-rbd \ %endif %if 0%{?suse_version} >= 1315 --enable-rdma \ %else --disable-rdma \ %endif --enable-sdl \ %if 0%{?suse_version} >= 1320 --with-sdlabi=2.0 \ %else --with-sdlabi=1.2 \ %endif %if 0%{?with_seccomp} --enable-seccomp \ %else --disable-seccomp \ %endif %if 0%{?is_opensuse} --enable-smartcard \ %endif %if 0%{?suse_version} >= 1310 --enable-snappy \ %else --disable-snappy \ %endif %if 0%{?suse_version} >= 1140 %ifarch %ix86 x86_64 --enable-spice \ %else --disable-spice \ %endif %else --disable-spice \ %endif --enable-tpm \ %if 0%{?sles_version} != 11 --enable-usb-redir \ %else --disable-usb-redir \ %endif --enable-uuid \ --enable-vde \ --enable-vhdx \ --enable-vhost-net \ %if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} > 120100 ) --enable-virglrenderer \ %endif --enable-virtfs \ --enable-vnc \ --enable-vnc-jpeg \ --enable-vnc-png \ --enable-vnc-sasl \ %if 0%{?suse_version} == 1320 --disable-vte \ %else --enable-vte \ %endif %ifarch x86_64 --enable-xen \ --enable-xen-pci-passthrough \ --enable-xen-pv-domain-build \ %else --disable-xen \ %endif --enable-xfsctl \ %if "%{name}" != "qemu-testsuite" make %{?_smp_mflags} V=1 # Firmware %if 0%{?build_x86_fw_from_source} # sizes produced are ok for migration except pxe, which needs help (see below) make %{?_smp_mflags} -C roms bios make %{?_smp_mflags} -C roms seavgabios make %{?_smp_mflags} -C roms pxerom %ifarch x86_64 make %{?_smp_mflags} -C roms efirom %endif make -C roms sgabios # enforce pxe rom sizes for migration compatability from SLE 11 SP3 forward # the following need to be > 64K %define supported_nics_large {e1000 rtl8139} # the following need to be <= 64K %define supported_nics_small {virtio} # Though not required, make unsupported pxe roms migration compatable as well %define unsupported_nics {eepro100 ne2k_pci pcnet} for i in %supported_nics_large %unsupported_nics do if test "`stat -c '%s' pc-bios/pxe-$i.rom`" -gt "131072" ; then echo "pxe rom is too large" exit 1 fi if test "`stat -c '%s' pc-bios/pxe-$i.rom`" -le "65536" ; then ./roms/ipxe/src/util/padimg.pl pc-bios/pxe-$i.rom -s 65536 -b 255 echo -ne "SEGMENT OVERAGE\0" >> pc-bios/pxe-$i.rom fi done for i in %supported_nics_small do if test "`stat -c '%s' pc-bios/pxe-$i.rom`" -gt "65536" ; then echo "pxe rom is too large" exit 1 fi done %endif %if 0%{?build_slof_from_source} make %{?_smp_mflags} -C roms slof %endif %ifarch s390x cp pc-bios/s390-ccw/s390-ccw.img pc-bios/s390-ccw.img %endif %else # qemu-testsuite ln -s %{_bindir}/qemu-img qemu-img ln -s %{_bindir}/qemu-ga qemu-ga %if 0%{?build_x86_fw_from_source} for i in %built_firmware_files do ln -s %{_datadir}/qemu/$i pc-bios/$i done %endif 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 # 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) %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 %endif %check %if "%{name}" == "qemu-testsuite" %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? # 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 popd # 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 %install %if "%{name}" != "qemu-testsuite" make install DESTDIR=%{buildroot} %{__rm} -fr %{buildroot}%{_datadir}/doc %if ! 0%{?build_x86_fw_from_source} for f in acpi-dsdt.aml bios-256k.bin bios.bin efi-*.rom pxe-*.rom sgabios.bin \ vgabios-cirrus.bin vgabios-qxl.bin vgabios-stdvga.bin vgabios-virtio.bin \ vgabios-vmware.bin vgabios.bin; do %{__rm} -f %{buildroot}%{_datadir}/%name/$f done %endif %{__install} -D -m 0644 %{SOURCE302} %{buildroot}%{_sysconfdir}/qemu/bridge.conf %{__install} -D -m 0755 %{SOURCE2} %{buildroot}%{_datadir}/%name/qemu-ifup %{__install} -D -m 0644 %{SOURCE6} %{buildroot}%{_docdir}/qemu-x86/supported.txt %{__install} -D -m 0644 %{SOURCE10} %{buildroot}%{_docdir}/qemu-s390/supported.txt %{__install} -D -m 0644 %{SOURCE11} %{buildroot}%{_docdir}/qemu-arm/supported.txt %{__install} -D -m 0644 %{SOURCE12} %{buildroot}%{_docdir}/qemu-ppc/supported.txt %find_lang %name %if 0%{?legacy_qemu_kvm} cat > %{buildroot}%{_bindir}/qemu-kvm << 'EOF' #!/bin/sh %ifarch s390x exec %{_bindir}/qemu-system-s390x -machine accel=kvm "$@" %else exec %{_bindir}/qemu-system-x86_64 -machine accel=kvm "$@" %endif EOF chmod 755 %{buildroot}%{_bindir}/qemu-kvm %ifarch s390x mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d cat > %{buildroot}%{_sysconfdir}/sysctl.d/50-allow-kvm-on-s390x.conf <<- 'EOF' # To allow KVM to run on s390x, we need to set the sysctl below vm.allocate_pgste = 1 EOF chmod 644 %{buildroot}%{_sysconfdir}/sysctl.d/50-allow-kvm-on-s390x.conf %endif %{__install} -D -m 0644 %{SOURCE4} %{buildroot}%{_mandir}/man1/qemu-kvm.1.gz %{__install} -d %{buildroot}%{_docdir}/qemu-kvm %ifarch s390x ln -s ../qemu-s390/supported.txt %{buildroot}%{_docdir}/qemu-kvm/kvm-supported.txt %else ln -s ../qemu-x86/supported.txt %{buildroot}%{_docdir}/qemu-kvm/kvm-supported.txt %endif %endif %if 0%{?kvm_available} %{__install} -D -m 0755 scripts/kvm/kvm_stat %{buildroot}%{_bindir}/kvm_stat %{__install} -D -m 0644 kvm_stat.1 %{buildroot}%{_mandir}/man1/kvm_stat.1 %if 0%{?suse_version} >= 1230 %{__install} -D -m 0644 %{SOURCE1} %{buildroot}%{_udevrulesdir}/80-kvm.rules %else %ifarch %ix86 x86_64 %{__install} -D -m 0644 %{SOURCE9} %{buildroot}%{_udevrulesdir}/60-kvm.rules %else %{__install} -D -m 0644 %{SOURCE5} %{buildroot}%{_udevrulesdir}/60-kvm.rules %endif %endif %endif %{__install} -D -m 0644 %{SOURCE7} %{buildroot}%{_udevrulesdir}/80-qemu-ga.rules %if 0%{?with_systemd} %{__install} -D -m 0644 %{SOURCE8} %{buildroot}%{_unitdir}/qemu-ga.service %ifarch s390x %{__install} -D -m 0644 %{SOURCE3} %{buildroot}%{_libexecdir}/modules-load.d/kvm.conf %endif %endif %fdupes -s %{buildroot} %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 %endif %if "%{name}" != "qemu-testsuite" %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 %if 0%{?kvm_available} %post # Do not execute operations affecting host devices while running in a chroot if [ $(stat -L -c "%i" /proc/1/root/) = $(stat -L -c "%i" /) ]; then setfacl --remove-all /dev/kvm &> /dev/null || : %if 0%{?with_systemd} %ifarch s390x if [ -c /dev/kvm ]; then %{_bindir}/chmod 666 /dev/kvm %{_bindir}/chgrp kvm /dev/kvm fi %endif %udev_rules_update %_bindir/udevadm trigger -y kvm || : %else /sbin/udevadm control --reload-rules || : /sbin/udevadm trigger -y kvm || : %endif %ifarch s390x sysctl vm.allocate_pgste=1 || : %endif fi %endif %if 0%{?suse_version} >= 1130 %pre tools %{_bindir}/getent group kvm >/dev/null || %{_sbindir}/groupadd -r kvm 2>/dev/null %post tools %set_permissions %_libexecdir/qemu-bridge-helper %verifyscript tools %verify_permissions %_libexecdir/qemu-bridge-helper %endif %pre guest-agent %if 0%{?with_systemd} %service_add_pre qemu-ga.service %preun guest-agent %service_del_preun qemu-ga.service %post guest-agent %service_add_post qemu-ga.service if [ -e /dev/virtio-ports/org.qemu.guest_agent.0 ]; then /usr/bin/systemctl start qemu-ga.service || : fi %postun guest-agent %service_del_postun qemu-ga.service %endif %endif # !qemu-testsuite %files %defattr(-, root, root) %if "%{name}" != "qemu-testsuite" %doc Changelog README VERSION qemu-doc.html qemu-tech.html %license COPYING COPYING.LIB %doc qmp-commands.txt %_mandir/man1/qemu.1.gz %dir %_datadir/%name %_datadir/%name/keymaps %_datadir/%name/trace-events %_datadir/%name/qemu-icon.bmp %_datadir/%name/qemu-ifup %_datadir/%name/qemu_logo_no_text.svg %dir %_sysconfdir/%name %if 0%{?kvm_available} %_bindir/kvm_stat %_mandir/man1/kvm_stat.1.gz %if 0%{?suse_version} >= 1230 %{_udevrulesdir}/80-kvm.rules %else %{_udevrulesdir}/60-kvm.rules %endif %ifarch s390x %{_sysconfdir}/sysctl.d/50-allow-kvm-on-s390x.conf %if 0%{?with_systemd} %_libexecdir/modules-load.d/kvm.conf %endif %endif %endif %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 %dir %_docdir/qemu-x86 %_docdir/qemu-x86/supported.txt %files ppc %defattr(-, root, root) %_bindir/qemu-system-ppc %_bindir/qemu-system-ppc64 %_bindir/qemu-system-ppcemb %_datadir/%name/ppc_rom.bin %_datadir/%name/openbios-ppc %_datadir/%name/slof.bin %_datadir/%name/spapr-rtas.bin %_datadir/%name/u-boot.e500 %_datadir/%name/bamboo.dtb %_datadir/%name/petalogix-ml605.dtb %dir %_docdir/qemu-ppc %_docdir/qemu-ppc/supported.txt %files s390 %defattr(-, root, root) %_bindir/qemu-system-s390x %_datadir/%name/s390-ccw.img %dir %_docdir/qemu-s390 %_docdir/qemu-s390/supported.txt %files arm %defattr(-, root, root) %_bindir/qemu-system-arm %_bindir/qemu-system-aarch64 %dir %_docdir/qemu-arm %_docdir/qemu-arm/supported.txt %files extra %defattr(-, root, root) %_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 %_bindir/qemu-system-tricore %_bindir/qemu-system-unicore32 %_bindir/qemu-system-xtensa %_bindir/qemu-system-xtensaeb %_datadir/%name/palcode-clipper %_datadir/%name/openbios-sparc32 %_datadir/%name/openbios-sparc64 %_datadir/%name/petalogix-s3adsp1800.dtb %_datadir/%name/QEMU,cgthree.bin %_datadir/%name/QEMU,tcx.bin %if 0%{?legacy_qemu_kvm} %files kvm %defattr(-,root,root) %_bindir/qemu-kvm %_mandir/man1/qemu-kvm.1.gz %dir %_docdir/qemu-kvm %_docdir/qemu-kvm/kvm-supported.txt %endif %files block-curl %defattr(-, root, root) %dir %_libdir/%name %_libdir/%name/block-curl.so %files block-dmg %defattr(-, root, root) %_libdir/%name/block-dmg.so %if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} > 120100 ) %files block-iscsi %defattr(-, root, root) %_libdir/%name/block-iscsi.so %endif %if 0%{?with_rbd} %files block-rbd %defattr(-, root, root) %dir %_libdir/%name %_libdir/%name/block-rbd.so %endif %if 0%{?suse_version} > 1140 %files block-ssh %defattr(-, root, root) %dir %_libdir/%name %_libdir/%name/block-ssh.so %endif %files lang -f %name.lang %defattr(-, root, root) %if %{build_x86_fw_from_source} %files seabios %defattr(-, root, root) %_datadir/%name/bios.bin %_datadir/%name/bios-256k.bin %_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 %_datadir/%name/vgabios-virtio.bin %_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 %_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 %endif %files tools %defattr(-, root, root) %doc %_mandir/man1/qemu-img.1.gz %doc %_mandir/man1/virtfs-proxy-helper.1.gz %doc %_mandir/man8/qemu-nbd.8.gz %_bindir/ivshmem-client %_bindir/ivshmem-server %_bindir/qemu-io %_bindir/qemu-img %_bindir/qemu-nbd %_bindir/virtfs-proxy-helper %verify(not mode) %attr(4750,root,kvm) %_libexecdir/qemu-bridge-helper %dir %_sysconfdir/%name %config %_sysconfdir/%name/bridge.conf %files guest-agent %defattr(-, root, root) %doc %_mandir/man8/qemu-ga.8.gz %attr(755,root,root) %_bindir/qemu-ga %if 0%{?with_systemd} %{_unitdir}/qemu-ga.service %endif %{_udevrulesdir}/80-qemu-ga.rules %else # qemu-testsuite %doc %_datadir/qemu/check-report.xml %if 0%{?suse_version} >= 1310 %doc %_datadir/qemu/check-report.html %endif %endif %changelog