From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PULL v5 00/87] Misc patches for 2020-09-24
Date: Fri, 25 Sep 2020 21:07:01 +0200 [thread overview]
Message-ID: <CABgObfbqdmo4tkFHNiJen2ACmdSDAXYoGdZb7ik8nsjnmOtn+A@mail.gmail.com> (raw)
In-Reply-To: <CAFEAcA_-cNmt-sY3nqnGkpUqET86M6-82rf-Uv3QkwCR14kYsw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2721 bytes --]
Il ven 25 set 2020, 20:44 Peter Maydell <peter.maydell@linaro.org> ha
scritto:
> On Fri, 25 Sep 2020 at 14:20, 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 e627cc59f0ad4949c9635b72a3149c9fabc044e8:
> >
> > hw/net/can: Correct Kconfig dependencies (2020-09-25 09:04:23 -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 passes all the tests, but generates some new warnings:
>
> In the all-linux-static build:
>
> Library rt found: YES
> Found pkg-config: /usr/bin/pkg-config (0.29.1)
> WARNING: Static library 'udev' not found for dependency 'libudev', may
> not be statically linked
> Run-time dependency libudev found: YES 237
> Library devmapper found: NO
> That looks like it's gone wrong -- if we're doing a static
> build and it can't find the static library that means the
> dependency should be a "NO", not "YES", shouldn't it ?
>
No, it's always been like that; the configure script also proceeded with
the dependency and fingers crossed. Meson warns which is the right thing to
do. I will make the test dependent on have_softmmu || have_tools (or
whatever it needs to be) so that the warning is hidden.
Thanks,
Paolo
Also, lots of these during 'make check' on the x86-64 Linux build:
>
> qemu-system-i386: warning: host doesn't support requested feature:
> CPUID.40000001H:EAX.kvm-asyncpf-int [bit 14]
[-- Attachment #2: Type: text/html, Size: 4025 bytes --]
prev parent reply other threads:[~2020-09-25 19:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-25 13:06 [PULL v5 00/87] Misc patches for 2020-09-24 Paolo Bonzini
2020-09-25 18:43 ` Peter Maydell
2020-09-25 19:07 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CABgObfbqdmo4tkFHNiJen2ACmdSDAXYoGdZb7ik8nsjnmOtn+A@mail.gmail.com \
--to=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).