Spoke too soon.  There's a build failure:

../../target/s390x/arch_dump.c: In function ‘s390x_write_elf64_pv’:
../../target/s390x/arch_dump.c:191:36: error: ‘NT_S390_PV_CPU_DATA’ undeclared 
(first use in this function)
  191 |     note->hdr.n_type = cpu_to_be32(NT_S390_PV_CPU_DATA);
      |                                    ^~~~~~~~~~~~~~~~~~~
../../target/s390x/arch_dump.c:191:36: note: each undeclared identifier is 
reported only once for each function it appears in
../../target/s390x/arch_dump.c:195:5: warning: implicit declaration of function 
‘kvm_s390_dump_cpu’; did you mean ‘kvm_s390_mem_op’? 
[-Wimplicit-function-declaration]
  195 |     kvm_s390_dump_cpu(cpu, &note->contents.dynamic);
      |     ^~~~~~~~~~~~~~~~~
      |     kvm_s390_mem_op
../../target/s390x/arch_dump.c:195:5: warning: nested extern declaration of 
‘kvm_s390_dump_cpu’ [-Wnested-externs]
../../target/s390x/arch_dump.c: At top level:
../../target/s390x/arch_dump.c:220:9: error: ‘kvm_s390_pv_dmp_get_size_cpu’ 
undeclared here (not in a function)
  220 |     {0, kvm_s390_pv_dmp_get_size_cpu,       s390x_write_elf64_pv, true},
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

It looks like we'll need to backport more patches?  I'll look into it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959966

Title:
  [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer
  keys - qemu part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959966/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to