QEMU does not support disable/enable CPU features in AArch64 for now. This patch series add support for CPU features in AArch64. Firstly, we change the isar struct in ARMCPU to an array for convenience. Secondly, we add support to configure CPU feautres in AArch64 and make sure that the ID registers can be synchronized to KVM so that guest can read the value we configure. Thirdly, we add a mechanism to solve the dependency relationship of some CPU features. Last, we add a KVM_CAP_ARM_CPU_FEATURE to check whether KVM supports to set CPU features in AArch64. Also export CPU features to the result of qmp query-cpu-model-expansion so that libvirt can get the supported CPU features. Update the ID fields to ARMv8.6 and add some CPU features according to the new ID fields. With related KVM patch set[1], we can disable/enable CPU features in AArch64. [1] https://patchwork.kernel.org/cover/11711693/ Signed-off-by: Peng Liang <liangpeng10@huawei.com>
769 lines
33 KiB
RPMSpec
769 lines
33 KiB
RPMSpec
Name: qemu
|
|
Version: 4.1.0
|
|
Release: 21
|
|
Epoch: 2
|
|
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
|
License: GPLv2 and BSD and MIT and CC-BY
|
|
URL: http://www.qemu.org
|
|
Source0: https://www.qemu.org/download/%{name}-%{version}%{?rcstr}.tar.xz
|
|
Source1: 80-kvm.rules
|
|
Source2: 99-qemu-guest-agent.rules
|
|
Source3: bridge.conf
|
|
|
|
Patch0001: pl011-reset-read-FIFO-when-UARTTIMSC-0-UARTICR-0xfff.patch
|
|
Patch0002: pl031-support-rtc-timer-property-for-pl031.patch
|
|
Patch0003: vhost-cancel-migration-when-vhost-user-restarted.patch
|
|
Patch0004: qcow2-fix-memory-leak-in-qcow2_read_extensions.patch
|
|
Patch0005: bios-tables-test-prepare-to-change-ARM-virt-ACPI-DSDT.patch
|
|
Patch0006: hw-arm-expose-host-CPU-frequency-info-to-guest.patch
|
|
Patch0007: smbios-Add-missing-member-of-type-4-for-smbios-3.0.patch
|
|
Patch0008: tests-bios-tables-test-disable-this-testcase.patch
|
|
Patch0009: hw-arm-virt-Introduce-cpu-topology-support.patch
|
|
Patch0010: hw-arm64-add-vcpu-cache-info-support.patch
|
|
Patch0011: xhci-Fix-memory-leak-in-xhci_address_slot.patch
|
|
Patch0012: xhci-Fix-memory-leak-in-xhci_kick_epctx.patch
|
|
Patch0013: ehci-fix-queue-dev-null-ptr-dereference.patch
|
|
Patch0014: util-async-hold-AioContext-ref-to-prevent-use-after-free.patch
|
|
Patch0015: vhost-user-scsi-prevent-using-uninitialized-vqs.patch
|
|
Patch0016: cpu-add-Kunpeng-920-cpu-support.patch
|
|
Patch0017: cpu-parse-feature-to-avoid-failure.patch
|
|
Patch0018: cpu-add-Cortex-A72-processor-kvm-target-support.patch
|
|
Patch0019: pcie-disable-the-PCI_EXP_LINKSTA_DLLA-cap.patch
|
|
Patch0020: vnc-fix-memory-leak-when-vnc-disconnect.patch
|
|
Patch0021: linux-headers-update-against-KVM-ARM-Fix-256-vcpus.patch
|
|
Patch0022: intc-arm_gic-Support-IRQ-injection-for-more-than-256.patch
|
|
Patch0023: ARM-KVM-Check-KVM_CAP_ARM_IRQ_LINE_LAYOUT_2-for-smp.patch
|
|
Patch0024: 9pfs-local-Fix-possible-memory-leak-in-local_link.patch
|
|
Patch0025: scsi-disk-define-props-in-scsi_block_disk-to-avoid-memleaks.patch
|
|
Patch0026: arm-translate-a64-fix-uninitialized-variable-warning.patch
|
|
Patch0027: nbd-fix-uninitialized-variable-warning.patch
|
|
Patch0028: xhci-Fix-memory-leak-in-xhci_kick_epctx-when-poweroff.patch
|
|
Patch0029: block-fix-memleaks-in-bdrv_refresh_filename.patch
|
|
Patch0030: iscsi-Cap-block-count-from-GET-LBA-STATUS-CVE-2020-1.patch
|
|
Patch0031: tcp_emu-Fix-oob-access.patch
|
|
Patch0032: slirp-use-correct-size-while-emulating-IRC-commands.patch
|
|
Patch0033: slirp-use-correct-size-while-emulating-commands.patch
|
|
Patch0034: util-add-slirp_fmt-helpers.patch
|
|
Patch0035: tcp_emu-fix-unsafe-snprintf-usages.patch
|
|
Patch0036: block-iscsi-use-MIN-between-mx_sb_len-and-sb_len_wr.patch
|
|
Patch0037: monitor-fix-memory-leak-in-monitor_fdset_dup_fd_find.patch
|
|
Patch0038: memory-Align-MemoryRegionSections-fields.patch
|
|
Patch0039: memory-Provide-an-equality-function-for-MemoryRegion.patch
|
|
Patch0040: vhost-Fix-memory-region-section-comparison.patch
|
|
Patch0041: file-posix-Handle-undetectable-alignment.patch
|
|
Patch0042: block-backup-fix-max_transfer-handling-for-copy_rang.patch
|
|
Patch0043: block-backup-fix-backup_cow_with_offload-for-last-cl.patch
|
|
Patch0044: qcow2-Limit-total-allocation-range-to-INT_MAX.patch
|
|
Patch0045: mirror-Do-not-dereference-invalid-pointers.patch
|
|
Patch0046: COLO-compare-Fix-incorrect-if-logic.patch
|
|
Patch0047: qcow2-bitmap-Fix-uint64_t-left-shift-overflow.patch
|
|
Patch0048: pcie-Add-pcie-root-port-fast-plug-unplug-feature.patch
|
|
Patch0049: pcie-Compat-with-devices-which-do-not-support-Link-W.patch
|
|
Patch0050: aio-wait-delegate-polling-of-main-AioContext-if-BQL-not-held.patch
|
|
Patch0051: async-use-explicit-memory-barriers.patch
|
|
Patch0052: dma-helpers-ensure-AIO-callback-is-invoked-after-can.patch
|
|
Patch0053: Revert-ide-ahci-Check-for-ECANCELED-in-aio-callbacks.patch
|
|
Patch0054: pc-Don-t-make-die-id-mandatory-unless-necessary.patch
|
|
Patch0055: block-file-posix-Reduce-xfsctl-use.patch
|
|
Patch0056: pr-manager-Fix-invalid-g_free-crash-bug.patch
|
|
Patch0057: x86-do-not-advertise-die-id-in-query-hotpluggbale-cp.patch
|
|
Patch0058: vpc-Return-0-from-vpc_co_create-on-success.patch
|
|
Patch0059: target-arm-Free-TCG-temps-in-trans_VMOV_64_sp.patch
|
|
Patch0060: target-arm-Don-t-abort-on-M-profile-exception-return.patch
|
|
Patch0061: libvhost-user-fix-SLAVE_SEND_FD-handling.patch
|
|
Patch0062: qcow2-Fix-the-calculation-of-the-maximum-L2-cache-si.patch
|
|
Patch0063: block-nfs-tear-down-aio-before-nfs_close.patch
|
|
Patch0064: blockjob-update-nodes-head-while-removing-all-bdrv.patch
|
|
Patch0065: block-qcow2-Fix-corruption-introduced-by-commit-8ac0.patch
|
|
Patch0066: coroutine-Add-qemu_co_mutex_assert_locked.patch
|
|
Patch0067: qcow2-Fix-corruption-bug-in-qcow2_detect_metadata_pr.patch
|
|
Patch0068: hw-arm-boot.c-Set-NSACR.-CP11-CP10-for-NS-kernel-boo.patch
|
|
Patch0069: make-release-pull-in-edk2-submodules-so-we-can-build.patch
|
|
Patch0070: roms-Makefile.edk2-don-t-pull-in-submodules-when-bui.patch
|
|
Patch0071: block-snapshot-Restrict-set-of-snapshot-nodes.patch
|
|
Patch0072: vhost-user-save-features-if-the-char-dev-is-closed.patch
|
|
Patch0073: hw-core-loader-Fix-possible-crash-in-rom_copy.patch
|
|
Patch0074: ui-Fix-hanging-up-Cocoa-display-on-macOS-10.15-Catal.patch
|
|
Patch0075: virtio-new-post_load-hook.patch
|
|
Patch0076: virtio-net-prevent-offloads-reset-on-migration.patch
|
|
Patch0077: util-hbitmap-strict-hbitmap_reset.patch
|
|
Patch0078: hbitmap-handle-set-reset-with-zero-length.patch
|
|
Patch0079: target-arm-Allow-reading-flags-from-FPSCR-for-M-prof.patch
|
|
Patch0080: scsi-lsi-exit-infinite-loop-while-executing-script-C.patch
|
|
Patch0081: virtio-blk-Cancel-the-pending-BH-when-the-dataplane-.patch
|
|
Patch0082: qcow2-Fix-QCOW2_COMPRESSED_SECTOR_MASK.patch
|
|
Patch0083: util-iov-introduce-qemu_iovec_init_extended.patch
|
|
Patch0084: util-iov-improve-qemu_iovec_is_zero.patch
|
|
Patch0085: block-io-refactor-padding.patch
|
|
Patch0086: block-Make-wait-mark-serialising-requests-public.patch
|
|
Patch0087: block-Add-bdrv_co_get_self_request.patch
|
|
Patch0088: block-file-posix-Let-post-EOF-fallocate-serialize.patch
|
|
Patch0089: block-posix-Always-allocate-the-first-block.patch
|
|
Patch0090: block-create-Do-not-abort-if-a-block-driver-is-not-a.patch
|
|
Patch0091: mirror-Keep-mirror_top_bs-drained-after-dropping-per.patch
|
|
Patch0092: target-arm-kvm-trivial-Clean-up-header-documentation.patch
|
|
Patch0093: target-arm-kvm64-kvm64-cpus-have-timer-registers.patch
|
|
Patch0094: target-arm-kvm-Implement-virtual-time-adjustment.patch
|
|
Patch0095: target-arm-cpu-Add-the-kvm-no-adjvtime-CPU-property.patch
|
|
Patch0096: hw-acpi-Make-ACPI-IO-address-space-configurable.patch
|
|
Patch0097: hw-acpi-Do-not-create-memory-hotplug-method-when-han.patch
|
|
Patch0098: hw-acpi-Add-ACPI-Generic-Event-Device-Support.patch
|
|
Patch0099: hw-arm-virt-Add-memory-hotplug-framework.patch
|
|
Patch0100: hw-arm-virt-Enable-device-memory-cold-hot-plug-with-.patch
|
|
Patch0101: hw-arm-virt-acpi-build-Add-PC-DIMM-in-SRAT.patch
|
|
Patch0102: hw-arm-Factor-out-powerdown-notifier-from-GPIO.patch
|
|
Patch0103: hw-arm-Use-GED-for-system_powerdown-event.patch
|
|
Patch0104: docs-specs-Add-ACPI-GED-documentation.patch
|
|
Patch0105: tests-Update-ACPI-tables-list-for-upcoming-arm-virt-.patch
|
|
Patch0106: tests-acpi-add-empty-files.patch
|
|
Patch0107: tests-allow-empty-expected-files.patch
|
|
Patch0108: tests-Add-bios-tests-to-arm-virt.patch
|
|
Patch0109: tests-document-how-to-update-acpi-tables.patch
|
|
Patch0110: hw-arm-virt-Simplify-by-moving-the-gic-in-the-machin.patch
|
|
Patch0111: bugfix-Use-gicr_typer-in-arm_gicv3_icc_reset.patch
|
|
Patch0112: Typo-Correct-the-name-of-CPU-hotplug-memory-region.patch
|
|
Patch0113: acpi-madt-Factor-out-the-building-of-MADT-GICC-struc.patch
|
|
Patch0114: acpi-ged-Add-virt_madt_cpu_entry-to-madt_cpu-hook.patch
|
|
Patch0115: arm-virt-acpi-Factor-out-CPPC-building-from-DSDT-CPU.patch
|
|
Patch0116: acpi-cpu-Prepare-build_cpus_aml-for-arm-virt.patch
|
|
Patch0117: acpi-ged-Extend-ACPI-GED-to-support-CPU-hotplug.patch
|
|
Patch0118: arm-cpu-assign-arm_get_arch_id-handler-to-get_arch_i.patch
|
|
Patch0119: arm-virt-Attach-ACPI-CPU-hotplug-support-to-virt.patch
|
|
Patch0120: arm-virt-Add-CPU-hotplug-framework.patch
|
|
Patch0121: arm-virt-Add-CPU-topology-support.patch
|
|
Patch0122: test-numa-Adjust-aarch64-numa-test.patch
|
|
Patch0123: hw-arm-virt-Factor-out-some-CPU-init-codes-to-pre_pl.patch
|
|
Patch0124: hw-arm-boot-Add-manually-register-and-trigger-of-CPU.patch
|
|
Patch0125: arm-virt-gic-Construct-irqs-connection-from-create_g.patch
|
|
Patch0126: intc-gicv3_common-Factor-out-arm_gicv3_common_cpu_re.patch
|
|
Patch0127: intc-gicv3_cpuif-Factor-out-gicv3_init_one_cpuif.patch
|
|
Patch0128: intc-kvm_gicv3-Factor-out-kvm_arm_gicv3_cpu_realize.patch
|
|
Patch0129: hw-intc-gicv3-Add-CPU-hotplug-realize-hook.patch
|
|
Patch0130: accel-kvm-Add-pre-park-vCPU-support.patch
|
|
Patch0131: intc-gicv3-Add-pre-sizing-capability-to-GICv3.patch
|
|
Patch0132: acpi-madt-Add-pre-sizing-capability-to-MADT-GICC-str.patch
|
|
Patch0133: arm-virt-Add-cpu_hotplug_enabled-field.patch
|
|
Patch0134: arm-virt-acpi-Extend-cpufreq-to-support-max_cpus.patch
|
|
Patch0135: arm-virt-Pre-sizing-MADT-GICC-PPTT-GICv3-and-Pre-par.patch
|
|
Patch0136: arm-virt-Add-some-sanity-checks-in-cpu_pre_plug-hook.patch
|
|
Patch0137: arm-virt-Start-up-CPU-hot-plug.patch
|
|
Patch0138: migration-always-initialise-ram_counters-for-a-new-m.patch
|
|
Patch0139: migration-add-qemu_file_update_transfer-interface.patch
|
|
Patch0140: migration-add-speed-limit-for-multifd-migration.patch
|
|
Patch0141: migration-update-ram_counters-for-multifd-sync-packe.patch
|
|
Patch0142: migration-Make-global-sem_sync-semaphore-by-channel.patch
|
|
Patch0143: migration-multifd-fix-nullptr-access-in-terminating-m.patch
|
|
Patch0144: migration-Maybe-VM-is-paused-when-migration-is-cance.patch
|
|
Patch0145: migration-multifd-fix-potential-wrong-acception-orde.patch
|
|
Patch0146: migration-multifd-fix-destroyed-mutex-access-in-term.patch
|
|
Patch0147: migration-multifd-fix-nullptr-access-in-multifd_send.patch
|
|
Patch0148: vtimer-compat-cross-version-migration-from-v4.0.1.patch
|
|
Patch0149: migration-ram-Do-error_free-after-migrate_set_error-.patch
|
|
Patch0150: migration-ram-fix-memleaks-in-multifd_new_send_chann.patch
|
|
Patch0151: migration-rdma-fix-a-memleak-on-error-path-in-rdma_s.patch
|
|
Patch0152: arm-virt-Support-CPU-cold-plug.patch
|
|
Patch0153: ide-Fix-incorrect-handling-of-some-PRDTs-in-ide_dma_.patch
|
|
Patch0154: ati-vga-Fix-checks-in-ati_2d_blt-to-avoid-crash.patch
|
|
Patch0155: slirp-tftp-restrict-relative-path-access.patch
|
|
Patch0156: ip_reass-Fix-use-after-free.patch
|
|
Patch0157: bt-use-size_t-type-for-length-parameters-instead-of-.patch
|
|
Patch0158: log-Add-some-logs-on-VM-runtime-path.patch
|
|
Patch0159: Revert-vtimer-compat-cross-version-migration-from-v4.patch
|
|
Patch0160: ARM64-record-vtimer-tick-when-cpu-is-stopped.patch
|
|
Patch0161: hw-arm-virt-add-missing-compat-for-kvm-no-adjvtime.patch
|
|
Patch0162: migration-Compat-virtual-timer-adjust-for-v4.0.1-and.patch
|
|
Patch0163: vtimer-Drop-vtimer-virtual-timer-adjust.patch
|
|
Patch0164: target-arm-Add-the-kvm_adjvtime-vcpu-property-for-Co.patch
|
|
Patch0165: target-arm-Fix-PAuth-sbox-functions.patch
|
|
Patch0166: tests-Disalbe-filemonitor-testcase.patch
|
|
Patch0167: es1370-check-total-frame-count-against-current-frame.patch
|
|
Patch0168: exec-set-map-length-to-zero-when-returning-NULL.patch
|
|
Patch0169: ati-vga-check-mm_index-before-recursive-call-CVE-202.patch
|
|
Patch0170: megasas-use-unsigned-type-for-reply_queue_head-and-c.patch
|
|
Patch0171: megasas-avoid-NULL-pointer-dereference.patch
|
|
Patch0172: megasas-use-unsigned-type-for-positive-numeric-field.patch
|
|
Patch0173: hw-scsi-megasas-Fix-possible-out-of-bounds-array-acc.patch
|
|
Patch0174: hw-arm-acpi-enable-SHPC-native-hot-plug.patch
|
|
Patch0175: hw-tpm-rename-Error-parameter-to-more-common-errp.patch
|
|
Patch0176: tpm-ppi-page-align-PPI-RAM.patch
|
|
Patch0177: tpm-Move-tpm_tis_show_buffer-to-tpm_util.c.patch
|
|
Patch0178: spapr-Implement-get_dt_compatible-callback.patch
|
|
Patch0179: delete-the-in-tpm.txt.patch
|
|
Patch0180: tpm_spapr-Support-TPM-for-ppc64-using-CRQ-based-inte.patch
|
|
Patch0181: tpm_spapr-Support-suspend-and-resume.patch
|
|
Patch0182: hw-ppc-Kconfig-Enable-TPM_SPAPR-as-part-of-PSERIES-c.patch
|
|
Patch0183: docs-specs-tpm-reST-ify-TPM-documentation.patch
|
|
Patch0184: tpm-rename-TPM_TIS-into-TPM_TIS_ISA.patch
|
|
Patch0185: tpm-Use-TPMState-as-a-common-struct.patch
|
|
Patch0186: tpm-Separate-tpm_tis-common-functions-from-isa-code.patch
|
|
Patch0187: tpm-Separate-TPM_TIS-and-TPM_TIS_ISA-configs.patch
|
|
Patch0188: tpm-Add-the-SysBus-TPM-TIS-device.patch
|
|
Patch0189: hw-arm-virt-vTPM-support.patch
|
|
Patch0190: docs-specs-tpm-Document-TPM_TIS-sysbus-device-for-AR.patch
|
|
Patch0191: test-tpm-pass-optional-machine-options-to-swtpm-test.patch
|
|
Patch0192: test-tpm-tis-Get-prepared-to-share-tests-between-ISA.patch
|
|
Patch0193: test-tpm-tis-Add-Sysbus-TPM-TIS-device-test.patch
|
|
Patch0194: build-smt-processor-structure-to-support-smt-topolog.patch
|
|
Patch0195: target-arm-Add-isar_feature-tests-for-PAN-ATS1E1.patch
|
|
Patch0196: target-arm-Add-ID_AA64MMFR2_EL1.patch
|
|
Patch0197: target-arm-Add-and-use-FIELD-definitions-for-ID_AA64.patch
|
|
Patch0198: target-arm-Use-FIELD-macros-for-clearing-ID_DFR0-PER.patch
|
|
Patch0199: target-arm-Define-an-aa32_pmu_8_1-isar-feature-test-.patch
|
|
Patch0200: target-arm-Add-_aa64_-and-_any_-versions-of-pmu_8_1-.patch
|
|
Patch0201: target-arm-Stop-assuming-DBGDIDR-always-exists.patch
|
|
Patch0202: target-arm-Move-DBGDIDR-into-ARMISARegisters.patch
|
|
Patch0203: target-arm-Enable-ARMv8.2-ATS1E1-in-cpu-max.patch
|
|
Patch0204: target-arm-Test-correct-register-in-aa32_pan-and-aa3.patch
|
|
Patch0205: target-arm-Read-debug-related-ID-registers-from-KVM.patch
|
|
Patch0206: target-arm-monitor-Introduce-qmp_query_cpu_model_exp.patch
|
|
Patch0207: target-arm-monitor-query-cpu-model-expansion-crashed.patch
|
|
Patch0208: target-arm-convert-isar-regs-to-array.patch
|
|
Patch0209: target-arm-parse-cpu-feature-related-options.patch
|
|
Patch0210: target-arm-register-CPU-features-for-property.patch
|
|
Patch0211: target-arm-Allow-ID-registers-to-synchronize-to-KVM.patch
|
|
Patch0212: target-arm-introduce-CPU-feature-dependency-mechanis.patch
|
|
Patch0213: target-arm-introduce-KVM_CAP_ARM_CPU_FEATURE.patch
|
|
Patch0214: target-arm-Add-CPU-features-to-query-cpu-model-expan.patch
|
|
Patch0215: target-arm-Update-ID-fields.patch
|
|
Patch0216: target-arm-Add-more-CPU-features.patch
|
|
|
|
BuildRequires: flex
|
|
BuildRequires: bison
|
|
BuildRequires: texinfo
|
|
BuildRequires: perl-podlators
|
|
BuildRequires: kernel
|
|
BuildRequires: chrpath
|
|
BuildRequires: gettext
|
|
BuildRequires: python-sphinx
|
|
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: gtk3-devel
|
|
BuildRequires: gnutls-devel
|
|
BuildRequires: numactl-devel
|
|
BuildRequires: device-mapper-multipath-devel
|
|
BuildRequires: rdma-core-devel
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: libcap-ng-devel
|
|
BuildRequires: cyrus-sasl-devel
|
|
BuildRequires: libaio-devel
|
|
BuildRequires: usbredir-devel >= 0.5.2
|
|
BuildRequires: libseccomp-devel >= 2.3.0
|
|
BuildRequires: systemd-devel
|
|
BuildRequires: libiscsi-devel
|
|
BuildRequires: snappy-devel
|
|
BuildRequires: lzo-devel
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: libattr-devel
|
|
BuildRequires: libcurl-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: brlapi-devel
|
|
BuildRequires: pixman-devel
|
|
BuildRequires: libusbx-devel
|
|
BuildRequires: bzip2-devel
|
|
BuildRequires: libepoxy-devel
|
|
BuildRequires: libtasn1-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libudev-devel
|
|
BuildRequires: pam-devel
|
|
BuildRequires: perl-Test-Harness
|
|
BuildRequires: python3-devel
|
|
BuildRequires: librbd-devel
|
|
%ifarch aarch64
|
|
BuildRequires: libfdt-devel
|
|
BuildRequires: virglrenderer-devel
|
|
%endif
|
|
|
|
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
|
|
|
|
%description
|
|
QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed.
|
|
|
|
QEMU has two operating modes:
|
|
|
|
Full system emulation. In this mode, QEMU emulates a full system (for example a PC),
|
|
including one or several processors and various peripherals. It can be used to launch
|
|
different Operating Systems without rebooting the PC or to debug system code.
|
|
|
|
User mode emulation. In this mode, QEMU can launch processes compiled for one CPU on another CPU.
|
|
It can be used to launch the Wine Windows API emulator (https://www.winehq.org) or to ease
|
|
cross-compilation and cross-debugging.
|
|
You can refer to https://www.qemu.org for more infortmation.
|
|
|
|
%package guest-agent
|
|
Summary: QEMU guest agent
|
|
Requires(post): systemd-units
|
|
Requires(preun): systemd-units
|
|
Requires(postun): systemd-units
|
|
%description guest-agent
|
|
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"
|
|
Please refer to https://wiki.qemu.org/Features/GuestAgent for more information.
|
|
|
|
%package help
|
|
Summary: Documents for qemu
|
|
Buildarch: noarch
|
|
%description help
|
|
This package provides documents for qemu related man help and information.
|
|
|
|
%package img
|
|
Summary: QEMU command line tool for manipulating disk images
|
|
%description img
|
|
This package provides a command line tool for manipulating disk images
|
|
|
|
%ifarch %{ix86} x86_64
|
|
%package seabios
|
|
Summary: QEMU seabios
|
|
%description seabios
|
|
This package include bios-256k.bin and bios.bin of seabios
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -n qemu-%{version}%{?rcstr}
|
|
%autopatch -p1
|
|
|
|
%build
|
|
%ifarch x86_64
|
|
buildarch="x86_64-softmmu"
|
|
%endif
|
|
%ifarch aarch64
|
|
buildarch="aarch64-softmmu"
|
|
%endif
|
|
|
|
buildldflags="VL_LDFLAGS=-Wl,--build-id"
|
|
|
|
./configure \
|
|
--prefix=%{_prefix} \
|
|
--target-list=${buildarch} \
|
|
--extra-cflags="%{optflags} -fPIE -DPIE -fPIC" \
|
|
--extra-ldflags="-Wl,--build-id -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack" \
|
|
--datadir=%{_datadir} \
|
|
--docdir=%{_docdir}/%{name} \
|
|
--libdir=%{_libdir} \
|
|
--libexecdir=%{_libexecdir} \
|
|
--localstatedir=%{_localstatedir} \
|
|
--sysconfdir=%{_sysconfdir} \
|
|
--interp-prefix=%{_prefix}/qemu-%%M \
|
|
--firmwarepath=%{_datadir}/%{name} \
|
|
--with-pkgversion=%{name}-%{version}-%{release} \
|
|
--python=/usr/bin/python3 \
|
|
--disable-strip \
|
|
--disable-slirp \
|
|
--enable-gtk \
|
|
--enable-docs \
|
|
--enable-guest-agent \
|
|
--enable-pie \
|
|
--enable-numa \
|
|
--enable-mpath \
|
|
--disable-libnfs \
|
|
--disable-bzip2 \
|
|
--enable-kvm \
|
|
--enable-tcg \
|
|
--enable-rdma \
|
|
--enable-linux-aio \
|
|
--enable-cap-ng \
|
|
--enable-vhost-user \
|
|
--enable-tpm \
|
|
%ifarch aarch64
|
|
--enable-fdt \
|
|
--enable-virglrenderer \
|
|
%endif
|
|
--enable-cap-ng \
|
|
--enable-libusb \
|
|
--disable-bluez \
|
|
--disable-dmg \
|
|
--disable-qcow1 \
|
|
--disable-vdi \
|
|
--disable-vvfat \
|
|
--disable-qed \
|
|
--disable-parallels \
|
|
--disable-sheepdog \
|
|
--disable-capstone \
|
|
--disable-smartcard
|
|
|
|
make %{?_smp_mflags} $buildldflags V=1
|
|
|
|
cp -a ${buildarch}/qemu-system-* qemu-kvm
|
|
|
|
%install
|
|
|
|
make %{?_smp_mflags} DESTDIR=%{buildroot} \
|
|
install
|
|
|
|
%find_lang %{name}
|
|
install -m 0755 qemu-kvm %{buildroot}%{_libexecdir}/
|
|
ln -s %{_libexecdir}/qemu-kvm %{buildroot}/%{_bindir}/qemu-kvm
|
|
|
|
rm %{buildroot}/%{_bindir}/qemu-system-*
|
|
install -D -p -m 0644 contrib/systemd/qemu-pr-helper.service %{buildroot}%{_unitdir}/qemu-pr-helper.service
|
|
install -D -p -m 0644 contrib/systemd/qemu-pr-helper.socket %{buildroot}%{_unitdir}/qemu-pr-helper.socket
|
|
install -D -p -m 0644 qemu.sasl %{buildroot}%{_sysconfdir}/sasl2/qemu.conf
|
|
install -D -m 0644 %{_sourcedir}/bridge.conf %{buildroot}%{_sysconfdir}/qemu/bridge.conf
|
|
install -D -m 0644 %{_sourcedir}/80-kvm.rules %{buildroot}/usr/lib/udev/rules.d/80-kvm.rules
|
|
|
|
# For qemu-guest-agent package
|
|
%global _udevdir /lib/udev/rules.d
|
|
install -D -p -m 0644 contrib/systemd/qemu-guest-agent.service %{buildroot}%{_unitdir}/qemu-guest-agent.service
|
|
install -D -m 0644 %{_sourcedir}/99-qemu-guest-agent.rules %{buildroot}%{_udevdir}/99-qemu-guest-agent.rules
|
|
mkdir -p %{buildroot}%{_localstatedir}/log
|
|
touch %{buildroot}%{_localstatedir}/log/qga-fsfreeze-hook.log
|
|
|
|
# For qemu docs package
|
|
%global qemudocdir %{_docdir}/%{name}
|
|
rm -rf %{buildroot}%{qemudocdir}/specs
|
|
install -D -p -m 0644 -t %{buildroot}%{qemudocdir} Changelog README COPYING COPYING.LIB LICENSE
|
|
chmod -x %{buildroot}%{_mandir}/man1/*
|
|
|
|
|
|
%ifarch aarch64
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/vgabios*bin
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/bios*.bin
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/linuxboot.bin
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/kvmvapic.bin
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/sgabios.bin
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/multiboot.bin
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/linuxboot_dma.bin
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/pvh.bin
|
|
%endif
|
|
%ifarch x86_64
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/vgabios-ati.bin
|
|
%endif
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/openbios-*
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/slof.bin
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/QEMU,*.bin
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/bamboo.dtb
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/canyonlands.dtb
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/hppa-firmware.img
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/palcode-clipper
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/petalogix-*
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/ppc_*
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/qemu_vga.ndrv
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/s390-*
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/skiboot.lid
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/spapr-*
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/u-boot*
|
|
rm -rf %{buildroot}%{_bindir}/ivshmem*
|
|
rm -f %{buildroot}%{_datadir}/%{name}/edk2*
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/firmware
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/opensbi*
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/qemu-nsis.bmp
|
|
|
|
|
|
for f in %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/* \
|
|
%{buildroot}%{_libexecdir}/*; do
|
|
if file $f | grep -q ELF | grep -q -i shared; then chrpath --delete $f; fi
|
|
done
|
|
|
|
%check
|
|
make check V=1
|
|
|
|
%pre
|
|
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 guest-agent
|
|
%systemd_post qemu-guest-agent.service
|
|
%preun guest-agent
|
|
%systemd_preun qemu-guest-agent.service
|
|
%postun guest-agent
|
|
%systemd_postun_with_restart qemu-guest-agent.service
|
|
|
|
%files -f %{name}.lang
|
|
%dir %{_datadir}/%{name}/
|
|
%{_libexecdir}/qemu-kvm
|
|
%{_bindir}/qemu-kvm
|
|
%{_datadir}/%{name}/efi-virtio.rom
|
|
%{_datadir}/%{name}/efi-e1000.rom
|
|
%{_datadir}/%{name}/efi-e1000e.rom
|
|
%{_datadir}/%{name}/efi-rtl8139.rom
|
|
%{_datadir}/%{name}/efi-pcnet.rom
|
|
%{_datadir}/%{name}/efi-ne2k_pci.rom
|
|
%{_datadir}/%{name}/efi-eepro100.rom
|
|
%{_datadir}/%{name}/efi-vmxnet3.rom
|
|
%{_datadir}/%{name}/pxe-virtio.rom
|
|
%{_datadir}/%{name}/pxe-e1000.rom
|
|
%{_datadir}/%{name}/pxe-ne2k_pci.rom
|
|
%{_datadir}/%{name}/pxe-pcnet.rom
|
|
%{_datadir}/%{name}/pxe-rtl8139.rom
|
|
%{_datadir}/%{name}/pxe-eepro100.rom
|
|
%{_datadir}/%{name}/trace-events-all
|
|
%{_datadir}/applications/qemu.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
|
%{_datadir}/%{name}/keymaps/
|
|
%{_bindir}/elf2dmp
|
|
%{_bindir}/qemu-edid
|
|
%{_bindir}/qemu-keymap
|
|
%{_bindir}/qemu-pr-helper
|
|
%{_bindir}/virtfs-proxy-helper
|
|
%{_unitdir}/qemu-pr-helper.service
|
|
%{_unitdir}/qemu-pr-helper.socket
|
|
%attr(4755, root, root) %{_libexecdir}/qemu-bridge-helper
|
|
%config(noreplace) %{_sysconfdir}/sasl2/qemu.conf
|
|
%dir %{_sysconfdir}/qemu
|
|
%config(noreplace) %{_sysconfdir}/qemu/bridge.conf
|
|
/usr/lib/udev/rules.d/80-kvm.rules
|
|
%doc %{qemudocdir}/COPYING
|
|
%doc %{qemudocdir}/COPYING.LIB
|
|
%doc %{qemudocdir}/LICENSE
|
|
%ifarch x86_64
|
|
%{_datadir}/%{name}/bios.bin
|
|
%{_datadir}/%{name}/bios-256k.bin
|
|
%{_datadir}/%{name}/vgabios.bin
|
|
%{_datadir}/%{name}/vgabios-cirrus.bin
|
|
%{_datadir}/%{name}/vgabios-qxl.bin
|
|
%{_datadir}/%{name}/vgabios-stdvga.bin
|
|
%{_datadir}/%{name}/vgabios-vmware.bin
|
|
%{_datadir}/%{name}/vgabios-virtio.bin
|
|
%{_datadir}/%{name}/vgabios-ramfb.bin
|
|
%{_datadir}/%{name}/vgabios-bochs-display.bin
|
|
%{_datadir}/%{name}/linuxboot.bin
|
|
%{_datadir}/%{name}/linuxboot_dma.bin
|
|
%{_datadir}/%{name}/pvh.bin
|
|
%{_datadir}/%{name}/multiboot.bin
|
|
%{_datadir}/%{name}/kvmvapic.bin
|
|
%{_datadir}/%{name}/sgabios.bin
|
|
%endif
|
|
|
|
%files help
|
|
%dir %{qemudocdir}
|
|
%doc %{qemudocdir}/qemu-doc.html
|
|
%doc %{qemudocdir}/qemu-doc.txt
|
|
%doc %{qemudocdir}/qemu-ga-ref.html
|
|
%doc %{qemudocdir}/qemu-ga-ref.txt
|
|
%doc %{qemudocdir}/qemu-qmp-ref.html
|
|
%doc %{qemudocdir}/qemu-qmp-ref.txt
|
|
%doc %{qemudocdir}/interop
|
|
%doc %{qemudocdir}/README
|
|
%doc %{qemudocdir}/Changelog
|
|
%{_mandir}/man1/qemu.1*
|
|
%{_mandir}/man1/virtfs-proxy-helper.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*
|
|
%{_mandir}/man1/qemu-img.1*
|
|
%{_mandir}/man8/qemu-nbd.8*
|
|
|
|
%files guest-agent
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/qemu-ga
|
|
%{_mandir}/man8/qemu-ga.8*
|
|
%{_unitdir}/qemu-guest-agent.service
|
|
%{_udevdir}/99-qemu-guest-agent.rules
|
|
%ghost %{_localstatedir}/log/qga-fsfreeze-hook.log
|
|
|
|
%files img
|
|
%{_bindir}/qemu-img
|
|
%{_bindir}/qemu-io
|
|
%{_bindir}/qemu-nbd
|
|
|
|
%ifarch %{ix86} x86_64
|
|
%files seabios
|
|
%{_datadir}/%{name}/bios-256k.bin
|
|
%{_datadir}/%{name}/bios.bin
|
|
%endif
|
|
|
|
%changelog
|
|
* Wed Aug 19 2020 Huawei Technologies Co., Ltd <liangpeng10@huawei.com>
|
|
- target-arm-convert-isar-regs-to-array.patch
|
|
- target-arm-parse-cpu-feature-related-options.patch
|
|
- target-arm-register-CPU-features-for-property.patch
|
|
- target-arm-Allow-ID-registers-to-synchronize-to-KVM.patch
|
|
- target-arm-introduce-CPU-feature-dependency-mechanis.patch
|
|
- target-arm-introduce-KVM_CAP_ARM_CPU_FEATURE.patch
|
|
- target-arm-Add-CPU-features-to-query-cpu-model-expan.patch
|
|
- target-arm-Update-ID-fields.patch
|
|
- target-arm-Add-more-CPU-features.patch
|
|
|
|
* Wed Aug 19 2020 Huawei Technologies Co., Ltd <liangpeng10@huawei.com>
|
|
- target-arm-Add-isar_feature-tests-for-PAN-ATS1E1.patch
|
|
- target-arm-Add-ID_AA64MMFR2_EL1.patch
|
|
- target-arm-Add-and-use-FIELD-definitions-for-ID_AA64.patch
|
|
- target-arm-Use-FIELD-macros-for-clearing-ID_DFR0-PER.patch
|
|
- target-arm-Define-an-aa32_pmu_8_1-isar-feature-test-.patch
|
|
- target-arm-Add-_aa64_-and-_any_-versions-of-pmu_8_1-.patch
|
|
- target-arm-Stop-assuming-DBGDIDR-always-exists.patch
|
|
- target-arm-Move-DBGDIDR-into-ARMISARegisters.patch
|
|
- target-arm-Enable-ARMv8.2-ATS1E1-in-cpu-max.patch
|
|
- target-arm-Test-correct-register-in-aa32_pan-and-aa3.patch
|
|
- target-arm-Read-debug-related-ID-registers-from-KVM.patch
|
|
- target-arm-monitor-Introduce-qmp_query_cpu_model_exp.patch
|
|
- target-arm-monitor-query-cpu-model-expansion-crashed.patch
|
|
|
|
* Tue Aug 18 2020 Huawei Technologies Co., Ltd <fanhenglong@huawei.com>
|
|
- hw/acpi/aml-build.c: build smt processor structure to support smt topology
|
|
|
|
* Thu Aug 13 2020 Huawei Technologies Co., Ltd <jiangfangjie@huawei.com>
|
|
-target/arm: Aarch64 support vtpm
|
|
|
|
* Wed Aug 12 2020 Huawei Technologies Co., Ltd <jinzeyu@huawei.com>
|
|
- backport upstream patch to support SHPCHotplug in arm
|
|
|
|
* Thu Aug 6 2020 Huawei Technologies Co., Ltd <zhang.zhanghailiang@huawei.com>
|
|
- es1370: check total frame count against current frame
|
|
- exec: set map length to zero when returning NULL
|
|
- ati-vga: check mm_index before recursive call (CVE-2020-13800)
|
|
- megasas: use unsigned type for reply_queue_head and check index
|
|
- megasas: avoid NULL pointer dereference
|
|
- megasas: use unsigned type for positive numeric fields
|
|
- hw/scsi/megasas: Fix possible out-of-bounds array access in tracepoints
|
|
|
|
* Thu Aug 6 2020 Huawei Technologies Co., Ltd <fangying1@huawei.com>
|
|
- tests: Disalbe filemonitor testcase
|
|
|
|
* Sat Jun 20 2020 Huawei Technologies Co., Ltd <zhang.zhanghailiang@huawei.com>
|
|
- target/arm: Fix PAuth sbox functions
|
|
- fix two patches' format which can cause git am failed
|
|
|
|
* Fri May 29 2020 Huawei Technologies Co., Ltd <fangying1@huawei.com>
|
|
- target/arm: Add the kvm_adjvtime vcpu property for Cortex-A72
|
|
|
|
* Wed May 27 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- Revert: "vtimer: compat cross version migration from v4.0.1"
|
|
- ARM64: record vtimer tick when cpu is stopped
|
|
- hw/arm/virt: add missing compat for kvm-no-adjvtime
|
|
- migration: Compat virtual timer adjust for v4.0.1 and v4.1.0
|
|
- vtimer: Drop vtimer virtual timer adjust
|
|
|
|
* Fri May 22 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- ip_reass: Fix use after free
|
|
- bt: use size_t type for length parameters instead of int
|
|
- log: Add some logs on VM runtime path
|
|
|
|
* Fri May 15 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- ide: Fix incorrect handling of some PRDTs in ide_dma_cb()
|
|
- ati-vga: Fix checks in ati_2d_blt() to avoid crash
|
|
- slirp: tftp: restrict relative path access
|
|
|
|
* Tue May 12 2020 Huawei Technologies Co., Ltd. <zhukeqian1@huawei.com>
|
|
- arm/virt: Support CPU cold plug
|
|
|
|
* Sat May 9 2020 Huawei Technologies Co., Ltd. <pannengyuan@huawei.com>
|
|
- migration/ram: do error_free after migrate_set_error to avoid memleaks.
|
|
- migration/ram: fix memleaks in multifd_new_send_channel_async.
|
|
- migration/rdma: fix a memleak on error path in rdma_start_incoming_migration.
|
|
|
|
* Fri May 8 2020 Huawei Technologies Co., Ltd. <zhengchuan@huawei.com>
|
|
- vtimer: compat cross version migration from v4.0.1
|
|
|
|
* Fri Apr 24 2020 Huawei Technologies Co., Ltd. <zhengchuan@huawei.com>
|
|
- migration: backport migration patches from upstream
|
|
|
|
* Fri Apr 24 2020 Huawei Technologies Co., Ltd. <zhukeqian1@huawei.com>
|
|
- arm/virt: Add CPU hotplug support
|
|
|
|
* Wed Apr 22 2020 Huawei Technologies Co., Ltd. <zhukeqian1@huawei.com>
|
|
- backport patch to enable arm/virt memory hotplug
|
|
|
|
* Wed Apr 22 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- backport patch to enable target/arm/kvm Adjust virtual time
|
|
|
|
* Fri Apr 17 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- backport patch bundles from qemu stable v4.1.1
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- aio-wait: delegate polling of main AioContext if BQL not held
|
|
- async: use explicit memory barriers
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- pcie: Add pcie-root-port fast plug/unplug feature
|
|
- pcie: Compat with devices which do not support Link Width, such as ioh3420
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- qcow2-bitmap: Fix uint64_t left-shift overflow
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- COLO-compare: Fix incorrect `if` logic
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- block/backup: fix max_transfer handling for copy_range
|
|
- block/backup: fix backup_cow_with_offload for last cluster
|
|
- qcow2: Limit total allocation range to INT_MAX
|
|
- mirror: Do not dereference invalid pointers
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- file-posix: Handle undetectable alignment
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- vhost: Fix memory region section comparison
|
|
- memory: Provide an equality function for MemoryRegionSections
|
|
- memory: Align MemoryRegionSections fields
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- block/iscsi: use MIN() between mx_sb_len and sb_len_wr
|
|
- moniter: fix memleak in monitor_fdset_dup_fd_find_remove
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- tcp_emu: fix unsafe snprintf() usages
|
|
- util: add slirp_fmt() helpers
|
|
- slirp: use correct size while emulating commands
|
|
- slirp: use correct size while emulating IRC commands
|
|
- tcp_emu: Fix oob access
|
|
- iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- 9pfs: local: Fix possible memory leak in local_link()
|
|
- scsi-disk: define props in scsi_block_disk to avoid memleaks
|
|
- arm/translate-a64: fix uninitialized variable warning
|
|
- block: fix memleaks in bdrv_refresh_filename
|
|
- vnc: fix memory leak when vnc disconnect
|
|
- block: fix memleaks in bdrv_refresh_filename
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- linux headers: update against "KVM/ARM: Fix >256 vcpus"
|
|
- intc/arm_gic: Support IRQ injection for more than 256 vcpus
|
|
- ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus >
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- vnc: fix memory leak when vnc disconnect
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- pcie: disable the PCI_EXP_LINKSTA_DLLA cap for pcie-root-port by default
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- cpu: add Kunpeng-920 cpu support
|
|
- cpu: parse +/- feature to avoid failure
|
|
- cpu: add Cortex-A72 processor kvm target support
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- vhost-user-scsi: prevent using uninitialized vqs
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- util/async: hold AioContext ref to prevent use-after-free
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- xhci: Fix memory leak in xhci_address_slot
|
|
- xhci: Fix memory leak in xhci_kick_epctx
|
|
- ehci: fix queue->dev null ptr dereference
|
|
|
|
* Thu Apr 16 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- tests/bios-tables-test: disable this testcase
|
|
- hw/arm/virt: Introduce cpu topology support
|
|
- hw/arm64: add vcpu cache info support
|
|
|
|
* Wed Apr 15 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- smbios: Add missing member of type 4 for smbios 3.0
|
|
|
|
* Wed Apr 15 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- bios-tables-test: prepare to change ARM virt ACPI DSDT
|
|
- arm64: Add the cpufreq device to show cpufreq info to guest
|
|
|
|
* Wed Apr 15 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- qcow2: fix memory leak in qcow2_read_extensions
|
|
|
|
* Wed Apr 15 2020 Huawei Technologies Co., Ltd. <fangying1@huawei.com>
|
|
- pl011: reset read FIFIO when UARTTIMSC=0 & UARTICR=0xff
|
|
- pl031: support rtc-timer property for pl031
|
|
- vhost: cancel migration when vhost-user restarted
|
|
|
|
* Mon Apr 13 2020 openEuler Buildteam <buildteam@openeuler.org> - version-release
|
|
- Package init
|