[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL v2 00/11] Dump patches
From: |
Stefan Hajnoczi |
Subject: |
Re: [PULL v2 00/11] Dump patches |
Date: |
Tue, 25 Oct 2022 17:36:39 -0400 |
Please solve this CI failure:
c++ -o qemu-system-s390x ...
/usr/bin/ld: libqemu-s390x-softmmu.fa.p/target_s390x_arch_dump.c.o: in
function `arch_sections_add':
/home/gitlab-runner/builds/Y1MP9VSY/0/qemu-project/qemu/build/../target/s390x/arch_dump.c:392:
undefined reference to `kvm_s390_get_protected_dump'
/usr/bin/ld: libqemu-s390x-softmmu.fa.p/target_s390x_arch_dump.c.o: in
function `cpu_get_dump_info':
/home/gitlab-runner/builds/Y1MP9VSY/0/qemu-project/qemu/build/../target/s390x/arch_dump.c:452:
undefined reference to `kvm_s390_get_protected_dump'
collect2: error: ld returned 1 exit status
https://gitlab.com/qemu-project/qemu/-/jobs/3226673649
Thanks,
Stefan
- [PULL v2 03/11] dump: Reorder struct DumpState, (continued)
- [PULL v2 03/11] dump: Reorder struct DumpState, marcandre . lureau, 2022/10/25
- [PULL v2 02/11] dump: Write ELF section headers right after ELF header, marcandre . lureau, 2022/10/25
- [PULL v2 10/11] s390x: pv: Add dump support, marcandre . lureau, 2022/10/25
- [PULL v2 04/11] dump: Reintroduce memory_offset and section_offset, marcandre . lureau, 2022/10/25
- [PULL v2 05/11] dump: Add architecture section and section string table support, marcandre . lureau, 2022/10/25
- [PULL v2 11/11] dump/win_dump: limit number of processed PRCBs, marcandre . lureau, 2022/10/25
- [PULL v2 06/11] s390x: Add protected dump cap, marcandre . lureau, 2022/10/25
- [PULL v2 07/11] s390x: Introduce PV query interface, marcandre . lureau, 2022/10/25
- [PULL v2 08/11] include/elf.h: add s390x note types, marcandre . lureau, 2022/10/25
- [PULL v2 09/11] s390x: Add KVM PV dump interface, marcandre . lureau, 2022/10/25
- Re: [PULL v2 00/11] Dump patches,
Stefan Hajnoczi <=