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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ 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; 20+ 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] 20+ messages in thread

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

Thread overview: 20+ 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

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).