Merge ~paelzer/ubuntu/+source/qemu:bug-1842774-z15name-disco into ubuntu/+source/qemu:ubuntu/disco-devel

Proposed by Christian Ehrhardt 
Status: Merged
Approved by: Christian Ehrhardt 
Approved revision: 7f6974f89c8d44478c95d26f18af5a5d418121b7
Merge reported by: Christian Ehrhardt 
Merged at revision: 7f6974f89c8d44478c95d26f18af5a5d418121b7
Proposed branch: ~paelzer/ubuntu/+source/qemu:bug-1842774-z15name-disco
Merge into: ubuntu/+source/qemu:ubuntu/disco-devel
Diff against target: 64 lines (+42/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/series (+1/-0)
debian/patches/ubuntu/lp-1842774-s390x-cpumodel-Add-the-z15-name-to-the-description-o.patch (+34/-0)
Reviewer Review Type Date Requested Status
Rafael David Tinoco (community) Approve
Canonical Server packageset reviewers Pending
git-ubuntu developers Pending
Review via email: mp+374129@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

As states [1] for the SRU Team, I'm aware that this change alone does not fulfil the needs for a SRU but it is ok to be done and we'd want to avoid that it changes in between B->D->E so I'm uploading this along the Bionic fix (which will reach much more people and has a reasonable change along it).

[1]: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842774/comments/22

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

QEMU patch is 1:1 with upstream, and very minor, but needed for migration compatibility, according to IBM's comment: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842774/comments/12
 after Christian's investigation. Waiting for a bigger SRU for the merge seems appropriate.

+1 on my side.

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

$ git push pkg upload/1%3.1+dfsg-2ubuntu3.6
...
To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/qemu
 * [new tag] upload/1%3.1+dfsg-2ubuntu3.6 -> upload/1%3.1+dfsg-2ubuntu3.6

$ dput ubuntu ../qemu_3.1+dfsg-2ubuntu3.6_source.changes
Checking signature on .changes
gpg: ../qemu_3.1+dfsg-2ubuntu3.6_source.changes: Error checking signature from BA3E29338280B242: SignatureVerifyError: 0
Checking signature on .dsc
gpg: ../qemu_3.1+dfsg-2ubuntu3.6.dsc: Error checking signature from BA3E29338280B242: SignatureVerifyError: 0
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading qemu_3.1+dfsg-2ubuntu3.6.dsc: done.
  Uploading qemu_3.1+dfsg-2ubuntu3.6.debian.tar.xz: done.
  Uploading qemu_3.1+dfsg-2ubuntu3.6_source.buildinfo: done.
  Uploading qemu_3.1+dfsg-2ubuntu3.6_source.changes: done.
Successfully uploaded packages.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Migrated, setting merged

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index b39b112..c7dd071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1qemu (1:3.1+dfsg-2ubuntu3.6) disco; urgency=medium
2
3 * d/p/lp-1842774-s390x-cpumodel-Add-the-z15-name-to-the-description-o.patch:
4 update the z15 model name (LP: #1842774)
5
6 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 15 Oct 2019 11:37:44 +0200
7
1qemu (1:3.1+dfsg-2ubuntu3.5) disco; urgency=medium8qemu (1:3.1+dfsg-2ubuntu3.5) disco; urgency=medium
29
3 * d/binfmt-update-in: fix binfmt usage in some containers (LP: #1840956)10 * d/binfmt-update-in: fix binfmt usage in some containers (LP: #1840956)
diff --git a/debian/patches/series b/debian/patches/series
index 7dfee6f..e06314c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -49,3 +49,4 @@ ubuntu/lp-1836154-s390x-cpumodel-wire-up-8561-and-8562-as-gen15-machin.patch
49ubuntu/lp-1836154-s390-cpumodel-fix-description-for-the-new-vector-fac.patch49ubuntu/lp-1836154-s390-cpumodel-fix-description-for-the-new-vector-fac.patch
50ubuntu/lp-1836154-s390x-cpumodel-remove-esort-from-the-default-model.patch50ubuntu/lp-1836154-s390x-cpumodel-remove-esort-from-the-default-model.patch
51ubuntu/lp-1836154-s390x-cpumodel-also-change-name-of-vxbeh.patch51ubuntu/lp-1836154-s390x-cpumodel-also-change-name-of-vxbeh.patch
52ubuntu/lp-1842774-s390x-cpumodel-Add-the-z15-name-to-the-description-o.patch
diff --git a/debian/patches/ubuntu/lp-1842774-s390x-cpumodel-Add-the-z15-name-to-the-description-o.patch b/debian/patches/ubuntu/lp-1842774-s390x-cpumodel-Add-the-z15-name-to-the-description-o.patch
52new file mode 10064453new file mode 100644
index 0000000..f54a573
--- /dev/null
+++ b/debian/patches/ubuntu/lp-1842774-s390x-cpumodel-Add-the-z15-name-to-the-description-o.patch
@@ -0,0 +1,34 @@
1From 7505deca0bfa859136ec6419dbafc504f22fcac2 Mon Sep 17 00:00:00 2001
2From: Christian Borntraeger <borntraeger@de.ibm.com>
3Date: Wed, 18 Sep 2019 16:42:14 +0200
4Subject: [PATCH] s390x/cpumodel: Add the z15 name to the description of gen15a
5
6We now know that gen15a is called z15.
7
8Reviewed-by: David Hildenbrand <david@redhat.com>
9Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
10
11Origin: upstream, https://git.qemu.org/?p=qemu.git;a=commit;h=7505deca
12Bug-Ubuntu: https://bugs.launchpad.net/bugs/1842774
13Last-Update: 2019-09-24
14
15---
16 target/s390x/cpu_models.c | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/target/s390x/cpu_models.c b/target/s390x/cpu_models.c
20index 1d16d7d5e7..009afc38b9 100644
21--- a/target/s390x/cpu_models.c
22+++ b/target/s390x/cpu_models.c
23@@ -84,7 +84,7 @@ static S390CPUDef s390_cpu_defs[] = {
24 CPUDEF_INIT(0x3906, 14, 1, 47, 0x08000000U, "z14", "IBM z14 GA1"),
25 CPUDEF_INIT(0x3906, 14, 2, 47, 0x08000000U, "z14.2", "IBM z14 GA2"),
26 CPUDEF_INIT(0x3907, 14, 1, 47, 0x08000000U, "z14ZR1", "IBM z14 Model ZR1 GA1"),
27- CPUDEF_INIT(0x8561, 15, 1, 47, 0x08000000U, "gen15a", "IBM 8561 GA1"),
28+ CPUDEF_INIT(0x8561, 15, 1, 47, 0x08000000U, "gen15a", "IBM z15 GA1"),
29 CPUDEF_INIT(0x8562, 15, 1, 47, 0x08000000U, "gen15b", "IBM 8562 GA1"),
30 };
31
32--
332.23.0
34

Subscribers

People subscribed via source and target branches