Message ID | 20200925194737.2148096-1-pbonzini@redhat.com |
---|---|
Headers | show |
Series | Misc patches for 2020-09-24 | expand |
On Fri, 25 Sep 2020 at 20:51, Paolo Bonzini <pbonzini@redhat.com> wrote: > > The following changes since commit 8c1c07929feae876202ba26f07a540c5115c18cd: > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-09-24 18:48:45 +0100) > > are available in the Git repository at: > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to f19fc40acf2a4481f56165228f788f322d947f60: > > hw/net/can: Correct Kconfig dependencies (2020-09-25 15:21:30 -0400) > > ---------------------------------------------------------------- > * SCSI fix (Dmitry, Li Feng, Li Qiang) > * memory API fixes (Eduardo) > * removal of deprecated '-numa node', 'cpu-add', '-smp' (Igor) > * ACPI fix for VMBus (Jon) > * relocatable install (myself) > * always remove docker containers (myself) > * serial cleanups (Philippe) > * vmware cpuid leaf for tsc and apic frequency (Sunil) > * KVM_FEATURE_ASYNC_PF_INT support (Vitaly) > * i386 XSAVE bugfix (Xiaoyao) > * QOM developer documentation in docs/devel (Eduardo) > * new checkpatch tests (Dov) > * x86_64 syscall fix (Douglas) > * interrupt-based APF fix (Vitaly) > * always create kvmclock (Vitaly) > * fix bios-tables-test (Eduardo) > * KVM PV features cleanup (myself) > * CAN FD (Pavel) > > meson: > * fixes (Marc-André, Max, Stefan, Alexander, myself) > * moved libmpathpersist, cocoa, malloc tests (myself) > * support for 0.56 introspected test dependencies (myself) This version fails on the BSDs: Library util found: YES Found pkg-config: /usr/local/bin/pkg-config (1.7.3) Run-time dependency pixman-1 found: YES 0.40.0 Library pam found: YES Library aio found: NO Run-time dependency zlib found: YES 1.2.10 Run-time dependency xkbcommon found: YES 0.10.0 Library rt found: YES ../src/meson.build:274:3: ERROR: Unknown variable "target_os". A full log can be found at /usr/home/qemu/qemu-test.5nusiE/build/meson-logs/meson-log.txt ERROR: meson setup failed Windows crossbuild produces the meson.build error but then somehow proceeds to link executables and succeed anyway(?!) : C++ compiler for the host machine: i686-w64-mingw32.shared-g++ (gcc 5.5.0 "i686-w64-mingw32.shared-g++ (GCC) 5.5.0") C++ linker for the host machine: i686-w64-mingw32.shared-g++ ld.bfd 2.28 Library m found: YES Library util found: NO Library ws2_32 found: YES Library winmm found: YES Windows resource compiler: GNU windres (GNU Binutils) 2.28 Dependency pixman-1 found: YES 0.33.6 (cached) Library aio found: NO Dependency zlib found: YES 1.2.11 (cached) Found pkg-config: /usr/lib/mxe/usr/bin/i686-w64-mingw32.shared-pkg-config (0.28) Run-time dependency xkbcommon found: NO (tried pkgconfig) Library rt found: NO ../../meson.build:274:3: ERROR: Unknown variable "target_os". A full log can be found at /home/petmay01/qemu-for-merges/build/w32/meson-logs/meson-log.txt Generating qemu-version.h with a meson_exe.py custom command Compiling C object libqemu-i386-softmmu.fa.p/target_i386_cpu.c.obj Compiling C object libqemu-x86_64-softmmu.fa.p/target_i386_cpu.c.obj Linking target qemu-system-i386.exe Linking target qemu-system-i386w.exe Linking target qemu-system-x86_64.exe Linking target qemu-system-x86_64w.exe make: Leaving directory '/home/petmay01/qemu-for-merges/build/w32' OK DONE windows crossbuilds thanks -- PMM