Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qemu(-user-static): update to 7.2.0.
@ 2022-12-17  5:47 unspecd
  2022-12-18 15:51 ` [PR PATCH] [Updated] " unspecd
                   ` (18 more replies)
  0 siblings, 19 replies; 21+ messages in thread
From: unspecd @ 2022-12-17  5:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]

There is a new pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/qemu
https://github.com/void-linux/void-packages/pull/41138

qemu(-user-static): update to 7.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl - *in progress*

https://wiki.qemu.org/ChangeLog/7.2

A patch file from https://github.com/void-linux/void-packages/pull/41138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/qemu-41138.patch --]
[-- Type: text/x-diff, Size: 2601 bytes --]

From 6bda513b823c01c95a1d2dae79545fa90883f36e Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:10 +1100
Subject: [PATCH 1/2] qemu: update to 7.2.0.

---
 srcpkgs/qemu/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index b19ccffa0bab..92b5323dc33e 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=7.1.0
+version=7.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf

From a477458f1d9a09280d681b0a942ec824df9b90d6 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:11 +1100
Subject: [PATCH 2/2] qemu-user-static: update to 7.2.0.

---
 srcpkgs/qemu-user-static/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index 399ac617ead7..cf2e97042c08 100644
--- a/srcpkgs/qemu-user-static/template
+++ b/srcpkgs/qemu-user-static/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu-user-static'
 # This package should be updated together with qemu
 pkgname=qemu-user-static
-version=7.1.0
+version=7.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
@ 2022-12-18 15:51 ` unspecd
  2022-12-19  6:43 ` unspecd
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2022-12-18 15:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1269 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/qemu
https://github.com/void-linux/void-packages/pull/41138

qemu(-user-static): update to 7.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl - *in progress*

https://wiki.qemu.org/ChangeLog/7.2

A patch file from https://github.com/void-linux/void-packages/pull/41138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/qemu-41138.patch --]
[-- Type: text/x-diff, Size: 2601 bytes --]

From 97a8bd7a1acfd55b5db1dc87ea23d236113a2c23 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:10 +1100
Subject: [PATCH 1/2] qemu: update to 7.2.0.

---
 srcpkgs/qemu/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index b19ccffa0bab..92b5323dc33e 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=7.1.0
+version=7.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf

From b987d7710785a33f1ff5cd62e51cf9d727624021 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:11 +1100
Subject: [PATCH 2/2] qemu-user-static: update to 7.2.0.

---
 srcpkgs/qemu-user-static/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index 399ac617ead7..cf2e97042c08 100644
--- a/srcpkgs/qemu-user-static/template
+++ b/srcpkgs/qemu-user-static/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu-user-static'
 # This package should be updated together with qemu
 pkgname=qemu-user-static
-version=7.1.0
+version=7.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
  2022-12-18 15:51 ` [PR PATCH] [Updated] " unspecd
@ 2022-12-19  6:43 ` unspecd
  2022-12-19  6:46 ` unspecd
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2022-12-19  6:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1357170324

Comment:
Can anyone help in fixing glibc builds?

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
  2022-12-18 15:51 ` [PR PATCH] [Updated] " unspecd
  2022-12-19  6:43 ` unspecd
@ 2022-12-19  6:46 ` unspecd
  2022-12-21 11:39 ` unspecd
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2022-12-19  6:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1357171966

Comment:
I think this is relevant: https://gitlab.gnome.org/GNOME/glib/-/issues/2019

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (2 preceding siblings ...)
  2022-12-19  6:46 ` unspecd
@ 2022-12-21 11:39 ` unspecd
  2022-12-21 20:25 ` oreo639
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2022-12-21 11:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1361207759

Comment:
Similar issue to #41216.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (3 preceding siblings ...)
  2022-12-21 11:39 ` unspecd
@ 2022-12-21 20:25 ` oreo639
  2022-12-22  0:41 ` oreo639
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-12-21 20:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 683 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1362056086

Comment:
The glib thing is a warning not an error, you can ignore it.

For the i686 issue:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1908331
You can use `--disable-pie` in qemu-user-static (this is used by Debian and Fedora).
https://salsa.debian.org/qemu-team/qemu/-/blob/master/debian/rules#L342-359

The aarch64 and armv7l issues are probably caused by this:
https://github.com/void-linux/void-packages/commit/b2d670be60b883192d12f79077fa79dff5395554
Which wasn't an issue before since the glibc cross compilers weren't rebuilt.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (4 preceding siblings ...)
  2022-12-21 20:25 ` oreo639
@ 2022-12-22  0:41 ` oreo639
  2022-12-22  0:42 ` oreo639
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-12-22  0:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1362056086

Comment:
The glib thing is a warning not an error, you can ignore it.

For the i686 issue:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1908331
You can use `--disable-pie` in qemu-user-static (this is used by Debian and Fedora).
https://salsa.debian.org/qemu-team/qemu/-/blob/master/debian/rules#L342-359

The aarch64 and armv7l issues are probably caused by this:
https://github.com/void-linux/void-packages/commit/b2d670be60b883192d12f79077fa79dff5395554
Which wasn't an issue before since the glibc cross compilers weren't rebuilt.
I made a PR for it here: https://github.com/void-linux/void-packages/pull/41229

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (5 preceding siblings ...)
  2022-12-22  0:41 ` oreo639
@ 2022-12-22  0:42 ` oreo639
  2022-12-22  9:28 ` [PR PATCH] [Updated] " unspecd
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-12-22  0:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 771 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1362056086

Comment:
The glib thing is a warning not an error, you can safely ignore it.

For the i686 issue:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1908331
You can use `--disable-pie` in qemu-user-static (this is used by Debian and Fedora).
https://salsa.debian.org/qemu-team/qemu/-/blob/master/debian/rules#L342-359

The aarch64 and armv7l issues are probably caused by this:
https://github.com/void-linux/void-packages/commit/b2d670be60b883192d12f79077fa79dff5395554
Which wasn't an issue before since the glibc cross compilers weren't rebuilt.
I made a PR for it here: https://github.com/void-linux/void-packages/pull/41229

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (6 preceding siblings ...)
  2022-12-22  0:42 ` oreo639
@ 2022-12-22  9:28 ` unspecd
  2022-12-22 11:55 ` unspecd
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2022-12-22  9:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/qemu
https://github.com/void-linux/void-packages/pull/41138

qemu(-user-static): update to 7.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl

https://wiki.qemu.org/ChangeLog/7.2

A patch file from https://github.com/void-linux/void-packages/pull/41138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/qemu-41138.patch --]
[-- Type: text/x-diff, Size: 3053 bytes --]

From e91276402eb3b95c604501d96b2a6e089c698b76 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:10 +1100
Subject: [PATCH 1/2] qemu: update to 7.2.0.

---
 srcpkgs/qemu/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index b19ccffa0bab..92b5323dc33e 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=7.1.0
+version=7.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf

From 7cf693b44c7b39788ff483643a2d1640ec6cf10d Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:11 +1100
Subject: [PATCH 2/2] qemu-user-static: update to 7.2.0.

---
 srcpkgs/qemu-user-static/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index 399ac617ead7..078ccbee03a1 100644
--- a/srcpkgs/qemu-user-static/template
+++ b/srcpkgs/qemu-user-static/template
@@ -1,12 +1,12 @@
 # Template file for 'qemu-user-static'
 # This package should be updated together with qemu
 pkgname=qemu-user-static
-version=7.1.0
+version=7.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
- --disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
- --enable-linux-user --disable-system --static"
+ --disable-kvm --disable-pie --disable-png --disable-virtfs --disable-fdt
+ --disable-seccomp --enable-linux-user --disable-system --static"
 hostmakedepends="pkg-config perl python3 ninja"
 makedepends="dtc-devel libglib-devel pixman-devel libuuid-devel"
 short_desc="QEMU User-mode emulators (statically compiled)"
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (7 preceding siblings ...)
  2022-12-22  9:28 ` [PR PATCH] [Updated] " unspecd
@ 2022-12-22 11:55 ` unspecd
  2023-01-21  1:10 ` oreo639
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2022-12-22 11:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1362752475

Comment:
Adding `--disable-pie` fixes i686 build, thanks!

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (8 preceding siblings ...)
  2022-12-22 11:55 ` unspecd
@ 2023-01-21  1:10 ` oreo639
  2023-01-22  7:06 ` [PR PATCH] [Updated] " unspecd
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2023-01-21  1:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1399112714

Comment:
The cross compilers have been updated so it should build fine once you rebase.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (9 preceding siblings ...)
  2023-01-21  1:10 ` oreo639
@ 2023-01-22  7:06 ` unspecd
  2023-01-22  9:37 ` unspecd
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2023-01-22  7:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/qemu
https://github.com/void-linux/void-packages/pull/41138

qemu(-user-static): update to 7.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl

https://wiki.qemu.org/ChangeLog/7.2

A patch file from https://github.com/void-linux/void-packages/pull/41138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/qemu-41138.patch --]
[-- Type: text/x-diff, Size: 3053 bytes --]

From fd099905ca41a2002f0d8bf3c9ce4b7f2e317f7c Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:10 +1100
Subject: [PATCH 1/2] qemu: update to 7.2.0.

---
 srcpkgs/qemu/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index b19ccffa0bab..92b5323dc33e 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=7.1.0
+version=7.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf

From f225d4d897d45107c0aff3a53ef96a0c7a7f1b53 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:11 +1100
Subject: [PATCH 2/2] qemu-user-static: update to 7.2.0.

---
 srcpkgs/qemu-user-static/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index 399ac617ead7..078ccbee03a1 100644
--- a/srcpkgs/qemu-user-static/template
+++ b/srcpkgs/qemu-user-static/template
@@ -1,12 +1,12 @@
 # Template file for 'qemu-user-static'
 # This package should be updated together with qemu
 pkgname=qemu-user-static
-version=7.1.0
+version=7.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
- --disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
- --enable-linux-user --disable-system --static"
+ --disable-kvm --disable-pie --disable-png --disable-virtfs --disable-fdt
+ --disable-seccomp --enable-linux-user --disable-system --static"
 hostmakedepends="pkg-config perl python3 ninja"
 makedepends="dtc-devel libglib-devel pixman-devel libuuid-devel"
 short_desc="QEMU User-mode emulators (statically compiled)"
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (10 preceding siblings ...)
  2023-01-22  7:06 ` [PR PATCH] [Updated] " unspecd
@ 2023-01-22  9:37 ` unspecd
  2023-02-17 13:27 ` [PR PATCH] [Updated] " unspecd
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2023-01-22  9:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1399440354

Comment:
Done.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (11 preceding siblings ...)
  2023-01-22  9:37 ` unspecd
@ 2023-02-17 13:27 ` unspecd
  2023-02-17 13:28 ` unspecd
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2023-02-17 13:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/qemu
https://github.com/void-linux/void-packages/pull/41138

qemu(-user-static): update to 7.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl

https://wiki.qemu.org/ChangeLog/7.2

A patch file from https://github.com/void-linux/void-packages/pull/41138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/qemu-41138.patch --]
[-- Type: text/x-diff, Size: 2800 bytes --]

From 81b4c87a88a588fef613fa935f546f3e8a18fcea Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:10 +1100
Subject: [PATCH 1/2] qemu: update to 7.2.0.

---
 srcpkgs/qemu/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 48ab199e5686..92b5323dc33e 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,8 +1,8 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=7.1.0
-revision=2
+version=7.2.0
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
  --disable-glusterfs --disable-xen --enable-docs --enable-kvm --enable-libusb --enable-pie
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf

From e8715175bef96d3edb46dabd7f35ef20404dfde4 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:11 +1100
Subject: [PATCH 2/2] qemu-user-static: update to 7.2.0.

---
 srcpkgs/qemu-user-static/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index 2a8da9b53f2d..4ffa420e9355 100644
--- a/srcpkgs/qemu-user-static/template
+++ b/srcpkgs/qemu-user-static/template
@@ -1,8 +1,8 @@
 # Template file for 'qemu-user-static'
 # This package should be updated together with qemu
 pkgname=qemu-user-static
-version=7.1.0
-revision=3
+version=7.2.0
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
  --disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (12 preceding siblings ...)
  2023-02-17 13:27 ` [PR PATCH] [Updated] " unspecd
@ 2023-02-17 13:28 ` unspecd
  2023-04-16  9:39 ` [PR PATCH] [Updated] " unspecd
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2023-02-17 13:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1434651687

Comment:
(Rebased again)

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (13 preceding siblings ...)
  2023-02-17 13:28 ` unspecd
@ 2023-04-16  9:39 ` unspecd
  2023-04-16  9:39 ` unspecd
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2023-04-16  9:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/qemu
https://github.com/void-linux/void-packages/pull/41138

qemu(-user-static): update to 7.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl

https://wiki.qemu.org/ChangeLog/7.2

A patch file from https://github.com/void-linux/void-packages/pull/41138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/qemu-41138.patch --]
[-- Type: text/x-diff, Size: 2800 bytes --]

From 5e55d986f2a5e37f041ae3441f473986db32349f Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:10 +1100
Subject: [PATCH 1/2] qemu: update to 7.2.1.

---
 srcpkgs/qemu/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 48ab199e5686..9e361654fa18 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,8 +1,8 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=7.1.0
-revision=2
+version=7.2.1
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
  --disable-glusterfs --disable-xen --enable-docs --enable-kvm --enable-libusb --enable-pie
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=cf73db21fc274e4bdf0aefbb541ed4ae4086a38c2e5a73324e1549926032b0d5
 ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf

From a76f609beae6ce5c6dccd8890d695a767ca8c863 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:11 +1100
Subject: [PATCH 2/2] qemu-user-static: update to 7.2.0.

---
 srcpkgs/qemu-user-static/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index 2a8da9b53f2d..59b63883c7fc 100644
--- a/srcpkgs/qemu-user-static/template
+++ b/srcpkgs/qemu-user-static/template
@@ -1,8 +1,8 @@
 # Template file for 'qemu-user-static'
 # This package should be updated together with qemu
 pkgname=qemu-user-static
-version=7.1.0
-revision=3
+version=7.2.1
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
  --disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=cf73db21fc274e4bdf0aefbb541ed4ae4086a38c2e5a73324e1549926032b0d5
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] qemu(-user-static): update to 7.2.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (14 preceding siblings ...)
  2023-04-16  9:39 ` [PR PATCH] [Updated] " unspecd
@ 2023-04-16  9:39 ` unspecd
  2023-04-22 23:33 ` [PR PATCH] [Updated] qemu(-user-static): update to 7.2.1 unspecd
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2023-04-16  9:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/qemu
https://github.com/void-linux/void-packages/pull/41138

qemu(-user-static): update to 7.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl

https://wiki.qemu.org/ChangeLog/7.2

A patch file from https://github.com/void-linux/void-packages/pull/41138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/qemu-41138.patch --]
[-- Type: text/x-diff, Size: 2800 bytes --]

From 5e55d986f2a5e37f041ae3441f473986db32349f Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:10 +1100
Subject: [PATCH 1/2] qemu: update to 7.2.1.

---
 srcpkgs/qemu/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 48ab199e5686..9e361654fa18 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,8 +1,8 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=7.1.0
-revision=2
+version=7.2.1
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
  --disable-glusterfs --disable-xen --enable-docs --enable-kvm --enable-libusb --enable-pie
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=cf73db21fc274e4bdf0aefbb541ed4ae4086a38c2e5a73324e1549926032b0d5
 ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf

From 228c10b3520aaf6bf3f1fc4210aa3e27fdd459a9 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:11 +1100
Subject: [PATCH 2/2] qemu-user-static: update to 7.2.1.

---
 srcpkgs/qemu-user-static/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index 2a8da9b53f2d..59b63883c7fc 100644
--- a/srcpkgs/qemu-user-static/template
+++ b/srcpkgs/qemu-user-static/template
@@ -1,8 +1,8 @@
 # Template file for 'qemu-user-static'
 # This package should be updated together with qemu
 pkgname=qemu-user-static
-version=7.1.0
-revision=3
+version=7.2.1
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
  --disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=cf73db21fc274e4bdf0aefbb541ed4ae4086a38c2e5a73324e1549926032b0d5
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] qemu(-user-static): update to 7.2.1.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (15 preceding siblings ...)
  2023-04-16  9:39 ` unspecd
@ 2023-04-22 23:33 ` unspecd
  2023-05-18 11:46 ` qemu(-user-static): update to 8.0.0 AnErrupTion
  2023-08-01  8:08 ` [PR PATCH] [Closed]: " unspecd
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2023-04-22 23:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/qemu
https://github.com/void-linux/void-packages/pull/41138

qemu(-user-static): update to 7.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl

https://wiki.qemu.org/ChangeLog/7.2

A patch file from https://github.com/void-linux/void-packages/pull/41138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/qemu-41138.patch --]
[-- Type: text/x-diff, Size: 6239 bytes --]

From 8395e66a04955667ba14acf6a4ec431035bf421f Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:10 +1100
Subject: [PATCH 1/2] qemu: update to 8.0.0.

---
 .../qemu/patches/fix-linux-user-ppc32.patch   | 47 -------------------
 srcpkgs/qemu/template                         |  8 ++--
 2 files changed, 4 insertions(+), 51 deletions(-)

diff --git a/srcpkgs/qemu/patches/fix-linux-user-ppc32.patch b/srcpkgs/qemu/patches/fix-linux-user-ppc32.patch
index cd47435d5aa9..ac7d2e51a4d9 100644
--- a/srcpkgs/qemu/patches/fix-linux-user-ppc32.patch
+++ b/srcpkgs/qemu/patches/fix-linux-user-ppc32.patch
@@ -7,9 +7,6 @@ Date:   Fri Jul 1 16:53:55 2022 +0200
     Partial revert https://gitlab.com/qemu-project/qemu/-/commit/9d1401b79463e74adbfac69d836789d4e103fb61
     and https://gitlab.com/qemu-project/qemu/-/commit/0a7e01904d407baa73c1baddbdfc9ccf2ace8356
 
-diff --git a/common-user/host/ppc/safe-syscall.inc.S b/common-user/host/ppc/safe-syscall.inc.S
-new file mode 100644
-index 0000000..e69de29
 diff --git a/common-user/safe-syscall-error.c b/common-user/safe-syscall-error.c
 index cf74b50..a36132c 100644
 --- a/common-user/safe-syscall-error.c
@@ -51,50 +48,6 @@ index 61a04e2..793fe84 100644
 +#endif
 +
  #endif
-diff --git a/linux-user/include/host/ppc/host-signal.h b/linux-user/include/host/ppc/host-signal.h
-new file mode 100644
-index 0000000..b80384d
---- /dev/null
-+++ b/linux-user/include/host/ppc/host-signal.h
-@@ -0,0 +1,38 @@
-+/*
-+ * host-signal.h: signal info dependent on the host architecture
-+ *
-+ * Copyright (c) 2003-2005 Fabrice Bellard
-+ * Copyright (c) 2021 Linaro Limited
-+ *
-+ * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
-+ * See the COPYING file in the top-level directory.
-+ */
-+
-+#ifndef PPC_HOST_SIGNAL_H
-+#define PPC_HOST_SIGNAL_H
-+
-+/* The third argument to a SA_SIGINFO handler is ucontext_t. */
-+typedef ucontext_t host_sigcontext;
-+
-+static inline uintptr_t host_signal_pc(host_sigcontext *uc)
-+{
-+    return uc->uc_mcontext.regs->nip;
-+}
-+
-+static inline void host_signal_set_pc(host_sigcontext *uc, uintptr_t pc)
-+{
-+    uc->uc_mcontext.regs->nip = pc;
-+}
-+
-+static inline void *host_signal_mask(host_sigcontext *uc)
-+{
-+    return &uc->uc_sigmask;
-+}
-+
-+static inline bool host_signal_write(siginfo_t *info, host_sigcontext *uc)
-+{
-+    return uc->uc_mcontext.regs->trap != 0x400
-+        && (uc->uc_mcontext.regs->dsisr & 0x02000000);
-+}
-+
-+#endif
 diff --git a/linux-user/signal.c b/linux-user/signal.c
 index 092e70b..b8dfa8a 100644
 --- a/linux-user/signal.c
diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 48ab199e5686..56e60f340b57 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,8 +1,8 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=7.1.0
-revision=2
+version=8.0.0
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
  --disable-glusterfs --disable-xen --enable-docs --enable-kvm --enable-libusb --enable-pie
@@ -10,7 +10,7 @@ configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --loca
  --audio-drv-list=alsa$(vopt_if sdl2 ,sdl)$(vopt_if jack ,jack)$(vopt_if pulseaudio ,pa)
  $(vopt_enable opengl) $(vopt_enable pulseaudio pa) $(vopt_enable sdl2 sdl) $(vopt_enable smartcard)
  $(vopt_enable spice) $(vopt_enable virgl virglrenderer) $(vopt_if gtk3 '--enable-gtk')"
-hostmakedepends="gettext pkg-config perl python3 python3-Sphinx python3-sphinx_rtd_theme ninja"
+hostmakedepends="flex gettext pkg-config perl python3 python3-Sphinx python3-sphinx_rtd_theme ninja"
 makedepends="capstone-devel dtc-devel libpng-devel libjpeg-turbo-devel pixman-devel
  snappy-devel libuuid-devel libX11-devel alsa-lib-devel libaio-devel gnutls-devel
  libsasl-devel libglib-devel ncurses-devel libseccomp-devel nss-devel
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=435915e292a3e77bbad4bc38c9321d69bbf66fe470b203f082b2db673fc066f2
 ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf

From cafca2e9409171c29dc4ac8707221ecf43625ec5 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:11 +1100
Subject: [PATCH 2/2] qemu-user-static: update to 8.0.0.

---
 srcpkgs/qemu-user-static/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index 2a8da9b53f2d..304cab060649 100644
--- a/srcpkgs/qemu-user-static/template
+++ b/srcpkgs/qemu-user-static/template
@@ -1,20 +1,20 @@
 # Template file for 'qemu-user-static'
 # This package should be updated together with qemu
 pkgname=qemu-user-static
-version=7.1.0
-revision=3
+version=8.0.0
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
  --disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
  --enable-linux-user --disable-system --static --disable-pie"
-hostmakedepends="pkg-config perl python3 ninja"
+hostmakedepends="flex pkg-config perl python3 ninja"
 makedepends="dtc-devel libglib-devel pixman-devel libuuid-devel"
 short_desc="QEMU User-mode emulators (statically compiled)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=435915e292a3e77bbad4bc38c9321d69bbf66fe470b203f082b2db673fc066f2
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: qemu(-user-static): update to 8.0.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (16 preceding siblings ...)
  2023-04-22 23:33 ` [PR PATCH] [Updated] qemu(-user-static): update to 7.2.1 unspecd
@ 2023-05-18 11:46 ` AnErrupTion
  2023-08-01  8:08 ` [PR PATCH] [Closed]: " unspecd
  18 siblings, 0 replies; 21+ messages in thread
From: AnErrupTion @ 2023-05-18 11:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

New comment by AnErrupTion on void-packages repository

https://github.com/void-linux/void-packages/pull/41138#issuecomment-1552937206

Comment:
Is there any progress on this? @unspecd 

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Closed]: qemu(-user-static): update to 8.0.0.
  2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
                   ` (17 preceding siblings ...)
  2023-05-18 11:46 ` qemu(-user-static): update to 8.0.0 AnErrupTion
@ 2023-08-01  8:08 ` unspecd
  18 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2023-08-01  8:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1096 bytes --]

There's a closed pull request on the void-packages repository

qemu(-user-static): update to 8.0.0.
https://github.com/void-linux/void-packages/pull/41138

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl

https://wiki.qemu.org/ChangeLog/7.2

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [PR PATCH] qemu(-user-static): update to 7.2.0.
@ 2022-04-21 12:22 unspecd
  0 siblings, 0 replies; 21+ messages in thread
From: unspecd @ 2022-04-21 12:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1205 bytes --]

There is a new pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/qemu
https://github.com/void-linux/void-packages/pull/36796

qemu(-user-static): update to 7.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl


A patch file from https://github.com/void-linux/void-packages/pull/36796.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/qemu-36796.patch --]
[-- Type: text/x-diff, Size: 14017 bytes --]

From e3cfbf0fb7246ea6dc520e39a23fd8e835f2ffe6 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Thu, 21 Apr 2022 23:15:24 +1100
Subject: [PATCH 1/2] qemu: update to 7.0.0.

---
 ...l.c-define-__SIGRTMIN-MAX-for-non-GN.patch |  37 -------
 srcpkgs/qemu/patches/cve-2022-0358.patch      | 101 ------------------
 .../qemu/patches/fix-acpi-slic-table.patch    |  90 ----------------
 srcpkgs/qemu/patches/musl-rlimit-rttime.patch |  13 +++
 srcpkgs/qemu/patches/xxx-ppcle.patch          |  35 ++----
 srcpkgs/qemu/template                         |   6 +-
 6 files changed, 24 insertions(+), 258 deletions(-)
 delete mode 100644 srcpkgs/qemu/patches/0006-linux-user-signal.c-define-__SIGRTMIN-MAX-for-non-GN.patch
 delete mode 100644 srcpkgs/qemu/patches/cve-2022-0358.patch
 delete mode 100644 srcpkgs/qemu/patches/fix-acpi-slic-table.patch
 create mode 100644 srcpkgs/qemu/patches/musl-rlimit-rttime.patch

diff --git a/srcpkgs/qemu/patches/0006-linux-user-signal.c-define-__SIGRTMIN-MAX-for-non-GN.patch b/srcpkgs/qemu/patches/0006-linux-user-signal.c-define-__SIGRTMIN-MAX-for-non-GN.patch
deleted file mode 100644
index 528b5d5d8bf6..000000000000
--- a/srcpkgs/qemu/patches/0006-linux-user-signal.c-define-__SIGRTMIN-MAX-for-non-GN.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 8fbb4e6797ed67310b74cbaaa061269db45a5b71 Mon Sep 17 00:00:00 2001
-From: Natanael Copa <ncopa@alpinelinux.org>
-Date: Tue, 29 Apr 2014 15:51:31 +0200
-Subject: [PATCH] linux-user/signal.c: define __SIGRTMIN/MAX for non-GNU
- platforms
-
-The __SIGRTMIN and __SIGRTMAX are glibc internals and are not available
-on all platforms, so we define those if they are missing.
-
-This is needed for musl libc.
-
-Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
----
- linux-user/signal.c | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/linux-user/signal.c b/linux-user/signal.c
-index 5ca6d62b15..e917c16d91 100644
---- a/linux-user/signal.c
-+++ b/linux-user/signal.c
-@@ -25,6 +25,13 @@
- #include "trace.h"
- #include "signal-common.h"
- 
-+#ifndef __SIGRTMIN
-+#define __SIGRTMIN 32
-+#endif
-+#ifndef __SIGRTMAX
-+#define __SIGRTMAX (NSIG-1)
-+#endif
-+
- static struct target_sigaction sigact_table[TARGET_NSIG];
- 
- static void host_signal_handler(int host_signum, siginfo_t *info,
--- 
-2.23.0
-
diff --git a/srcpkgs/qemu/patches/cve-2022-0358.patch b/srcpkgs/qemu/patches/cve-2022-0358.patch
deleted file mode 100644
index 1b573d567b52..000000000000
--- a/srcpkgs/qemu/patches/cve-2022-0358.patch
+++ /dev/null
@@ -1,101 +0,0 @@
-From 449e8171f96a6a944d1f3b7d3627ae059eae21ca Mon Sep 17 00:00:00 2001
-From: Vivek Goyal <vgoyal@redhat.com>
-Date: Tue, 25 Jan 2022 13:51:14 -0500
-Subject: [PATCH] virtiofsd: Drop membership of all supplementary groups
- (CVE-2022-0358)
-
-At the start, drop membership of all supplementary groups. This is
-not required.
-
-If we have membership of "root" supplementary group and when we switch
-uid/gid using setresuid/setsgid, we still retain membership of existing
-supplemntary groups. And that can allow some operations which are not
-normally allowed.
-
-For example, if root in guest creates a dir as follows.
-
-$ mkdir -m 03777 test_dir
-
-This sets SGID on dir as well as allows unprivileged users to write into
-this dir.
-
-And now as unprivileged user open file as follows.
-
-$ su test
-$ fd = open("test_dir/priviledge_id", O_RDWR|O_CREAT|O_EXCL, 02755);
-
-This will create SGID set executable in test_dir/.
-
-And that's a problem because now an unpriviliged user can execute it,
-get egid=0 and get access to resources owned by "root" group. This is
-privilege escalation.
-
-Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2044863
-Fixes: CVE-2022-0358
-Reported-by: JIETAO XIAO <shawtao1125@gmail.com>
-Suggested-by: Miklos Szeredi <mszeredi@redhat.com>
-Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
-Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
-Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
-Message-Id: <YfBGoriS38eBQrAb@redhat.com>
-Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
-  dgilbert: Fixed missing {}'s style nit
----
- tools/virtiofsd/passthrough_ll.c | 27 +++++++++++++++++++++++++++
- 1 file changed, 27 insertions(+)
-
-diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd/passthrough_ll.c
-index 64b5b4fbb1..b3d0674f6d 100644
---- a/tools/virtiofsd/passthrough_ll.c
-+++ b/tools/virtiofsd/passthrough_ll.c
-@@ -54,6 +54,7 @@
- #include <sys/wait.h>
- #include <sys/xattr.h>
- #include <syslog.h>
-+#include <grp.h>
- 
- #include "qemu/cutils.h"
- #include "passthrough_helpers.h"
-@@ -1161,6 +1162,30 @@ static void lo_lookup(fuse_req_t req, fuse_ino_t parent, const char *name)
- #define OURSYS_setresuid SYS_setresuid
- #endif
- 
-+static void drop_supplementary_groups(void)
-+{
-+    int ret;
-+
-+    ret = getgroups(0, NULL);
-+    if (ret == -1) {
-+        fuse_log(FUSE_LOG_ERR, "getgroups() failed with error=%d:%s\n",
-+                 errno, strerror(errno));
-+        exit(1);
-+    }
-+
-+    if (!ret) {
-+        return;
-+    }
-+
-+    /* Drop all supplementary groups. We should not need it */
-+    ret = setgroups(0, NULL);
-+    if (ret == -1) {
-+        fuse_log(FUSE_LOG_ERR, "setgroups() failed with error=%d:%s\n",
-+                 errno, strerror(errno));
-+        exit(1);
-+    }
-+}
-+
- /*
-  * Change to uid/gid of caller so that file is created with
-  * ownership of caller.
-@@ -3926,6 +3951,8 @@ int main(int argc, char *argv[])
- 
-     qemu_init_exec_dir(argv[0]);
- 
-+    drop_supplementary_groups();
-+
-     pthread_mutex_init(&lo.mutex, NULL);
-     lo.inodes = g_hash_table_new(lo_key_hash, lo_key_equal);
-     lo.root.fd = -1;
--- 
-2.35.0
-
diff --git a/srcpkgs/qemu/patches/fix-acpi-slic-table.patch b/srcpkgs/qemu/patches/fix-acpi-slic-table.patch
deleted file mode 100644
index 1a55ec5aa88c..000000000000
--- a/srcpkgs/qemu/patches/fix-acpi-slic-table.patch
+++ /dev/null
@@ -1,90 +0,0 @@
-From 8cdb99af45365727ac17f45239a9b8c1d5155c6d Mon Sep 17 00:00:00 2001
-From: Igor Mammedov <imammedo@redhat.com>
-Date: Mon, 27 Dec 2021 14:31:17 -0500
-Subject: [PATCH] acpi: fix QEMU crash when started with SLIC table
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-if QEMU is started with used provided SLIC table blob,
-
-  -acpitable sig=SLIC,oem_id='CRASH ',oem_table_id="ME",oem_rev=00002210,asl_compiler_id="",asl_compiler_rev=00000000,data=/dev/null
-it will assert with:
-
-  hw/acpi/aml-build.c:61:build_append_padded_str: assertion failed: (len <= maxlen)
-
-and following backtrace:
-
-  ...
-  build_append_padded_str (array=0x555556afe320, str=0x555556afdb2e "CRASH ME", maxlen=0x6, pad=0x20) at hw/acpi/aml-build.c:61
-  acpi_table_begin (desc=0x7fffffffd1b0, array=0x555556afe320) at hw/acpi/aml-build.c:1727
-  build_fadt (tbl=0x555556afe320, linker=0x555557ca3830, f=0x7fffffffd318, oem_id=0x555556afdb2e "CRASH ME", oem_table_id=0x555556afdb34 "ME") at hw/acpi/aml-build.c:2064
-  ...
-
-which happens due to acpi_table_begin() expecting NULL terminated
-oem_id and oem_table_id strings, which is normally the case, but
-in case of user provided SLIC table, oem_id points to table's blob
-directly and as result oem_id became longer than expected.
-
-Fix issue by handling oem_id consistently and make acpi_get_slic_oem()
-return NULL terminated strings.
-
-PS:
-After [1] refactoring, oem_id semantics became inconsistent, where
-NULL terminated string was coming from machine and old way pointer
-into byte array coming from -acpitable option. That used to work
-since build_header() wasn't expecting NULL terminated string and
-blindly copied the 1st 6 bytes only.
-
-However commit [2] broke that by replacing build_header() with
-acpi_table_begin(), which was expecting NULL terminated string
-and was checking oem_id size.
-
-1) 602b45820 ("acpi: Permit OEM ID and OEM table ID fields to be changed")
-2)
-Fixes: 4b56e1e4eb08 ("acpi: build_fadt: use acpi_table_begin()/acpi_table_end() instead of build_header()")
-Resolves: https://gitlab.com/qemu-project/qemu/-/issues/786
-Signed-off-by: Igor Mammedov <imammedo@redhat.com>
-Message-Id: <20211227193120.1084176-2-imammedo@redhat.com>
-Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
-Tested-by: Denis Lisov <dennis.lissov@gmail.com>
-Tested-by: Alexander Tsoy <alexander@tsoy.me>
-Cc: qemu-stable@nongnu.org
-Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
-Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----
- hw/acpi/core.c       | 4 ++--
- hw/i386/acpi-build.c | 2 ++
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/hw/acpi/core.c b/hw/acpi/core.c
-index 1e004d0078..3e811bf03c 100644
---- a/hw/acpi/core.c
-+++ b/hw/acpi/core.c
-@@ -345,8 +345,8 @@ int acpi_get_slic_oem(AcpiSlicOem *oem)
-         struct acpi_table_header *hdr = (void *)(u - sizeof(hdr->_length));
- 
-         if (memcmp(hdr->sig, "SLIC", 4) == 0) {
--            oem->id = hdr->oem_id;
--            oem->table_id = hdr->oem_table_id;
-+            oem->id = g_strndup(hdr->oem_id, 6);
-+            oem->table_id = g_strndup(hdr->oem_table_id, 8);
-             return 0;
-         }
-     }
-diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
-index 8383b83ee3..0234fe7588 100644
---- a/hw/i386/acpi-build.c
-+++ b/hw/i386/acpi-build.c
-@@ -2723,6 +2723,8 @@ void acpi_build(AcpiBuildTables *tables, MachineState *machine)
- 
-     /* Cleanup memory that's no longer used. */
-     g_array_free(table_offsets, true);
-+    g_free(slic_oem.id);
-+    g_free(slic_oem.table_id);
- }
- 
- static void acpi_ram_update(MemoryRegion *mr, GArray *data)
--- 
-GitLab
-
diff --git a/srcpkgs/qemu/patches/musl-rlimit-rttime.patch b/srcpkgs/qemu/patches/musl-rlimit-rttime.patch
new file mode 100644
index 000000000000..0cbf9be36a8f
--- /dev/null
+++ b/srcpkgs/qemu/patches/musl-rlimit-rttime.patch
@@ -0,0 +1,13 @@
+--- a/linux-user/syscall.c
++++ b/linux-user/syscall.c
+@@ -141,6 +141,10 @@
+ #include "fd-trans.h"
+ #include "tcg/tcg.h"
+ 
++#ifndef RLIMIT_RTTIME
++#define RLIMIT_RTTIME 15
++#endif
++
+ #ifndef CLONE_IO
+ #define CLONE_IO                0x80000000      /* Clone io context */
+ #endif
diff --git a/srcpkgs/qemu/patches/xxx-ppcle.patch b/srcpkgs/qemu/patches/xxx-ppcle.patch
index 3e1159c74ed9..7418ca8d2c63 100644
--- a/srcpkgs/qemu/patches/xxx-ppcle.patch
+++ b/srcpkgs/qemu/patches/xxx-ppcle.patch
@@ -29,35 +29,16 @@ index 18c26e0..03d3e18 100755
    fi
  elif check_define __mips__ ; then
    cpu="mips"
-@@ -683,6 +687,9 @@ ARCH=
- case "$cpu" in
-   ppc|ppc64|s390x|sparc64|x32|riscv32|riscv64)
-   ;;
+@@ -638,6 +642,9 @@
+ 
+   ppc)
+     CPU_CFLAGS="-m32" ;;
 +  ppcle)
-+    ARCH="ppc"
-+  ;;
++    cpu="ppc"
++    CPU_CFLAGS="-m32 -mlittle-endian" ;;
+   ppc64)
+     CPU_CFLAGS="-m64 -mbig-endian" ;;
    ppc64le)
-     ARCH="ppc64"
-   ;;
-@@ -6783,7 +6790,7 @@ if test "$linux" = "yes" ; then
-   i386|x86_64|x32)
-     linux_arch=x86
-     ;;
--  ppc|ppc64|ppc64le)
-+  ppc|ppcle|ppc64|ppc64le)
-     linux_arch=powerpc
-     ;;
-   s390x)
-@@ -6960,6 +6967,9 @@ if test -n "$cross_prefix"; then
-         x86_64|x32)
-             echo "cpu_family = 'x86_64'" >> $cross
-             ;;
-+        ppcle)
-+            echo "cpu_family = 'ppc'" >> $cross
-+            ;;
-         ppc64le)
-             echo "cpu_family = 'ppc64'" >> $cross
-             ;;
 diff --git a/configs/targets/ppcle-linux-user.mak b/configs/targets/ppcle-linux-user.mak
 new file mode 100644
 index 0000000..2259243
diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 17655fdbdda8..fad2bd02b477 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,8 +1,8 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=6.2.0
-revision=2
+version=7.0.0
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
  --disable-glusterfs --disable-xen --enable-docs --enable-kvm --enable-libusb --enable-pie
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=2fde1a30a7dcc15dde0875319ecaf3dc249072dee46ba7ad1f7c8df1faece93f
+checksum=a83032c6ce0dba35479610a4e11a7d8c4a6dffb17152653c183eec3c58616d4e
 ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf

From 71a2d7701784dfb6b302de1469f6b6bed89d6d24 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Thu, 21 Apr 2022 23:15:32 +1100
Subject: [PATCH 2/2] qemu-user-static: update to 7.0.0.

---
 srcpkgs/qemu-user-static/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index cca001f8835b..34de456db4a9 100644
--- a/srcpkgs/qemu-user-static/template
+++ b/srcpkgs/qemu-user-static/template
@@ -1,8 +1,8 @@
 # Template file for 'qemu-user-static'
 # This package should be updated together with qemu
 pkgname=qemu-user-static
-version=6.2.0
-revision=2
+version=7.0.0
+revision=1
 wrksrc="qemu-${version}"
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
@@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=2fde1a30a7dcc15dde0875319ecaf3dc249072dee46ba7ad1f7c8df1faece93f
+checksum=a83032c6ce0dba35479610a4e11a7d8c4a6dffb17152653c183eec3c58616d4e
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-08-01  8:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-17  5:47 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd
2022-12-18 15:51 ` [PR PATCH] [Updated] " unspecd
2022-12-19  6:43 ` unspecd
2022-12-19  6:46 ` unspecd
2022-12-21 11:39 ` unspecd
2022-12-21 20:25 ` oreo639
2022-12-22  0:41 ` oreo639
2022-12-22  0:42 ` oreo639
2022-12-22  9:28 ` [PR PATCH] [Updated] " unspecd
2022-12-22 11:55 ` unspecd
2023-01-21  1:10 ` oreo639
2023-01-22  7:06 ` [PR PATCH] [Updated] " unspecd
2023-01-22  9:37 ` unspecd
2023-02-17 13:27 ` [PR PATCH] [Updated] " unspecd
2023-02-17 13:28 ` unspecd
2023-04-16  9:39 ` [PR PATCH] [Updated] " unspecd
2023-04-16  9:39 ` unspecd
2023-04-22 23:33 ` [PR PATCH] [Updated] qemu(-user-static): update to 7.2.1 unspecd
2023-05-18 11:46 ` qemu(-user-static): update to 8.0.0 AnErrupTion
2023-08-01  8:08 ` [PR PATCH] [Closed]: " unspecd
  -- strict thread matches above, loose matches on Subject: below --
2022-04-21 12:22 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).