# # spec file for package qemu # # Copyright (c) 2015 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 http://bugs.opensuse.org/ # %ifarch %ix86 x86_64 # choice of building all from source or using provided binary x86 blobs %if 0%{?suse_version} >= 1140 %define build_x86_fw_from_source 1 %else %define build_x86_fw_from_source 0 %endif %else %define build_x86_fw_from_source 0 %endif %ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x %arm 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 %define noarch_supported 1110 Name: qemu Url: http://www.qemu.org/ Summary: Universal CPU emulator License: BSD-3-Clause and GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and MIT Group: System/Emulators/PC QEMU_VERSION Release: 0 Source: http://wiki.qemu.org/download/%name-2.3.0-rc0.tar.bz2 Source99: http://wiki.qemu.org/download/%name-2.3.0-rc0.tar.bz2.sig Source1: 80-kvm.rules Source2: qemu-ifup Source3: kvm_stat Source4: qemu-kvm.1.gz Source5: 60-kvm.rules Source6: ksm.service Source7: 60-kvm.x86.rules # Upstream First -- http://wiki.qemu-project.org/Contribute/SubmitAPatch # This patch queue is auto-generated from https://github.com/openSUSE/qemu PATCH_FILES # Please do not add QEMU patches manually here. # Run update_git.sh to regenerate this queue. # SeaBIOS %if %{build_x86_fw_from_source} # PATCH-FIX-OPENSUSE seabios_128kb.patch brogers@suse.com -- make it fit Patch1000: seabios_128kb.patch # PATCH-FIX-UPSTREAM seabios_checkrom_typo.patch afaerber@suse.de -- tidy error message Patch1001: seabios_checkrom_typo.patch %endif # this is to make lint happy Source300: qemu-rpmlintrc Source302: bridge.conf Source400: update_git.sh BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: SDL-devel BuildRequires: alsa-devel BuildRequires: bluez-devel %if 0%{?suse_version} >= 1130 BuildRequires: brlapi-devel %endif BuildRequires: curl-devel BuildRequires: cyrus-sasl-devel %if %{build_x86_fw_from_source} BuildRequires: iasl %endif 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 BuildRequires: libcap-devel BuildRequires: libcap-ng-devel %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: libgnutls-devel %if 0%{?suse_version} >= 1315 BuildRequires: libibverbs-devel %endif BuildRequires: libjpeg-devel BuildRequires: libpcap-devel BuildRequires: libpixman-1-0-devel BuildRequires: libpng-devel BuildRequires: libpulse-devel %if 0%{?suse_version} >= 1315 BuildRequires: librdmacm-devel %endif BuildRequires: libtool %if 0%{?suse_version} > 1310 BuildRequires: libusb-devel %endif BuildRequires: libvdeplug3-devel %if 0%{?suse_version} > 1220 BuildRequires: makeinfo %endif BuildRequires: mozilla-nss-devel BuildRequires: ncurses-devel BuildRequires: pwdutils BuildRequires: python %if 0%{?suse_version} >= 1210 BuildRequires: systemd %{?systemd_requires} %define with_systemd 1 %endif %if %{kvm_available} BuildRequires: udev %if %( echo `rpm -q --queryformat %%{version} udev` ) > 190 %define _udevrulesdir /usr/lib/udev/rules.d %else %define _udevrulesdir /lib/udev/rules.d %endif %endif %if 0%{?sles_version} != 11 BuildRequires: usbredir-devel %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: zlib-devel %if 0%{?suse_version} >= 1140 %ifarch %ix86 x86_64 BuildRequires: libspice-server-devel BuildRequires: spice-protocol-devel %endif %endif Requires: /usr/sbin/groupadd Requires: pwdutils Requires: timezone Recommends: qemu-block-curl 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-extra Suggests: qemu-lang %if 0%{?suse_version} >= 1210 Recommends: qemu-ksm = %{version} %endif %define built_firmware_files {acpi-dsdt.aml bios.bin bios-256k.bin \ q35-acpi-dsdt.aml sgabios.bin vgabios.bin vgabios-cirrus.bin \ vgabios-stdvga.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} %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. %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 %{legacy_qemu_kvm} %package kvm Url: http://www.linux-kvm.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 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 %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. %package block-curl Summary: Universal CPU emulator -- cURL block support Group: System/Emulators/PC Provides: qemu:%_libdir/%name/block-curl.so # Needs to match {qemu-system-*,qemu-img} >= 2.0.0, but is optional. Conflicts: qemu < %version Conflicts: qemu > %version Conflicts: qemu-tools < %version Conflicts: qemu-tools > %version %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 tools Summary: Universal CPU emulator -- Tools Group: System/Emulators/PC Provides: qemu:%_libexecdir/qemu-bridge-helper Obsoletes: libcacard <= 0.1.2 Provides: libcacard PreReq: permissions Recommends: qemu-block-curl %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 %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 %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 %prep %setup -q -n %name-2.3.0-rc0 PATCH_EXEC %if %{build_x86_fw_from_source} pushd roms/seabios %patch1000 -p1 %patch1001 -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 %build ./configure --prefix=%_prefix --sysconfdir=%_sysconfdir \ --libdir=%_libdir \ --libexecdir=%_libexecdir \ --localstatedir=%_localstatedir \ --extra-cflags="%{optflags}" \ --disable-strip \ --enable-system --disable-linux-user \ --enable-tools --enable-guest-agent \ --enable-pie \ --enable-docs \ --audio-drv-list="pa alsa sdl oss" \ %if 0%{?suse_version} >= 1130 --enable-brlapi \ %endif --enable-cap-ng \ --enable-curl \ --enable-curses \ --enable-gtk \ %if 0%{?suse_version} >= 1220 --with-gtkabi=3.0 \ %endif %if %{kvm_available} --enable-kvm \ %endif --enable-linux-aio \ --enable-modules \ %if 0%{?suse_version} >= 1315 --enable-rdma \ %endif --enable-sdl \ --with-sdlabi=1.2 \ --enable-smartcard-nss \ %if 0%{?suse_version} >= 1140 %ifarch %ix86 x86_64 --enable-spice \ %else --disable-spice \ %endif %else --disable-spice \ %endif %if 0%{?suse_version} > 1310 --enable-libusb \ %endif %if 0%{?sles_version} != 11 --enable-usb-redir \ %endif --enable-vde \ --enable-virtfs \ --enable-virtio-blk-data-plane \ --enable-vnc-jpeg \ --enable-vnc-png \ --enable-vnc-sasl \ --enable-vnc-tls \ --enable-vnc-ws \ %ifarch x86_64 --enable-xen \ %endif make %{?_smp_mflags} V=1 # Firmware %if %{build_x86_fw_from_source} make -C roms bios make -C roms seavgabios make -C roms pxerom make -C roms sgabios %endif %ifarch s390x cp pc-bios/s390-ccw/s390-ccw.img pc-bios/s390-ccw.img %endif %check make check V=1 %install make install DESTDIR=$RPM_BUILD_ROOT rm -fr $RPM_BUILD_ROOT/%_datadir/doc rm $RPM_BUILD_ROOT/%_libdir/libcacard* rm $RPM_BUILD_ROOT/%_libdir/pkgconfig/libcacard.pc rm -fr $RPM_BUILD_ROOT/%_prefix/include/cacard %if ! %{build_x86_fw_from_source} for f in acpi-dsdt.aml q35-acpi-dsdt.aml bios-256k.bin bios.bin efi-*.rom pxe-*.rom sgabios.bin \ vgabios-cirrus.bin vgabios-qxl.bin vgabios-stdvga.bin vgabios-vmware.bin vgabios.bin; do rm $RPM_BUILD_ROOT/%_datadir/%name/$f done %endif install -D -m 644 %{SOURCE302} $RPM_BUILD_ROOT/%{_sysconfdir}/qemu/bridge.conf %find_lang %name %if %{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 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} %if 0%{?suse_version} >= 1230 install -D -m 644 %{SOURCE1} %{buildroot}%{_udevrulesdir}/80-kvm.rules %else %ifarch %ix86 x86_64 install -D -m 644 %{SOURCE7} %{buildroot}%{_udevrulesdir}/60-kvm.rules %else install -D -m 644 %{SOURCE5} %{buildroot}%{_udevrulesdir}/60-kvm.rules %endif %endif %endif install -D -p -m 0644 %{SOURCE6} %{buildroot}%{_unitdir}/ksm.service %fdupes -s $RPM_BUILD_ROOT %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 %pre guest-agent %{_bindir}/getent group kvm >/dev/null || %{_sbindir}/groupadd -r kvm 2>/dev/null %if %{kvm_available} %post %if 0%{?with_systemd} %udev_rules_update %else if [ "$(readlink -f /proc/1/root)" = "/" ]; then /sbin/udevadm control --reload-rules || : /sbin/udevadm trigger || : fi %endif %endif %if 0%{?suse_version} >= 1130 %post tools %set_permissions %_libexecdir/qemu-bridge-helper %verifyscript tools %verify_permissions %_libexecdir/qemu-bridge-helper %endif %if 0%{?with_systemd} %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 %files %defattr(-, root, root) %dir %_libdir/%name %doc COPYING COPYING.LIB Changelog README VERSION qemu-doc.html qemu-tech.html %doc %_mandir/man1/qemu.1.gz %dir %_datadir/%name %_datadir/%name/keymaps %_datadir/%name/trace-events %_datadir/%name/qemu-icon.bmp %_datadir/%name/qemu_logo_no_text.svg %dir %_sysconfdir/%name %if %{kvm_available} %if 0%{?suse_version} >= 1230 %{_udevrulesdir}/80-kvm.rules %else %{_udevrulesdir}/60-kvm.rules %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 %config %_sysconfdir/%name/target-x86_64.conf %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 %files s390 %defattr(-, root, root) %_bindir/qemu-system-s390x %_datadir/%name/s390-zipl.rom %_datadir/%name/s390-ccw.img %files arm %defattr(-, root, root) %_bindir/qemu-system-arm %_bindir/qemu-system-aarch64 %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 %{legacy_qemu_kvm} %files kvm %defattr(-,root,root) %_bindir/qemu-kvm %_bindir/kvm_stat %_datadir/qemu/qemu-ifup %_mandir/man1/qemu-kvm.1.gz %endif %files block-curl %defattr(-, root, root) %dir %_libdir/%name %_libdir/%name/block-curl.so %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 %_datadir/%name/q35-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-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/qemu-io %_bindir/qemu-img %_bindir/qemu-nbd %_bindir/virtfs-proxy-helper %_bindir/vscclient %verify(not mode) %_libexecdir/qemu-bridge-helper %dir %_sysconfdir/%name %config %_sysconfdir/%name/bridge.conf %files guest-agent %defattr(-, root, root) %attr(755,root,kvm) %_bindir/qemu-ga %if 0%{?with_systemd} %files ksm %defattr(-, root, root) %{_unitdir}/ksm.service %endif %changelog