On Wed, 8 Sept 2021 at 11:07, Paolo Bonzini <pbonz...@redhat.com> wrote: > > The following changes since commit f9128631fbeb40a55f7bc145397981c963d40909: > > Merge remote-tracking branch > 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-09-07 > 13:24:43 +0100) > > are available in the Git repository at: > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 3b942628231462c56c883a6273cf137d2a382f8f: > > ebpf: only include in system emulators (2021-09-08 08:07:04 +0200) > > ---------------------------------------------------------------- > * SGX support (Sean, Yang) > * vGIF and vVMLOAD/VMSAVE support (Lara) > * Fix LA57 support in TCG (Daniel) > * Avoid pointless warnings for static user-only compilation (Thomas) > * Fix --disable-system compilation if libbpf is found > * target-i386.rst restructuring > > ----------------------------------------------------------------
I gave this a retry and it now fails to compile (all hosts): ../../hw/i386/sgx-stub.c: In function ‘pc_machine_init_sgx_epc’: ../../hw/i386/sgx-stub.c:7:12: error: ‘sgx_epc’ undeclared (first use in this function) 7 | memset(sgx_epc, 0, sizeof(SGXEPCState)); | ^~~~~~~ ../../hw/i386/sgx-stub.c:7:12: note: each undeclared identifier is reported only once for each function it appears in -- PMM