Revisions of qemu

buildservice-autocommit accepted request 795126 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 544)
baserev update by copy to link target
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 796317 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 543)
- Minor tweaks to patches and support doc
 
- Add gcc10-maybe-uninitialized.patch in order to fix
  boo#1169728.
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 795118 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 542)
- Include upstream patches targeted for the next stable release
  (bug fixes only)
  spapr-Fix-failure-path-for-attempting-to.patch
  target-i386-do-not-set-unsupported-VMX-s.patch
  target-xtensa-fix-pasto-in-pfwait.r-opco.patch
  tcg-i386-Fix-INDEX_op_dup2_vec.patch
  tcg-mips-mips-sync-encode-error.patch
  vhost-user-gpu-Release-memory-returned-b.patch
  vpc-Don-t-round-up-already-aligned-BAT-s.patch
  xen-block-Fix-double-qlist-remove-and-re.patch
- Fix bug causing weak encryption in PAuth for ARM
  (CVE-2020-10702 bsc#1168681)
  target-arm-Fix-PAuth-sbox-functions.patch
- Fix OOB in tulip NIC emulation (CVE-2020-11102 bsc#1168713
  net-tulip-check-frame-size-and-r-w-data-.patch
- Note that previously included patch addresses CVE-2020-1711
  and bsc#1166240
  iscsi-Cap-block-count-from-GET-LBA-STATU.patch
- Include performance improvement (and related?) patch
  aio-wait-delegate-polling-of-main-AioCon.patch
  async-use-explicit-memory-barriers.patch
- Rework previous patch at Olaf H.'s direction
  hw-i386-disable-smbus-migration-for-xenf.patch
- Eliminate is_opensuse usage in producing seabios version string
  what we are doing here is just replacing the upstream string
  with one indicating that the openSUSE build service built it,
  and so just leave it as "-rebuilt.opensuse.org"
- Alter algorithm used to produce "unique" symbol for coordinating
  qemu with the optional modules it may load. This is a reasonable
  relaxation for broader compatibility
  configure-remove-pkgversion-from-CONFIG_.patch
- Tweak supported.*.txt for latest deprecations, and other fixes
- Tweak update_git.sh, config.sh
- One more fix is needed for: s390x Protected Virtualization support
  - start and control guest in secure mode (bsc#1167075 jsc#SLE-7407)
  s390x-s390-virtio-ccw-Fix-build-on-syste.patch
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 788690 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 541)
- Include upstream patches targeted for the next stable release
  (bug fixes only)
  block-Avoid-memleak-on-qcow2-image-info-.patch
  block-bdrv_set_backing_bs-fix-use-after-.patch
  hmp-vnc-Fix-info-vnc-list-leak.patch
  migration-colo-fix-use-after-free-of-loc.patch
  migration-ram-fix-use-after-free-of-loca.patch
  ppc-ppc405_boards-Remove-unnecessary-NUL.patch
  qcow2-List-autoclear-bit-names-in-header.patch
  scsi-qemu-pr-helper-Fix-out-of-bounds-ac.patch
  sheepdog-Consistently-set-bdrv_has_zero_.patch
buildservice-autocommit accepted request 787001 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 540)
baserev update by copy to link target
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 787812 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 539)
- Note The previous set of s390x patches also includes the fix for:
  bsc#1167445
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 787000 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 538)
- Include upstream patches targeted for the next stable release
  (bug fixes only)
  block-io-fix-bdrv_co_do_copy_on_readv.patch
  compat-disable-edid-on-correct-virtio-gp.patch
  target-ppc-Fix-rlwinm-on-ppc64.patch
  vhost-correctly-turn-on-VIRTIO_F_IOMMU_P.patch
- s390x Protected Virtualization support - start and control guest
  in secure mode. (note: binary patch from patch series dropped since
  for s390x we rebuild the patched binary anyways) (bsc#1167075
  jsc#SLE-7407)
  s390-sclp-improve-special-wait-psw-logic.patch
  s390x-Add-missing-vcpu-reset-functions.patch
  s390x-Add-SIDA-memory-ops.patch
  s390x-Add-unpack-facility-feature-to-GA1.patch
  s390x-Beautify-diag308-handling.patch
  s390x-Don-t-do-a-normal-reset-on-the-ini.patch
  s390x-ipl-Consolidate-iplb-validity-chec.patch
  s390x-kvm-Make-kvm_sclp_service_call-voi.patch
  s390x-Move-clear-reset.patch
  s390x-Move-diagnose-308-subcodes-and-rcs.patch
  s390x-Move-initial-reset.patch
  s390x-Move-reset-normal-to-shared-reset-.patch
  s390x-protvirt-Add-migration-blocker.patch
  s390x-protvirt-Disable-address-checks-fo.patch
  s390x-protvirt-Handle-SIGP-store-status-.patch
  s390x-protvirt-Inhibit-balloon-when-swit.patch
  s390x-protvirt-KVM-intercept-changes.patch
  s390x-protvirt-Move-diag-308-data-over-S.patch
  s390x-protvirt-Move-IO-control-structure.patch
  s390x-protvirt-Move-STSI-data-over-SIDAD.patch
  s390x-protvirt-SCLP-interpretation.patch
  s390x-protvirt-Set-guest-IPL-PSW.patch
  s390x-protvirt-Support-unpack-facility.patch
  Sync-pv.patch
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 786944 from Liang Yan's avatar Liang Yan (lyan) (revision 537)
fix issue that s390x could not read ipl program when using dasd as boot device
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 785936 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 536)
- Fix potential OOB accesses in slirp (CVE-2020-8608 bsc#1163018
  bsc#1161066 CVE-2020-7039)
  slirp-use-correct-size-while-emulating-c.patch
  slirp-use-correct-size-while-emulating-I.patch
  tcp_emu-Fix-oob-access.patch
  tcp_emu-fix-unsafe-snprintf-usages.patch
  util-add-slirp_fmt-helpers.patch
- Replace this patch with upstream version
  target-arm-monitor-query-cpu-model-expan.patch
buildservice-autocommit accepted request 784402 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 535)
baserev update by copy to link target
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 784401 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 534)
- Include upstream patches targeted for the next stable release
  (bug fixes only)
  audio-oss-fix-buffer-pos-calculation.patch
  blkdebug-Allow-taking-unsharing-permissi.patch
  block-Add-bdrv_qapi_perm_to_blk_perm.patch
  block-backup-top-fix-failure-path.patch
  block-block-copy-fix-progress-calculatio.patch
  block-fix-crash-on-zero-length-unaligned.patch
  block-fix-memleaks-in-bdrv_refresh_filen.patch
  block-Fix-VM-size-field-width-in-snapsho.patch
  block-nbd-extract-the-common-cleanup-cod.patch
  block-nbd-fix-memory-leak-in-nbd_open.patch
  block-qcow2-threads-fix-qcow2_decompress.patch
  hw-arm-cubieboard-use-ARM-Cortex-A8-as-t.patch
  hw-intc-arm_gicv3_kvm-Stop-wrongly-progr.patch
  iotests-add-test-for-backup-top-failure-.patch
  iotests-Fix-nonportable-use-of-od-endian.patch
  job-refactor-progress-to-separate-object.patch
  target-arm-Correct-definition-of-PMCRDP.patch
  target-arm-fix-TCG-leak-for-fcvt-half-do.patch
  tpm-ppi-page-align-PPI-RAM.patch
  vhost-user-blk-delete-virtioqueues-in-un.patch
  virtio-add-ability-to-delete-vq-through-.patch
  virtio-crypto-do-delete-ctrl_vq-in-virti.patch
  virtio-pmem-do-delete-rq_vq-in-virtio_pm.patch
- Add Obsoletes directive for qemu-audio-sdl and qemu-ui-sdl since
  for a qemu package upgrade from SLE12-SP5, support for SDL is
  dropped
buildservice-autocommit accepted request 777725 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 533)
baserev update by copy to link target
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 777414 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 532)
- Fix xenfv migration from xen host with pre-v4.0 qemu. We had
  previously dropped a similar patch, but have decided that for now
  we need to go with this type of solution (bsc#1159755)
  hw-i386-disable-smbus-migration-for-xenf.patch
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 770033 from Liang Yan's avatar Liang Yan (lyan) (revision 531)
bug fix for bsc#1159443
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 769700 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 530)
Shortcut through -mini
buildservice-autocommit accepted request 768145 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 529)
baserev update by copy to link target
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 768144 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 528)
A few more bug fixes from upstream. Also stop using system membarriers, and revert a recent xen migration fix (not the right one).
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 766922 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 527)
- BuildRequire pkconfig(systemd) instead of systemd: allow OBS to
  shortcut through the -mini flavors.
- Use systemd_ordering in place of systemd_requires: systemd is
  never a strict requirement for qemu; but when installing qemu on
  a systemd-managed system, we want system to be present first.
buildservice-autocommit accepted request 764411 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 526)
baserev update by copy to link target
Bruce Rogers's avatar Bruce Rogers (bfrogers) accepted request 764410 from Bruce Rogers's avatar Bruce Rogers (bfrogers) (revision 525)
- Fix xenfv migration from xen host with pre-v4.0 qemu (bsc#1159755)
  hw-i386-disable-smbus-migration-for-xenf.patch
Displaying revisions 321 - 340 of 864
openSUSE Build Service is sponsored by