diff --git a/0001-sgx-stub-fix.patch b/0001-sgx-stub-fix.patch deleted file mode 100644 index ff31973ab889f66c9260ba4b70b4c5cfa041af0a..0000000000000000000000000000000000000000 --- a/0001-sgx-stub-fix.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 509b6078631ad2437e1a452f749831e401fb8afb Mon Sep 17 00:00:00 2001 -From: Paolo Bonzini -Date: Tue, 1 Feb 2022 20:09:37 +0100 -Subject: [PATCH] target/i386: the sgx_epc_get_section stub is reachable -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -The sgx_epc_get_section stub is reachable from cpu_x86_cpuid. It -should not assert, instead it should just return true just like -the "real" sgx_epc_get_section does when SGX is disabled. - -Reported-by: Vladimír Beneš -Cc: qemu-stable@nongnu.org -Signed-off-by: Paolo Bonzini - -diff --git a/hw/i386/sgx-stub.c b/hw/i386/sgx-stub.c -index 26833eb233..16b1dfd90b 100644 ---- a/hw/i386/sgx-stub.c -+++ b/hw/i386/sgx-stub.c -@@ -34,5 +34,5 @@ void pc_machine_init_sgx_epc(PCMachineState *pcms) - - bool sgx_epc_get_section(int section_nr, uint64_t *addr, uint64_t *size) - { -- g_assert_not_reached(); -+ return true; - } diff --git a/0001-virtiofsd-Drop-membership-of-all-supplementary-groups.patch b/0001-virtiofsd-Drop-membership-of-all-supplementary-groups.patch deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/95-kvm-memlock.conf b/95-kvm-memlock.conf deleted file mode 100644 index 31d6d2a81b9260c1c80f3c15b0426f94455bf2ea..0000000000000000000000000000000000000000 --- a/95-kvm-memlock.conf +++ /dev/null @@ -1,12 +0,0 @@ -# The KVM HV implementation on Power can require a significant amount -# of unswappable memory (about half of which also needs to be host -# physically contiguous) to hold the guest's Hash Page Table (HPT) - -# roughly 1/64th of the guest's RAM size, minimum 16MiB. -# -# These limits allow unprivileged users to start smallish VMs, such as -# those used by libguestfs. -# -# https://bugzilla.redhat.com/show_bug.cgi?id=1293024 -# -* hard memlock 65536 -* soft memlock 65536 diff --git a/99-qemu-guest-agent.rules b/99-qemu-guest-agent.rules deleted file mode 100644 index 8a290abbd3e372c417b7cc3ccef37afb31b8935a..0000000000000000000000000000000000000000 --- a/99-qemu-guest-agent.rules +++ /dev/null @@ -1,2 +0,0 @@ -SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", \ - TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service" diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0026f7ddbb78bc0a70309d46ee104c10b8431c55 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Renamed to qemu diff --git a/README.tests b/README.tests deleted file mode 100644 index 9932773c9e6ee8a4803e9c2d6116aabf31275e75..0000000000000000000000000000000000000000 --- a/README.tests +++ /dev/null @@ -1,39 +0,0 @@ -qemu-kvm-tests README -===================== - -The qemu-kvm-tests rpm contains tests that can be used to verify the -functionality of the installed qemu-kvm package - -When installed, the files from this rpm will be arranged in the following -directory structure - -tests-src/ -├── README -├── scripts -│   ├── qemu.py -│   └── qmp -└── tests - ├── acceptance - ├── Makefile.include - └── qemu-iotests - -The tests/ directory within the tests-src/ directory is setup to remain a copy -of a subset of the tests/ directory from the QEMU source tree - -The avocado_qemu tests and qemu-iotests, along with files required for the -execution of the avocado_qemu tests (scripts/qemu.py and scripts/qmp/) will be -installed in a new location - /usr/lib64/qemu-kvm/tests-src/ - -avocado_qemu tests: -The avocado_qemu tests can be executed by running the following avocado command: -avocado run -p qemu_bin=/usr/libexec/qemu-kvm /usr/lib64/qemu-kvm/tests/acceptance/ -Avocado needs to be installed separately using either pip or from source as -Avocado is not being packaged for RHEL-8. - -qemu-iotests: -symlinks to corresponding binaries need to be created for QEMU_PROG, -QEMU_IO_PROG, QEMU_IMG_PROG, and QEMU_NBD_PROG before the iotests can be -executed. - -The primary purpose of this package is to make these tests available to be -executed as gating tests for the virt module in the RHEL-8 OSCI environment. diff --git a/bridge.conf b/bridge.conf deleted file mode 100644 index a573665d37fbc5246f9200e3a2de8be729d3e177..0000000000000000000000000000000000000000 --- a/bridge.conf +++ /dev/null @@ -1 +0,0 @@ -allow virbr0 diff --git a/kvm-x86.conf b/kvm-x86.conf deleted file mode 100644 index 3f7842a134f8514cdffa7bb05b418a3a73fd9a35..0000000000000000000000000000000000000000 --- a/kvm-x86.conf +++ /dev/null @@ -1,12 +0,0 @@ -# Setting modprobe kvm_intel/kvm_amd nested = 1 -# only enables Nested Virtualization until the next reboot or -# module reload. Uncomment the option applicable -# to your system below to enable the feature permanently. -# -# User changes in this file are preserved across upgrades. -# -# For Intel -#options kvm_intel nested=1 -# -# For AMD -#options kvm_amd nested=1 diff --git a/kvm.conf b/kvm.conf deleted file mode 100644 index 24e60e98e318505aad0b49a92c893e9cb52799e8..0000000000000000000000000000000000000000 --- a/kvm.conf +++ /dev/null @@ -1,3 +0,0 @@ -# -# User changes in this file are preserved across upgrades. -# diff --git a/qemu-7.2.4.tar.xz b/qemu-7.2.4.tar.xz deleted file mode 100644 index 5f2454c973291a3d58f3203cef336a4f771f14bc..0000000000000000000000000000000000000000 Binary files a/qemu-7.2.4.tar.xz and /dev/null differ diff --git a/qemu-ga.sysconfig b/qemu-ga.sysconfig deleted file mode 100644 index 42a818a1632fb6d1719b499fc442d69389020f0b..0000000000000000000000000000000000000000 --- a/qemu-ga.sysconfig +++ /dev/null @@ -1,19 +0,0 @@ -# This is a systemd environment file, not a shell script. -# It provides settings for "/lib/systemd/system/qemu-guest-agent.service". - -# Comma-separated blacklist of RPCs to disable, or empty list to enable all. -# -# You can get the list of RPC commands using "qemu-ga --blacklist='?'". -# There should be no spaces between commas and commands in the blacklist. -#BLACKLIST_RPC=guest-file-open,guest-file-close,guest-file-read,guest-file-write,guest-file-seek,guest-file-flush,guest-exec,guest-exec-status - -# Fsfreeze hook script specification. -# -# FSFREEZE_HOOK_PATHNAME=/dev/null : disables the feature. -# -# FSFREEZE_HOOK_PATHNAME=/path/to/executable : enables the feature with the -# specified binary or shell script. -# -# FSFREEZE_HOOK_PATHNAME= : enables the feature with the -# default value (invoke "qemu-ga --help" to interrogate). -FSFREEZE_HOOK_PATHNAME=/etc/qemu-ga/fsfreeze-hook diff --git a/qemu-guest-agent.service b/qemu-guest-agent.service deleted file mode 100644 index b3157d529a408ad58009324946b630bd25a68f9a..0000000000000000000000000000000000000000 --- a/qemu-guest-agent.service +++ /dev/null @@ -1,19 +0,0 @@ -[Unit] -Description=QEMU Guest Agent -BindsTo=dev-virtio\x2dports-org.qemu.guest_agent.0.device -After=dev-virtio\x2dports-org.qemu.guest_agent.0.device -IgnoreOnIsolate=True - -[Service] -UMask=0077 -EnvironmentFile=/etc/sysconfig/qemu-ga -ExecStart=/usr/bin/qemu-ga \ - --method=virtio-serial \ - --path=/dev/virtio-ports/org.qemu.guest_agent.0 \ - --blacklist=${BLACKLIST_RPC} \ - -F${FSFREEZE_HOOK_PATHNAME} -Restart=always -RestartSec=0 - -[Install] -WantedBy=dev-virtio\x2dports-org.qemu.guest_agent.0.device diff --git a/qemu.spec b/qemu.spec deleted file mode 100644 index fd9c2d05b334689f2db70c82dca788a531e62dea..0000000000000000000000000000000000000000 --- a/qemu.spec +++ /dev/null @@ -1,1811 +0,0 @@ -%define anolis_release 1 - -%bcond_with check - -%global libfdt_version 1.6.0 -%global libseccomp_version 2.4.0 -%global libusbx_version 1.0.23 -%global meson_version 0.58.2 -%global usbredir_version 0.7.1 -%global ipxe_version 20200823-5.git4bd064de - -%global have_memlock_limits 0 -%global need_qemu_kvm 0 -%ifarch x86_64 -%global kvm_package system-x86 -%global need_qemu_kvm 1 -%endif -%ifarch aarch64 -%global kvm_package system-aarch64 -%endif -%ifarch riscv64 -%global kvm_package system-riscv -%endif - -%global modprobe_kvm_conf %{_sourcedir}/kvm.conf -%ifarch x86_64 - %global modprobe_kvm_conf %{_sourcedir}/kvm-x86.conf -%endif - -%global tools_only 0 - -%global user_static 1 -%global user_static 0 - -%global have_kvm 0 -%if 0%{?kvm_package:1} -%global have_kvm 1 -%endif - -# Matches numactl ExcludeArch -%global have_numactl 1 - -# Matches spice ExclusiveArch -%global have_spice 0 -%ifarch x86_64 aarch64 -%global have_spice 1 -%endif - -# Matches xen ExclusiveArch -%global have_xen 0 - -%global have_liburing 1 - -%global have_virgl 0 - -%global have_pmem 0 -%ifarch x86_64 -%global have_pmem 1 -%endif - -%global have_jack 0 - -%global have_fdt 1 -%global have_opengl 1 -%global have_usbredir 1 -%global enable_werror 0 - - -# Matches edk2.spec ExclusiveArch -%global have_edk2 1 - -# All modules should be listed here. -%define have_block_rbd 0 - -%global have_block_gluster 1 - -%define have_block_nfs 0 - -%define have_librdma 1 - -%global _lto_cflags %{nil} - -%global firmwaredirs "%{_datadir}/qemu-firmware:%{_datadir}/ipxe/qemu:%{_datadir}/seavgabios:%{_datadir}/seabios:%{_datadir}/sgabios" - -%global qemudocdir %{_docdir}/%{name} -%define evr %{epoch}:%{version}-%{release} - -%define requires_block_curl Requires: %{name}-block-curl = %{evr} -%define requires_block_dmg Requires: %{name}-block-dmg = %{evr} -%if %{have_block_gluster} -%define requires_block_gluster Requires: %{name}-block-gluster = %{evr} -%define obsoletes_block_gluster %{nil} -%else -%define requires_block_gluster %{nil} -%define obsoletes_block_gluster Obsoletes: %{name}-block-gluster < %{evr} -%endif -%define requires_block_iscsi Requires: %{name}-block-iscsi = %{evr} -%if %{have_block_nfs} -%define requires_block_nfs Requires: %{name}-block-nfs = %{evr} -%define obsoletes_block_nfs %{nil} -%else -%define requires_block_nfs %{nil} -%define obsoletes_block_nfs Obsoletes: %{name}-block-nfs < %{evr} -%endif -%if %{have_block_rbd} -%define requires_block_rbd Requires: %{name}-block-rbd = %{evr} -%define obsoletes_block_rbd %{nil} -%else -%define requires_block_rbd %{nil} -%define obsoletes_block_rbd Obsoletes: %{name}-block-rbd < %{evr} -%endif -%define requires_block_ssh Requires: %{name}-block-ssh = %{evr} -%define requires_audio_alsa Requires: %{name}-audio-alsa = %{evr} -%define requires_audio_oss Requires: %{name}-audio-oss = %{evr} -%define requires_audio_pa Requires: %{name}-audio-pa = %{evr} -%define requires_char_baum Requires: %{name}-char-baum = %{evr} -%define requires_device_usb_host Requires: %{name}-device-usb-host = %{evr} -%define requires_device_usb_redirect Requires: %{name}-device-usb-redirect = %{evr} -%define requires_device_usb_smartcard Requires: %{name}-device-usb-smartcard = %{evr} -%define requires_ui_curses Requires: %{name}-ui-curses = %{evr} -%define requires_ui_gtk Requires: %{name}-ui-gtk = %{evr} -%define requires_ui_egl_headless Requires: %{name}-ui-egl-headless = %{evr} -%define requires_ui_opengl Requires: %{name}-ui-opengl = %{evr} -%define requires_device_display_virtio_gpu Requires: %{name}-device-display-virtio-gpu = %{evr} -%define requires_device_display_virtio_gpu_gl Requires: %{name}-device-display-virtio-gpu-gl = %{evr} -%define requires_device_display_virtio_gpu_pci Requires: %{name}-device-display-virtio-gpu-pci = %{evr} -%define requires_device_display_virtio_gpu_pci_gl Requires: %{name}-device-display-virtio-gpu-pci-gl = %{evr} -%define requires_device_display_virtio_gpu_ccw Requires: %{name}-device-display-virtio-gpu-ccw = %{evr} -%define requires_device_display_virtio_vga Requires: %{name}-device-display-virtio-vga = %{evr} -%define requires_device_display_virtio_vga_gl Requires: %{name}-device-display-virtio-vga-gl = %{evr} - -%if %{have_virgl} -%define requires_device_display_vhost_user_gpu Requires: %{name}-device-display-vhost-user-gpu = %{evr} -%define obsoletes_device_display_vhost_user_gpu %{nil} -%else -%define requires_device_display_vhost_user_gpu %{nil} -%define obsoletes_device_display_vhost_user_gpu Obsoletes: %{name}-device-display-vhost-user-gpu < %{evr} -%endif - -%if %{have_jack} -%define jack_drv jack, -%define requires_audio_jack Requires: %{name}-audio-jack = %{evr} -%else -%define requires_audio_jack %{nil} -%endif - -%define requires_audio_dbus Requires: %{name}-audio-dbus = %{evr} -%define requires_ui_dbus Requires: %{name}-ui-dbus = %{evr} - -%if %{have_spice} -%define requires_ui_spice_app Requires: %{name}-ui-spice-app = %{evr} -%define requires_ui_spice_core Requires: %{name}-ui-spice-core = %{evr} -%define requires_device_display_qxl Requires: %{name}-device-display-qxl = %{evr} -%define requires_audio_spice Requires: %{name}-audio-spice = %{evr} -%define requires_char_spice Requires: %{name}-char-spice = %{evr} -%else -%define requires_ui_spice_app %{nil} -%define requires_ui_spice_core %{nil} -%define requires_device_display_qxl %{nil} -%define requires_audio_spice %{nil} -%define requires_char_spice %{nil} -%endif - -%global requires_all_modules \ -%{requires_block_curl} \ -%{requires_block_dmg} \ -%{requires_block_gluster} \ -%{requires_block_iscsi} \ -%{requires_block_nfs} \ -%{requires_block_rbd} \ -%{requires_block_ssh} \ -%{requires_audio_alsa} \ -%{requires_audio_oss} \ -%{requires_audio_pa} \ -%{requires_audio_jack} \ -%{requires_audio_spice} \ -%{requires_ui_curses} \ -%{requires_ui_gtk} \ -%{requires_ui_egl_headless} \ -%{requires_ui_opengl} \ -%{requires_ui_spice_app} \ -%{requires_ui_spice_core} \ -%{requires_char_baum} \ -%{requires_char_spice} \ -%{requires_device_display_qxl} \ -%{requires_device_display_vhost_user_gpu} \ -%{requires_device_display_virtio_gpu} \ -%{requires_device_display_virtio_gpu_gl} \ -%{requires_device_display_virtio_gpu_pci} \ -%{requires_device_display_virtio_gpu_pci_gl} \ -%{requires_device_display_virtio_vga} \ -%{requires_device_display_virtio_vga_gl} \ -%{requires_device_usb_host} \ -%{requires_device_usb_redirect} \ -%{requires_device_usb_smartcard} \ - -# Modules which can be conditionally built -%global obsoletes_some_modules \ -%{obsoletes_block_gluster} \ -%{obsoletes_block_rbd} \ -%{obsoletes_device_display_vhost_user_gpu} \ -%{obsoletes_block_nfs} \ -Obsoletes: %{name}-system-lm32 <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-lm32-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-moxie <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-moxie-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-unicore32 <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-unicore32-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-alpha <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-avr <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-cris <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-m68k <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-microblaze <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-mips <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-nios2 <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-or1k <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-ppc <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-rx <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-s390x <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-sh4 <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-sparc <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-tricore <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-xtensa <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-alpha-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-avr-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-cris-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-m68k-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-microblaze-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-mips-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-nios2-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-or1k-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-ppc-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-rx-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-s390x-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-sh4-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-sparc-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-tricore-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-xtensa-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-hppa <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-system-hppa-core <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-ui-sdl <= %{epoch}:%{version}-%{release} \ -Obsoletes: %{name}-audio-sdl <= %{epoch}:%{version}-%{release} - - -Summary: QEMU is a FAST! processor emulator -Name: qemu -Version: 7.2.4 -Release: %{anolis_release}%{?dist} -Epoch: 2 -License: GPLv2 and BSD and MIT and CC-BY -URL: http://www.qemu.org/ - -Source0: https://download.qemu.org/%{name}-%{version}.tar.xz - -Source10: qemu-guest-agent.service -Source11: 99-qemu-guest-agent.rules -Source12: bridge.conf -Source17: qemu-ga.sysconfig -Source21: 95-kvm-memlock.conf -Source26: vhost.conf -Source27: kvm.conf -#Source30: kvm-s390x.conf -Source31: kvm-x86.conf -Source36: README.tests - -Patch0001: 0001-sgx-stub-fix.patch - -BuildRequires: meson >= %{meson_version} -BuildRequires: zlib-devel -BuildRequires: glib2-devel -BuildRequires: gnutls-devel -BuildRequires: libselinux-devel -BuildRequires: cyrus-sasl-devel -BuildRequires: libaio-devel -BuildRequires: python3-devel -BuildRequires: libiscsi-devel -BuildRequires: libattr-devel -BuildRequires: libusbx-devel >= %{libusbx_version} -%if %{have_usbredir} -BuildRequires: usbredir-devel >= %{usbredir_version} -%endif -BuildRequires: texinfo -BuildRequires: python3-sphinx -BuildRequires: python3-sphinx_rtd_theme -BuildRequires: libseccomp-devel >= %{libseccomp_version} -# For network block driver -BuildRequires: libcurl-devel -BuildRequires: libssh-devel -%if %{have_block_rbd} -BuildRequires: librbd-devel -%endif -# We need both because the 'stap' binary is probed for by configure -BuildRequires: systemtap -BuildRequires: systemtap-sdt-devel -# For VNC PNG support -BuildRequires: libpng-devel -# For virtiofs -BuildRequires: libcap-ng-devel -# Hard requirement for version >= 1.3 -BuildRequires: pixman-devel -# For rdma -%if %{have_librdma} -BuildRequires: rdma-core-devel -%endif -%if %{have_fdt} -BuildRequires: libfdt-devel >= %{libfdt_version} -%endif -# For compressed guest memory dumps -BuildRequires: lzo-devel snappy-devel -# For NUMA memory binding -%if %{have_numactl} -BuildRequires: numactl-devel -%endif -# qemu-pr-helper multipath support (requires libudev too) -BuildRequires: device-mapper-multipath-devel -BuildRequires: systemd-devel -%if %{have_pmem} -BuildRequires: libpmem-devel -%endif -# qemu-keymap -BuildRequires: pkgconfig(xkbcommon) -%if %{have_opengl} -BuildRequires: pkgconfig(epoxy) -BuildRequires: pkgconfig(libdrm) -BuildRequires: pkgconfig(gbm) -%endif -BuildRequires: perl-Test-Harness -BuildRequires: libslirp-devel -BuildRequires: libbpf-devel - - -BuildRequires: gcc -BuildRequires: make -# pulseaudio audio output -BuildRequires: pulseaudio-libs-devel -# alsa audio output -BuildRequires: alsa-lib-devel -%if %{have_block_nfs} -# NFS drive support -BuildRequires: libnfs-devel -%endif -# curses display backend -BuildRequires: ncurses-devel -%if %{have_spice} -# spice graphics support -BuildRequires: spice-protocol -BuildRequires: spice-server-devel -%endif -# VNC JPEG support -BuildRequires: libjpeg-devel -# Braille device support -BuildRequires: brlapi-devel -%if %{have_block_gluster} -# gluster block driver -BuildRequires: glusterfs-api-devel -%endif -# GTK frontend -BuildRequires: gtk3-devel -BuildRequires: vte291-devel -# GTK translations -BuildRequires: gettext -%if %{have_xen} -# Xen support -BuildRequires: xen-devel -%endif -# reading bzip2 compressed dmg images -BuildRequires: bzip2-devel -# TLS test suite -BuildRequires: libtasn1-devel -# smartcard device -BuildRequires: libcacard-devel -%if %{have_virgl} -# virgl 3d support -BuildRequires: virglrenderer-devel -%endif -# preferred disassembler for TCG -BuildRequires: capstone-devel -# qemu-ga -BuildRequires: libudev-devel -# qauth infrastructure -BuildRequires: pam-devel -%if %{have_liburing} -# liburing support. Library isn't built for arm -BuildRequires: liburing-devel -%endif -# zstd compression support -BuildRequires: libzstd-devel -# `hostname` used by test suite -BuildRequires: hostname -# nvdimm dax -BuildRequires: daxctl-devel -# fuse block device -BuildRequires: fuse-devel -%if %{have_jack} -# jack audio driver -BuildRequires: jack-audio-connection-kit-devel -%endif -BuildRequires: fuse3-devel - -%if %{user_static} -BuildRequires: glibc-static pcre-static glib2-static zlib-static -%endif - -Requires: %{name}-user = %{epoch}:%{version}-%{release} -Requires: %{name}-system-aarch64 = %{epoch}:%{version}-%{release} -Requires: %{name}-system-arm = %{epoch}:%{version}-%{release} -Requires: %{name}-system-loongarch64 = %{epoch}:%{version}-%{release} -Requires: %{name}-system-riscv = %{epoch}:%{version}-%{release} -Requires: %{name}-system-x86 = %{epoch}:%{version}-%{release} -Requires: %{name}-img = %{epoch}:%{version}-%{release} -Requires: %{name}-tools = %{epoch}:%{version}-%{release} -Requires: qemu-pr-helper = %{epoch}:%{version}-%{release} -Requires: vhostuser-backend(fs) - - -%description -%{name} is an open source virtualizer that provides hardware -emulation for the KVM hypervisor. %{name} acts as a virtual -machine monitor together with the KVM kernel modules, and emulates the -hardware for a full system such as a PC and its associated peripherals. - -%package common -Summary: QEMU common files needed by all QEMU targets -Requires(post): /usr/bin/getent -Requires(post): /usr/sbin/groupadd -Requires(post): /usr/sbin/useradd -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units -%{obsoletes_some_modules} -Requires: ipxe-roms-qemu >= %{ipxe_version} -%description common -%{name} is an open source virtualizer that provides hardware emulation for -the KVM hypervisor. - -This package provides documentation and auxiliary programs used with %{name}. - - -%package docs -Summary: %{name} documentation -%description docs -%{name}-docs provides documentation files regarding %{name}. - - -%package -n qemu-img -Summary: QEMU command line tool for manipulating disk images -%description -n qemu-img -This package provides a command line tool for manipulating disk images. - - -%package -n qemu-guest-agent -Summary: QEMU guest agent -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units -%description -n qemu-guest-agent -%{name} is an open source virtualizer that provides hardware emulation for -the KVM hypervisor. - -This package provides an agent to run inside guests, which communicates -with the host over a virtio-serial channel named "org.qemu.guest_agent.0" - -This package does not need to be installed on the host OS. - - -%package tools -Summary: %{name} support tools -%description tools -%{name}-tools provides various tools related to %{name} usage. - - -%package -n qemu-pr-helper -Summary: qemu-pr-helper utility for %{name} -%description -n qemu-pr-helper -This package provides the qemu-pr-helper utility that is required for certain -SCSI features. - - -%package -n qemu-virtiofsd -Summary: QEMU virtio-fs shared file system daemon -Provides: vhostuser-backend(fs) -%description -n qemu-virtiofsd -This package provides virtiofsd daemon. This program is a vhost-user backend -that implements the virtio-fs device that is used for sharing a host directory -tree with a guest. - - -%package tests -Summary: tests for the %{name} package -Requires: %{name} = %{epoch}:%{version}-%{release} - -%define testsdir %{_libdir}/%{name}/tests-src - -%description tests -The %{name}-tests rpm contains tests that can be used to verify -the functionality of the installed %{name} package - -Install this package if you want access to the avocado_qemu -tests, or qemu-iotests. - - -%package block-curl -Summary: QEMU CURL block driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description block-curl -This package provides the additional CURL block driver for QEMU. - -Install this package if you want to access remote disks over -http, https, ftp and other transports provided by the CURL library. - - -%package block-iscsi -Summary: QEMU iSCSI block driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description block-iscsi -This package provides the additional iSCSI block driver for QEMU. - -Install this package if you want to access iSCSI volumes. - - -%if %{have_block_rbd} -%package block-rbd -Summary: QEMU Ceph/RBD block driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description block-rbd -This package provides the additional Ceph/RBD block driver for QEMU. - -Install this package if you want to access remote Ceph volumes -using the rbd protocol. -%endif - - -%package block-ssh -Summary: QEMU SSH block driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description block-ssh -This package provides the additional SSH block driver for QEMU. - -Install this package if you want to access remote disks using -the Secure Shell (SSH) protocol. - - -%if %{have_opengl} -%package ui-opengl -Summary: QEMU opengl support -Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires: mesa-libGL -Requires: mesa-libEGL -Requires: mesa-dri-drivers -%description ui-opengl -This package provides opengl support. -%endif - - -%package block-dmg -Summary: QEMU block driver for DMG disk images -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description block-dmg -This package provides the additional DMG block driver for QEMU. - -Install this package if you want to open '.dmg' files. - - -%if %{have_block_gluster} -%package block-gluster -Summary: QEMU Gluster block driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description block-gluster -This package provides the additional Gluster block driver for QEMU. - -Install this package if you want to access remote Gluster storage. -%endif - - -%if %{have_block_nfs} -%package block-nfs -Summary: QEMU NFS block driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} - -%description block-nfs -This package provides the additional NFS block driver for QEMU. - -Install this package if you want to access remote NFS storage. -%endif - - -%package audio-alsa -Summary: QEMU ALSA audio driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description audio-alsa -This package provides the additional ALSA audio driver for QEMU. - -%package audio-dbus -Summary: QEMU D-Bus audio driver -Requires: %{name}-common%{?_isa} = %{epoch}:%{version}-%{release} -%description audio-dbus -This package provides the additional D-Bus audio driver for QEMU. - -%package audio-oss -Summary: QEMU OSS audio driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description audio-oss -This package provides the additional OSS audio driver for QEMU. - -%package audio-pa -Summary: QEMU PulseAudio audio driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description audio-pa -This package provides the additional PulseAudi audio driver for QEMU. - -%if %{have_jack} -%package audio-jack -Summary: QEMU Jack audio driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description audio-jack -This package provides the additional Jack audio driver for QEMU. -%endif - - -%package ui-curses -Summary: QEMU curses UI driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description ui-curses -This package provides the additional curses UI for QEMU. - - -%package ui-dbus -Summary: QEMU D-Bus UI driver -Requires: %{name}-common%{?_isa} = %{epoch}:%{version}-%{release} -%description ui-dbus -This package provides the additional D-Bus UI for QEMU. - - -%package ui-gtk -Summary: QEMU GTK UI driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires: %{name}-ui-opengl = %{epoch}:%{version}-%{release} -%description ui-gtk -This package provides the additional GTK UI for QEMU. - -%package ui-egl-headless -Summary: QEMU EGL headless driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires: %{name}-ui-opengl = %{epoch}:%{version}-%{release} -%description ui-egl-headless -This package provides the additional egl-headless UI for QEMU. - - -%package char-baum -Summary: QEMU Baum chardev driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description char-baum -This package provides the Baum chardev driver for QEMU. - - -%package device-display-virtio-gpu -Summary: QEMU virtio-gpu display device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-display-virtio-gpu -This package provides the virtio-gpu display device for QEMU. - -%package device-display-virtio-gpu-gl -Summary: QEMU virtio-gpu-gl display device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-display-virtio-gpu-gl -This package provides the virtio-gpu-gl display device for QEMU. - -%package device-display-virtio-gpu-pci -Summary: QEMU virtio-gpu-pci display device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-display-virtio-gpu-pci -This package provides the virtio-gpu-pci display device for QEMU. - -%package device-display-virtio-gpu-pci-gl -Summary: QEMU virtio-gpu-pci-gl display device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-display-virtio-gpu-pci-gl -This package provides the virtio-gpu-pci-gl display device for QEMU. - -%package device-display-virtio-gpu-ccw -Summary: QEMU virtio-gpu-ccw display device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-display-virtio-gpu-ccw -This package provides the virtio-gpu-ccw display device for QEMU. - -%package device-display-virtio-vga -Summary: QEMU virtio-vga display device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-display-virtio-vga -This package provides the virtio-vga display device for QEMU. - -%package device-display-virtio-vga-gl -Summary: QEMU virtio-vga-gl display device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-display-virtio-vga-gl -This package provides the virtio-vga-gl display device for QEMU. - -%package device-usb-host -Summary: QEMU usb host device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-usb-host -This package provides the USB pass through driver for QEMU. - -%package device-usb-redirect -Summary: QEMU usbredir device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-usb-redirect -This package provides the usbredir device for QEMU. - -%package device-usb-smartcard -Summary: QEMU USB smartcard device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-usb-smartcard -This package provides the USB smartcard device for QEMU. - -%if %{have_virgl} -%package device-display-vhost-user-gpu -Summary: QEMU QXL display device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description device-display-vhost-user-gpu -This package provides the vhost-user-gpu display device for QEMU. -%endif - -%if %{have_spice} -%package ui-spice-core -Summary: QEMU spice-core UI driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires: %{name}-ui-opengl = %{epoch}:%{version}-%{release} -%description ui-spice-core -This package provides the additional spice-core UI for QEMU. - -%package ui-spice-app -Summary: QEMU spice-app UI driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires: %{name}-ui-spice-core = %{epoch}:%{version}-%{release} -Requires: %{name}-char-spice = %{epoch}:%{version}-%{release} -%description ui-spice-app -This package provides the additional spice-app UI for QEMU. - -%package device-display-qxl -Summary: QEMU QXL display device -Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires: %{name}-ui-spice-core = %{epoch}:%{version}-%{release} -%description device-display-qxl -This package provides the QXL display device for QEMU. - -%package char-spice -Summary: QEMU spice chardev driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires: %{name}-ui-spice-core = %{epoch}:%{version}-%{release} -%description char-spice -This package provides the spice chardev driver for QEMU. - -%package audio-spice -Summary: QEMU spice audio driver -Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires: %{name}-ui-spice-core = %{epoch}:%{version}-%{release} -%description audio-spice -This package provides the spice audio driver for QEMU. -%endif - - -%if %{have_kvm} -%package kvm -Summary: QEMU metapackage for KVM support -Requires: qemu-%{kvm_package} = %{epoch}:%{version}-%{release} -%description kvm -This is a meta-package that provides a qemu-system- package for native -architectures where kvm can be enabled. For example, in an x86 system, this -will install qemu-system-x86 - - -%package kvm-core -Summary: QEMU metapackage for KVM support -Requires: qemu-%{kvm_package}-core = %{epoch}:%{version}-%{release} -%description kvm-core -This is a meta-package that provides a qemu-system--core package -for native architectures where kvm can be enabled. For example, in an -x86 system, this will install qemu-system-x86-core -%endif - - -%package user -Summary: QEMU user mode emulation of qemu targets -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description user -This package provides the user mode emulation of qemu targets - - -%package user-binfmt -Summary: QEMU user mode emulation of qemu targets -Requires: %{name}-user = %{epoch}:%{version}-%{release} -Requires(post): systemd-units -Requires(postun): systemd-units -%description user-binfmt -This package provides the user mode emulation of qemu targets - -%if %{user_static} -%package user-static -Summary: QEMU user mode emulation of qemu targets static build -Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires(post): systemd-units -Requires(postun): systemd-units -%description user-static -This package provides the user mode emulation of qemu targets built as -static binaries -%endif - - -%package system-aarch64 -Summary: QEMU system emulator for AArch64 -Requires: %{name}-system-aarch64-core = %{epoch}:%{version}-%{release} -%{requires_all_modules} -%description system-aarch64 -This package provides the QEMU system emulator for AArch64. - -%package system-aarch64-core -Summary: QEMU system emulator for AArch64 -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%if %{have_edk2} -Requires: edk2-aarch64 -%endif -%description system-aarch64-core -This package provides the QEMU system emulator for AArch64. - -%package system-arm -Summary: QEMU system emulator for ARM -Requires: %{name}-system-arm-core = %{epoch}:%{version}-%{release} -%{requires_all_modules} -%description system-arm -This package provides the QEMU system emulator for ARM systems. - -%package system-arm-core -Summary: QEMU system emulator for ARM -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description system-arm-core -This package provides the QEMU system emulator for ARM boards. - - -%package system-loongarch64 -Summary: QEMU system emulator for LoongArch (LA64) -Requires: %{name}-system-loongarch64-core = %{epoch}:%{version}-%{release} -%{requires_all_modules} -%description system-loongarch64 -This package provides the QEMU system emulator for Loongson boards. - -%package system-loongarch64-core -Summary: QEMU system emulator for LoongArch (LA64) -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description system-loongarch64-core -This package provides the QEMU system emulator for Loongson boards. - - -%package system-riscv -Summary: QEMU system emulator for RISC-V -Requires: %{name}-system-riscv-core = %{epoch}:%{version}-%{release} -%{requires_all_modules} -%description system-riscv -This package provides the QEMU system emulator for RISC-V systems. - -%package system-riscv-core -Summary: QEMU system emulator for RISC-V -Requires: %{name}-common = %{epoch}:%{version}-%{release} -%description system-riscv-core -This package provides the QEMU system emulator for RISC-V systems. - - -%package system-x86 -Summary: QEMU system emulator for x86 -Requires: %{name}-system-x86-core = %{epoch}:%{version}-%{release} -%{requires_all_modules} -%description system-x86 -This package provides the QEMU system emulator for x86. When being run in a x86 -machine that supports it, this package also provides the KVM virtualization -platform. - -%package system-x86-core -Summary: QEMU system emulator for x86 -Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires: seabios-bin -Requires: sgabios-bin -Requires: seavgabios-bin -%if %{have_edk2} -Requires: edk2-ovmf -%endif -%description system-x86-core -This package provides the QEMU system emulator for x86. When being run in a x86 -machine that supports it, this package also provides the KVM virtualization -platform. - - -%prep -%setup -q -n qemu-%{version} -%autopatch -p1 - -%global qemu_kvm_build qemu_kvm_build -mkdir -p %{qemu_kvm_build} -%global static_builddir static_builddir -mkdir -p %{static_builddir} - - - -%build -%define disable_everything \\\ - --audio-drv-list= \\\ - --disable-attr \\\ - --disable-auth-pam \\\ - --disable-avx2 \\\ - --disable-avx512f \\\ - --disable-block-drv-whitelist-in-tools \\\ - --disable-bpf \\\ - --disable-bochs \\\ - --disable-brlapi \\\ - --disable-bsd-user \\\ - --disable-bzip2 \\\ - --disable-cap-ng \\\ - --disable-capstone \\\ - --disable-cfi \\\ - --disable-cfi-debug \\\ - --disable-cloop \\\ - --disable-cocoa \\\ - --disable-coroutine-pool \\\ - --disable-crypto-afalg \\\ - --disable-curl \\\ - --disable-curses \\\ - --disable-debug-info \\\ - --disable-debug-mutex \\\ - --disable-debug-tcg \\\ - --disable-dmg \\\ - --disable-docs \\\ - --disable-fdt \\\ - --disable-fuse \\\ - --disable-fuse-lseek \\\ - --disable-gcrypt \\\ - --disable-gio \\\ - --disable-glusterfs \\\ - --disable-gnutls \\\ - --disable-gtk \\\ - --disable-guest-agent \\\ - --disable-guest-agent-msi \\\ - --disable-hax \\\ - --disable-hvf \\\ - --disable-iconv \\\ - --disable-kvm \\\ - --disable-libdaxctl \\\ - --disable-libiscsi \\\ - --disable-libnfs \\\ - --disable-libpmem \\\ - --disable-libssh \\\ - --disable-libudev \\\ - --disable-libusb \\\ - --disable-linux-aio \\\ - --disable-linux-io-uring \\\ - --disable-linux-user \\\ - --disable-live-block-migration \\\ - --disable-lto \\\ - --disable-lzfse \\\ - --disable-lzo \\\ - --disable-malloc-trim \\\ - --disable-membarrier \\\ - --disable-modules \\\ - --disable-module-upgrades \\\ - --disable-mpath \\\ - --disable-multiprocess \\\ - --disable-netmap \\\ - --disable-nettle \\\ - --disable-numa \\\ - --disable-opengl \\\ - --disable-parallels \\\ - --disable-pie \\\ - --disable-pvrdma \\\ - --disable-qcow1 \\\ - --disable-qed \\\ - --disable-qom-cast-debug \\\ - --disable-rbd \\\ - --disable-rdma \\\ - --disable-replication \\\ - --disable-rng-none \\\ - --disable-safe-stack \\\ - --disable-sanitizers \\\ - --disable-sdl \\\ - --disable-sdl-image \\\ - --disable-seccomp \\\ - --disable-slirp \\\ - --disable-slirp-smbd \\\ - --disable-smartcard \\\ - --disable-snappy \\\ - --disable-sparse \\\ - --disable-spice \\\ - --disable-spice-protocol \\\ - --disable-strip \\\ - --disable-system \\\ - --disable-tcg \\\ - --disable-tools \\\ - --disable-tpm \\\ - --disable-u2f \\\ - --disable-usb-redir \\\ - --disable-user \\\ - --disable-vde \\\ - --disable-vdi \\\ - --disable-vhost-crypto \\\ - --disable-vhost-kernel \\\ - --disable-vhost-net \\\ - --disable-vhost-user \\\ - --disable-vhost-user-blk-server \\\ - --disable-vhost-vdpa \\\ - --disable-virglrenderer \\\ - --disable-virtfs \\\ - --disable-virtiofsd \\\ - --disable-vnc \\\ - --disable-vnc-jpeg \\\ - --disable-vnc-sasl \\\ - --disable-vte \\\ - --disable-vvfat \\\ - --disable-werror \\\ - --disable-whpx \\\ - --disable-xen \\\ - --disable-xen-pci-passthrough \\\ - --disable-xkbcommon \\\ - --disable-zstd \\\ - --with-git-submodules=ignore \\\ - --without-default-devices - -run_configure() { - ../configure \ - --cc=%{__cc} \ - --cxx=/bin/false \ - --prefix="%{_prefix}" \ - --libdir="%{_libdir}" \ - --datadir="%{_datadir}" \ - --sysconfdir="%{_sysconfdir}" \ - --interp-prefix=%{_prefix}/qemu-%M \ - --localstatedir="%{_localstatedir}" \ - --docdir="%{_docdir}" \ - --libexecdir="%{_libexecdir}" \ - --extra-ldflags="%{build_ldflags}" \ - --extra-cflags="%{optflags}" \ - --with-pkgversion="%{name}-%{version}-%{release}" \ - --with-suffix="%{name}" \ - --firmwarepath="%firmwaredirs" \ - --meson="%{__meson}" \ - --enable-trace-backends=dtrace \ - --with-coroutine=ucontext \ - --with-git=git \ - --tls-priority=@QEMU,SYSTEM \ - %{disable_everything} \ - "$@" - - echo "config-host.mak contents:" - echo "===" - cat config-host.mak - echo "===" -} - - -pushd %{qemu_kvm_build} -run_configure \ -%if %{defined target_list} - --target-list="%{target_list}" \ -%endif -%if %{defined block_drivers_rw_list} - --block-drv-rw-whitelist=%{block_drivers_rw_list} \ -%endif -%if %{defined block_drivers_ro_list} - --block-drv-ro-whitelist=%{block_drivers_ro_list} \ -%endif - --enable-attr \ -%ifarch x86_64 - --enable-avx2 \ -%endif - --enable-bpf \ - --enable-cap-ng \ - --enable-capstone \ - --enable-coroutine-pool \ - --enable-curl \ - --enable-dbus-display \ - --enable-debug-info \ - --enable-docs \ -%if %{have_fdt} - --enable-fdt=system \ -%endif - --enable-gnutls \ - --enable-guest-agent \ - --enable-iconv \ - --enable-kvm \ - --enable-libiscsi \ -%if %{have_pmem} - --enable-libpmem \ -%endif - --enable-libssh \ - --enable-libusb \ - --enable-libudev \ - --enable-linux-aio \ -%if "%{_lto_cflags}" != "%{nil}" - --enable-lto \ -%endif - --enable-lzo \ - --enable-malloc-trim \ - --enable-modules \ - --enable-mpath \ -%if %{have_numactl} - --enable-numa \ -%endif -%if %{have_opengl} - --enable-opengl \ -%endif - --enable-pie \ -%if %{have_block_rbd} - --enable-rbd \ -%endif -%if %{have_librdma} - --enable-rdma \ -%endif - --enable-seccomp \ -%if 0%{?must_remember_to_add_this_in_qemu_6_2} - --enable-selinux \ -%endif - --enable-slirp \ - --enable-slirp-smbd \ - --enable-snappy \ - --enable-system \ - --enable-tcg \ - --enable-tools \ - --enable-tpm \ -%if %{have_usbredir} - --enable-usb-redir \ -%endif - --enable-virtiofsd \ - --enable-vhost-kernel \ - --enable-vhost-net \ - --enable-vhost-user \ - --enable-vhost-user-blk-server \ - --enable-vhost-vdpa \ - --enable-vnc \ - --enable-vnc-sasl \ -%if %{enable_werror} - --enable-werror \ -%endif - --enable-xkbcommon \ - \ - \ - --audio-drv-list=pa,alsa,%{?jack_drv}oss \ - --target-list-exclude=moxie-softmmu \ - --with-default-devices \ - --enable-auth-pam \ - --enable-bochs \ - --enable-brlapi \ - --enable-bzip2 \ - --enable-cloop \ - --enable-curses \ - --enable-dmg \ - --enable-fuse \ - --enable-gio \ - --enable-glusterfs \ - --enable-gtk \ - --enable-libdaxctl \ -%if %{have_block_nfs} - --enable-libnfs \ -%endif - --enable-libudev \ -%if %{have_liburing} - --enable-linux-io-uring \ -%endif - --enable-linux-user \ - --enable-live-block-migration \ - --enable-multiprocess \ - --enable-vnc-jpeg \ - --enable-parallels \ -%if %{have_librdma} - --enable-pvrdma \ -%endif - --enable-qcow1 \ - --enable-qed \ - --enable-qom-cast-debug \ - --enable-replication \ - --enable-smartcard \ -%if %{have_spice} - --enable-spice \ - --enable-spice-protocol \ -%endif - --enable-usb-redir \ - --enable-vdi \ - --enable-vhost-crypto \ -%if %{have_virgl} - --enable-virglrenderer \ -%endif - --enable-virtfs \ - --enable-vnc-jpeg \ - --enable-vte \ - --enable-vvfat \ -%if %{have_xen} - --enable-xen \ - --enable-xen-pci-passthrough \ -%endif - --enable-zstd \ - - -%if %{tools_only} -%make_build qemu-img -%make_build qemu-io -%make_build qemu-nbd -%make_build storage-daemon/qemu-storage-daemon - -%make_build docs/qemu-img.1 -%make_build docs/qemu-nbd.8 -%make_build docs/qemu-storage-daemon.1 -%make_build docs/qemu-storage-daemon-qmp-ref.7 - -%make_build qga/qemu-ga -%make_build docs/qemu-ga.8 -# endif tools_only -%endif - - -%if !%{tools_only} -%make_build -popd - -%if %{user_static} -pushd %{static_builddir} - -run_configure \ - --enable-attr \ - --enable-linux-user \ - --enable-tcg \ - --disable-install-blobs \ - --static - -%make_build -popd # static -%endif -# endif !tools_only -%endif - - -%install -# Install qemu-guest-agent service and udev rules -install -D -m 0644 %{_sourcedir}/qemu-guest-agent.service %{buildroot}%{_unitdir}/qemu-guest-agent.service -install -D -m 0644 %{_sourcedir}/qemu-ga.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/qemu-ga -install -D -m 0644 %{_sourcedir}/99-qemu-guest-agent.rules %{buildroot}%{_udevrulesdir}/99-qemu-guest-agent.rules - -# Install qemu-ga fsfreeze bits -mkdir -p %{buildroot}%{_sysconfdir}/qemu-ga/fsfreeze-hook.d -install -p scripts/qemu-guest-agent/fsfreeze-hook %{buildroot}%{_sysconfdir}/qemu-ga/fsfreeze-hook -mkdir -p %{buildroot}%{_datadir}/%{name}/qemu-ga/fsfreeze-hook.d/ -install -p -m 0644 scripts/qemu-guest-agent/fsfreeze-hook.d/*.sample %{buildroot}%{_datadir}/%{name}/qemu-ga/fsfreeze-hook.d/ -mkdir -p -v %{buildroot}%{_localstatedir}/log/qemu-ga/ - - -%if %{tools_only} -pushd %{qemu_kvm_build} -install -D -p -m 0755 qga/qemu-ga %{buildroot}%{_bindir}/qemu-ga -install -D -p -m 0755 qemu-img %{buildroot}%{_bindir}/qemu-img -install -D -p -m 0755 qemu-io %{buildroot}%{_bindir}/qemu-io -install -D -p -m 0755 qemu-nbd %{buildroot}%{_bindir}/qemu-nbd -install -D -p -m 0755 storage-daemon/qemu-storage-daemon %{buildroot}%{_bindir}/qemu-storage-daemon - -mkdir -p %{buildroot}%{_mandir}/man1/ -mkdir -p %{buildroot}%{_mandir}/man7/ -mkdir -p %{buildroot}%{_mandir}/man8/ - -install -D -p -m 644 docs/qemu-img.1* %{buildroot}%{_mandir}/man1 -install -D -p -m 644 docs/qemu-nbd.8* %{buildroot}%{_mandir}/man8 -install -D -p -m 644 docs/qemu-storage-daemon.1* %{buildroot}%{_mandir}/man1 -install -D -p -m 644 docs/qemu-storage-daemon-qmp-ref.7* %{buildroot}%{_mandir}/man7 -install -D -p -m 644 docs/qemu-ga.8* %{buildroot}%{_mandir}/man8 -popd -# endif tools_only -%endif - - -%if !%{tools_only} -# Install rules to use the bridge helper with libvirt's virbr0 -install -D -m 0644 %{_sourcedir}/bridge.conf %{buildroot}%{_sysconfdir}/%{name}/bridge.conf - -# Install qemu-pr-helper service -install -m 0644 contrib/systemd/qemu-pr-helper.service %{buildroot}%{_unitdir} -install -m 0644 contrib/systemd/qemu-pr-helper.socket %{buildroot}%{_unitdir} - -%if %{have_memlock_limits} -install -D -p -m 644 %{_sourcedir}/95-kvm-memlock.conf %{buildroot}%{_sysconfdir}/security/limits.d/95-kvm-memlock.conf -%endif - -%if %{have_kvm} -install -D -p -m 0644 %{_sourcedir}/vhost.conf %{buildroot}%{_sysconfdir}/modprobe.d/vhost.conf -install -D -p -m 0644 %{modprobe_kvm_conf} %{buildroot}%{_sysconfdir}/modprobe.d/kvm.conf -%endif - -# Copy some static data into place -install -D -p -m 0644 -t %{buildroot}%{qemudocdir} README.rst COPYING COPYING.LIB LICENSE docs/interop/qmp-spec.txt -install -D -p -m 0644 qemu.sasl %{buildroot}%{_sysconfdir}/sasl2/%{name}.conf - -install -m 0644 scripts/dump-guest-memory.py %{buildroot}%{_datadir}/%{name} - - -# Install simpletrace -install -m 0755 scripts/simpletrace.py %{buildroot}%{_datadir}/%{name}/simpletrace.py -mkdir -p %{buildroot}%{_datadir}/%{name}/tracetool -install -m 0644 -t %{buildroot}%{_datadir}/%{name}/tracetool scripts/tracetool/*.py -mkdir -p %{buildroot}%{_datadir}/%{name}/tracetool/backend -install -m 0644 -t %{buildroot}%{_datadir}/%{name}/tracetool/backend scripts/tracetool/backend/*.py -mkdir -p %{buildroot}%{_datadir}/%{name}/tracetool/format -install -m 0644 -t %{buildroot}%{_datadir}/%{name}/tracetool/format scripts/tracetool/format/*.py - - -# Create new directories and put them all under tests-src -mkdir -p %{buildroot}%{testsdir}/python -mkdir -p %{buildroot}%{testsdir}/tests -mkdir -p %{buildroot}%{testsdir}/tests/avocado -mkdir -p %{buildroot}%{testsdir}/tests/qemu-iotests -mkdir -p %{buildroot}%{testsdir}/scripts/qmp - -# Install avocado_qemu tests -cp -R %{qemu_kvm_build}/tests/avocado/* %{buildroot}%{testsdir}/tests/avocado/ - -# Install qemu.py and qmp/ scripts required to run avocado_qemu tests -cp -R %{qemu_kvm_build}/python/qemu %{buildroot}%{testsdir}/python -cp -R %{qemu_kvm_build}/scripts/qmp/* %{buildroot}%{testsdir}/scripts/qmp -install -p -m 0755 tests/Makefile.include %{buildroot}%{testsdir}/tests/ - -# Install qemu-iotests -cp -R tests/qemu-iotests/* %{buildroot}%{testsdir}/tests/qemu-iotests/ -cp -ur %{qemu_kvm_build}/tests/qemu-iotests/* %{buildroot}%{testsdir}/tests/qemu-iotests/ - -# Install our custom tests README -install -p -m 0644 %{_sourcedir}/README.tests %{buildroot}%{testsdir}/README - - -# Do the actual qemu tree install -pushd %{qemu_kvm_build} -%make_install -popd - - -# We need to make the block device modules and other qemu SO files executable -# otherwise RPM won't pick up their dependencies. -chmod +x %{buildroot}%{_libdir}/%{name}/*.so - -# Remove docs we don't care about -find %{buildroot}%{qemudocdir} -name .buildinfo -delete -rm -rf %{buildroot}%{qemudocdir}/specs - - -# Provided by package ipxe -rm -rf %{buildroot}%{_datadir}/%{name}/pxe*rom -rm -rf %{buildroot}%{_datadir}/%{name}/efi*rom -# Provided by package seavgabios -rm -rf %{buildroot}%{_datadir}/%{name}/vgabios*bin -# Provided by package seabios -rm -rf %{buildroot}%{_datadir}/%{name}/bios*.bin -# Provided by package sgabios -rm -rf %{buildroot}%{_datadir}/%{name}/sgabios.bin -# Provided by edk2 -rm -rf %{buildroot}%{_datadir}/%{name}/edk2* -rm -rf %{buildroot}%{_datadir}/%{name}/firmware - -# remove unwanted arch files -rm -f %{buildroot}%{_bindir}/qemu-system-{alpha,avr,cris,hppa,m68k,microblaze,microblazeel,mips*,nios2,or1k,ppc*,rx,s390x,sh4*,sparc*,tricore,xtensa*} -rm -f %{buildroot}%{_mandir}/man1/qemu-system-{alpha,avr,cris,hppa,m68k,microblaze,microblazeel,mips*,nios2,or1k,ppc*,rx,s390x,sh4*,sparc*,tricore,xtensa*} -rm -f %{buildroot}%{_datadir}/%{name}/QEMU,cgthree.bin -rm -f %{buildroot}%{_datadir}/%{name}/QEMU,tcx.bin -rm -f %{buildroot}%{_datadir}/%{name}/{bamboo.dtb,canyonlands.dtb,hppa-firmware.img,openbios-ppc,openbios-sparc32,openbios-sparc64,palcode-clipper,petalogix-ml605.dtb,petalogix-s3adsp1800.dtb,qemu_vga.ndrv,s390-ccw.img,s390-netboot.img,skiboot.lid,slof.bin,u-boot-sam460-20100605.bin,u-boot.e500,vof-nvram.bin,vof.bin} -rm -f %{buildroot}/%{_datadir}/systemtap/tapset/qemu-system-{alpha,avr,cris,hppa,m68k,microblaze,microblazeel,mips*,nios2,or1k,ppc*,rx,s390x,sh4*,sparc*,tricore,xtensa*}*.stp - -# Fedora specific stuff below -%find_lang %{name} - -# Generate qemu-system-* man pages -chmod -x %{buildroot}%{_mandir}/man1/* -for emu in %{buildroot}%{_bindir}/qemu-system-*; do - ln -sf qemu.1.gz %{buildroot}%{_mandir}/man1/$(basename $emu).1.gz - done - -# Install kvm specific source bits, and qemu-kvm manpage -%if %{need_qemu_kvm} -ln -sf qemu.1.gz %{buildroot}%{_mandir}/man1/qemu-kvm.1.gz -ln -sf qemu-system-x86_64 %{buildroot}%{_bindir}/qemu-kvm - %endif - - -# Install binfmt -%global binfmt_dir %{buildroot}%{_exec_prefix}/lib/binfmt.d -mkdir -p %{binfmt_dir} - -./scripts/qemu-binfmt-conf.sh --systemd ALL --exportdir %{binfmt_dir} --qemu-path %{_bindir} -for i in %{binfmt_dir}/*; do mv $i $(echo $i | sed 's/.conf/-dynamic.conf/'); done - - -# Install qemu-user-static tree -%if %{user_static} -%define static_buildroot %{buildroot}/static/ -mkdir -p %{static_buildroot} - -pushd %{static_builddir} -make DESTDIR=%{static_buildroot} install -popd # static - -# Rename all QEMU user emulators to have a -static suffix -for src in %{static_buildroot}%{_bindir}/qemu-*; do - mv $src %{buildroot}%{_bindir}/$(basename $src)-static; done - -# Rename trace files to match -static suffix -for src in %{static_buildroot}%{_datadir}/systemtap/tapset/qemu-*.stp; do - dst=`echo $src | sed -e 's/.stp/-static.stp/'` - mv $src $dst - perl -i -p -e 's/(qemu-\w+)/$1-static/g; s/(qemu\.user\.\w+)/$1.static/g' $dst - mv $dst %{buildroot}%{_datadir}/systemtap/tapset - done - -for regularfmt in %{binfmt_dir}/*; do - staticfmt="$(echo $regularfmt | sed 's/-dynamic/-static/g')" - cat $regularfmt | tr -d '\n' | sed "s/:$/-static:F/" > $staticfmt - done - -rm -rf %{static_buildroot} -# endif user_static - %endif -# end Fedora specific -# endif !tools_only -%endif - -%check -%if %{with check} -%if !%{tools_only} - -pushd %{qemu_kvm_build} -echo "Testing %{name}-build" -%make_build check - -popd - -# endif !tools_only -%endif -# endif with check -%endif - - -%post -n qemu-guest-agent -%systemd_post qemu-guest-agent.service -%preun -n qemu-guest-agent -%systemd_preun qemu-guest-agent.service -%postun -n qemu-guest-agent -%systemd_postun_with_restart qemu-guest-agent.service - - -%if !%{tools_only} -%post common -getent group kvm >/dev/null || groupadd -g 36 -r kvm -getent group qemu >/dev/null || groupadd -g 107 -r qemu -getent passwd qemu >/dev/null || \ -useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \ - -c "qemu user" qemu - - -%post user-binfmt -/bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || : -%postun user-binfmt -/bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || : - -%if %{user_static} -%post user-static -/bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || : -%postun user-static -/bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || : -%endif -# endif !tools_only -%endif - - -%files -n qemu-img -%{_bindir}/qemu-img -%{_bindir}/qemu-io -%{_bindir}/qemu-nbd -%{_bindir}/qemu-storage-daemon -%{_mandir}/man1/qemu-img.1* -%{_mandir}/man8/qemu-nbd.8* -%{_mandir}/man1/qemu-storage-daemon.1* -%{_mandir}/man7/qemu-storage-daemon-qmp-ref.7* - - -%files -n qemu-guest-agent -%doc COPYING README.rst -%{_bindir}/qemu-ga -%{_mandir}/man8/qemu-ga.8* -%{_unitdir}/qemu-guest-agent.service -%{_udevrulesdir}/99-qemu-guest-agent.rules -%config(noreplace) %{_sysconfdir}/sysconfig/qemu-ga -%{_sysconfdir}/qemu-ga -%{_datadir}/%{name}/qemu-ga -%dir %{_localstatedir}/log/qemu-ga - - -%if !%{tools_only} -%files -# Deliberately empty - - -%files -n qemu-pr-helper -%{_bindir}/qemu-pr-helper -%{_unitdir}/qemu-pr-helper.service -%{_unitdir}/qemu-pr-helper.socket -%{_mandir}/man8/qemu-pr-helper.8* - - -%files -n qemu-virtiofsd -%{_mandir}/man1/virtiofsd.1* -%{_libexecdir}/virtiofsd -%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json - - -%files tools -%{_bindir}/qemu-keymap -%{_bindir}/qemu-edid -%{_bindir}/qemu-trace-stap -%{_datadir}/%{name}/simpletrace.py* -%{_datadir}/%{name}/tracetool/*.py* -%{_datadir}/%{name}/tracetool/backend/*.py* -%{_datadir}/%{name}/tracetool/format/*.py* -%{_datadir}/%{name}/dump-guest-memory.py* -%{_datadir}/%{name}/trace-events-all -%{_mandir}/man1/qemu-trace-stap.1* -# Fedora specific -%{_bindir}/elf2dmp - - -%files docs -%doc %{qemudocdir} - - -%files common -f %{name}.lang -%license COPYING COPYING.LIB LICENSE -%dir %{_datadir}/%{name}/ -%{_datadir}/icons/* -%{_datadir}/%{name}/keymaps/ -%{_datadir}/%{name}/linuxboot_dma.bin -%attr(4755, -, -) %{_libexecdir}/qemu-bridge-helper -%{_mandir}/man1/%{name}.1* -%{_mandir}/man7/qemu-block-drivers.7* -%{_mandir}/man7/qemu-cpu-models.7* -%{_mandir}/man7/qemu-ga-ref.7* -%{_mandir}/man7/qemu-qmp-ref.7* -%dir %{_sysconfdir}/%{name} -%config(noreplace) %{_sysconfdir}/%{name}/bridge.conf -%if %{have_kvm} -%config(noreplace) %{_sysconfdir}/modprobe.d/kvm.conf -%config(noreplace) %{_sysconfdir}/modprobe.d/vhost.conf -%endif -%config(noreplace) %{_sysconfdir}/sasl2/%{name}.conf - - -%{_datadir}/applications/qemu.desktop -%exclude %{_datadir}/%{name}/qemu-nsis.bmp -%{_libexecdir}/virtfs-proxy-helper -%{_mandir}/man1/virtfs-proxy-helper.1* - - -%files tests -%{testsdir} -%{_libdir}/%{name}/accel-qtest-*.so - -%files block-curl -%{_libdir}/%{name}/block-curl.so -%files block-iscsi -%{_libdir}/%{name}/block-iscsi.so -%if %{have_block_rbd} -%files block-rbd -%{_libdir}/%{name}/block-rbd.so -%endif -%files block-ssh -%{_libdir}/%{name}/block-ssh.so - -%if %{have_opengl} -%files ui-opengl -%{_libdir}/%{name}/ui-opengl.so -%endif - - -%files block-dmg -%{_libdir}/%{name}/block-dmg-bz2.so -%if %{have_block_gluster} -%files block-gluster -%{_libdir}/%{name}/block-gluster.so -%endif -%if %{have_block_nfs} -%files block-nfs -%{_libdir}/%{name}/block-nfs.so -%endif - -%files audio-alsa -%{_libdir}/%{name}/audio-alsa.so -%files audio-dbus -%{_libdir}/%{name}/audio-dbus.so -%files audio-oss -%{_libdir}/%{name}/audio-oss.so -%files audio-pa -%{_libdir}/%{name}/audio-pa.so -%if %{have_jack} -%files audio-jack -%{_libdir}/%{name}/audio-jack.so -%endif - - -%files ui-curses -%{_libdir}/%{name}/ui-curses.so -%files ui-dbus -%{_libdir}/%{name}/ui-dbus.so -%files ui-gtk -%{_libdir}/%{name}/ui-gtk.so -%files ui-egl-headless -%{_libdir}/%{name}/ui-egl-headless.so - -%files char-baum -%{_libdir}/%{name}/chardev-baum.so - - -%files device-display-virtio-gpu -%{_libdir}/%{name}/hw-display-virtio-gpu.so -%files device-display-virtio-gpu-gl -%{_libdir}/%{name}/hw-display-virtio-gpu-gl.so -%files device-display-virtio-gpu-pci -%{_libdir}/%{name}/hw-display-virtio-gpu-pci.so -%files device-display-virtio-gpu-pci-gl -%{_libdir}/%{name}/hw-display-virtio-gpu-pci-gl.so -%files device-display-virtio-gpu-ccw -%{_libdir}/%{name}/hw-s390x-virtio-gpu-ccw.so -%files device-display-virtio-vga -%{_libdir}/%{name}/hw-display-virtio-vga.so -%files device-display-virtio-vga-gl -%{_libdir}/%{name}/hw-display-virtio-vga-gl.so -%files device-usb-host -%{_libdir}/%{name}/hw-usb-host.so -%files device-usb-redirect -%{_libdir}/%{name}/hw-usb-redirect.so -%files device-usb-smartcard -%{_libdir}/%{name}/hw-usb-smartcard.so - - -%if %{have_virgl} -%files device-display-vhost-user-gpu -%{_datadir}/%{name}/vhost-user/50-qemu-gpu.json -%{_libexecdir}/vhost-user-gpu -%endif - -%if %{have_spice} -%files audio-spice -%{_libdir}/%{name}/audio-spice.so -%files char-spice -%{_libdir}/%{name}/chardev-spice.so -%files device-display-qxl -%{_libdir}/%{name}/hw-display-qxl.so -%files ui-spice-core -%{_libdir}/%{name}/ui-spice-core.so -%files ui-spice-app -%{_libdir}/%{name}/ui-spice-app.so -%endif - - -%if %{have_kvm} -%files kvm -# Deliberately empty - -%files kvm-core -# Deliberately empty -%endif - - -%files user -%{_bindir}/qemu-i386 -%{_bindir}/qemu-x86_64 -%{_bindir}/qemu-aarch64 -%{_bindir}/qemu-aarch64_be -%{_bindir}/qemu-alpha -%{_bindir}/qemu-arm -%{_bindir}/qemu-armeb -%{_bindir}/qemu-cris -%{_bindir}/qemu-hppa -%{_bindir}/qemu-hexagon -%{_bindir}/qemu-loongarch64 -%{_bindir}/qemu-m68k -%{_bindir}/qemu-microblaze -%{_bindir}/qemu-microblazeel -%{_bindir}/qemu-mips -%{_bindir}/qemu-mipsel -%{_bindir}/qemu-mips64 -%{_bindir}/qemu-mips64el -%{_bindir}/qemu-mipsn32 -%{_bindir}/qemu-mipsn32el -%{_bindir}/qemu-nios2 -%{_bindir}/qemu-or1k -%{_bindir}/qemu-ppc -%{_bindir}/qemu-ppc64 -%{_bindir}/qemu-ppc64le -%{_bindir}/qemu-riscv32 -%{_bindir}/qemu-riscv64 -%{_bindir}/qemu-s390x -%{_bindir}/qemu-sh4 -%{_bindir}/qemu-sh4eb -%{_bindir}/qemu-sparc -%{_bindir}/qemu-sparc32plus -%{_bindir}/qemu-sparc64 -%{_bindir}/qemu-xtensa -%{_bindir}/qemu-xtensaeb - -%{_datadir}/systemtap/tapset/qemu-i386*.stp -%{_datadir}/systemtap/tapset/qemu-x86_64*.stp -%{_datadir}/systemtap/tapset/qemu-aarch64*.stp -%{_datadir}/systemtap/tapset/qemu-alpha*.stp -%{_datadir}/systemtap/tapset/qemu-arm*.stp -%{_datadir}/systemtap/tapset/qemu-cris*.stp -%{_datadir}/systemtap/tapset/qemu-hppa*.stp -%{_datadir}/systemtap/tapset/qemu-hexagon*.stp -%{_datadir}/systemtap/tapset/qemu-loongarch64*.stp -%{_datadir}/systemtap/tapset/qemu-m68k*.stp -%{_datadir}/systemtap/tapset/qemu-microblaze*.stp -%{_datadir}/systemtap/tapset/qemu-mips*.stp -%{_datadir}/systemtap/tapset/qemu-nios2*.stp -%{_datadir}/systemtap/tapset/qemu-or1k*.stp -%{_datadir}/systemtap/tapset/qemu-ppc*.stp -%{_datadir}/systemtap/tapset/qemu-riscv*.stp -%{_datadir}/systemtap/tapset/qemu-s390x*.stp -%{_datadir}/systemtap/tapset/qemu-sh4*.stp -%{_datadir}/systemtap/tapset/qemu-sparc*.stp -%{_datadir}/systemtap/tapset/qemu-xtensa*.stp - - -%files user-binfmt -%{_exec_prefix}/lib/binfmt.d/qemu-*-dynamic.conf - -%if %{user_static} -%files user-static -%{_exec_prefix}/lib/binfmt.d/qemu-*-static.conf -%{_bindir}/qemu-*-static -%{_datadir}/systemtap/tapset/qemu-*-static.stp -%endif - - -%files system-aarch64 -%files system-aarch64-core -%{_bindir}/qemu-system-aarch64 -%{_datadir}/systemtap/tapset/qemu-system-aarch64*.stp -%{_mandir}/man1/qemu-system-aarch64.1* - -%files system-arm -%files system-arm-core -%{_bindir}/qemu-system-arm -%{_datadir}/%{name}/npcm7xx_bootrom.bin -%{_datadir}/systemtap/tapset/qemu-system-arm*.stp -%{_mandir}/man1/qemu-system-arm.1* - -%files system-loongarch64 -%files system-loongarch64-core -%{_bindir}/qemu-system-loongarch64 -%{_datadir}/systemtap/tapset/qemu-system-loongarch64*.stp -%{_mandir}/man1/qemu-system-loongarch64.1* - -%files system-riscv -%files system-riscv-core -%{_bindir}/qemu-system-riscv32 -%{_bindir}/qemu-system-riscv64 -%{_datadir}/%{name}/opensbi-riscv*.bin -%{_datadir}/systemtap/tapset/qemu-system-riscv*.stp -%{_mandir}/man1/qemu-system-riscv*.1* - -%files system-x86 -%files system-x86-core -%{_bindir}/qemu-system-i386 -%{_bindir}/qemu-system-x86_64 -%{_libdir}/%{name}/accel-tcg-i386.so -%{_libdir}/%{name}/accel-tcg-x86_64.so -%{_datadir}/systemtap/tapset/qemu-system-i386*.stp -%{_datadir}/systemtap/tapset/qemu-system-x86_64*.stp -%{_mandir}/man1/qemu-system-i386.1* -%{_mandir}/man1/qemu-system-x86_64.1* -%{_datadir}/%{name}/kvmvapic.bin -%{_datadir}/%{name}/linuxboot.bin -%{_datadir}/%{name}/multiboot.bin -%{_datadir}/%{name}/multiboot_dma.bin -%{_datadir}/%{name}/pvh.bin -%{_datadir}/%{name}/qboot.rom -%if %{need_qemu_kvm} -%{_bindir}/qemu-kvm -%{_mandir}/man1/qemu-kvm.1* -%endif - -# endif !tools_only -%endif - -%changelog -* Wed Jul 12 2023 Funda Wang - 2:7.2.4-1 -- New version 7.2.4 - -* Mon Jun 19 2023 happy_orange - 2:7.2.0-5 -- add obsoletes to drop the unexisted package - -* Mon May 08 2023 mgb01105731 - 2:7.2.0-4 -- rebuild with device-mapper-multipath update - -* Mon Mar 20 2023 Chunmei Xu - 2:7.2.0-3 -- remove unwanted arches support - -* Thu Mar 16 2023 Chunmei Xu - 2:7.2.0-2 -- disable virgl, block_rbd and block_nfs - -* Mon Feb 13 2023 Kun(llfl) - 2:7.2.0-1 -- Update to 7.2.0 - -* Tue Nov 22 2022 mgb01105731 - 2:6.2.0-2 -- remove sdl & change bios,slof Requires - -* Tue Mar 15 2022 forrest_ly - 2:6.2.0-1 -- Init for Anolis OS 23 diff --git a/vhost.conf b/vhost.conf deleted file mode 100644 index 68d6d7f9b42fcab3dbe0342c42a73977db433cd9..0000000000000000000000000000000000000000 --- a/vhost.conf +++ /dev/null @@ -1,3 +0,0 @@ -# Increase default vhost memory map limit to match -# KVM's memory slot limit -options vhost max_mem_regions=509