[arch-commits] Commit in qemu/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat May 9 21:43:17 UTC 2020


    Date: Saturday, May 9, 2020 @ 21:43:17
  Author: anatolik
Revision: 382986

FS#66578: disable io_uring feature that causes guest OS slowdown

Also see https://bugs.launchpad.net/qemu/+bug/1877716

Modified:
  qemu/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 20:01:40 UTC (rev 382985)
+++ PKGBUILD	2020-05-09 21:43:17 UTC (rev 382986)
@@ -6,13 +6,13 @@
          qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=5.0.0
-pkgrel=5
+pkgrel=6
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/"
 _headlessdeps=(seabios gnutls libpng libaio numactl libnfs
                lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
-               libssh zstd liburing)
+               libssh zstd)
 depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
 makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx xfsprogs)
 source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}



More information about the arch-commits mailing list