From: "罗勇刚(Yonggang Luo)" <luoyonggang@gmail.com> To: Peter Maydell <peter.maydell@linaro.org> Cc: "Paolo Bonzini" <pbonzini@redhat.com>, "Thomas Huth" <thuth@redhat.com>, "QEMU Developers" <qemu-devel@nongnu.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com> Subject: Re: [PULL 6/7] meson: fix meson 0.58 warning with libvhost-user subproject Date: Fri, 30 Jul 2021 00:50:18 +0800 [thread overview] Message-ID: <CAE2XoE--EOGpcijk4dG-0BDQadQ4vmQmD_sejW3CyXebj-DSvA@mail.gmail.com> (raw) In-Reply-To: <CAFEAcA-n5XkS86AJgHQeZtmDTYqm6f5OHoUb+biHgKeK0mArCQ@mail.gmail.com> [-- Attachment #1: Type: text/plain, Size: 2355 bytes --] Relative symlink should work on Windows. Only symlink that points to non-exist file would file. On Thu, Jul 29, 2021 at 11:09 PM Peter Maydell <peter.maydell@linaro.org> wrote: > > On Thu, 29 Jul 2021 at 15:05, Thomas Huth <thuth@redhat.com> wrote: > > > > On 29/07/2021 14.58, Peter Maydell wrote: > > > On Thu, 29 Jul 2021 at 13:56, Paolo Bonzini <pbonzini@redhat.com> wrote: > > >> > > >> From: Marc-André Lureau <marcandre.lureau@redhat.com> > > >> > > >> Meson now checks that subprojects do not access files from parent > > >> project. While we all agree this is best practice, libvhost-user also > > >> want to share a few headers with QEMU, and libvhost-user isn't really a > > >> standalone project at this point (although this is making the dependency > > >> a bit more explicit). > > >> > > >> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> > > >> Message-Id: <20210505151313.203258-1-marcandre.lureau@redhat.com> > > >> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> > > >> --- > > >> subprojects/libvhost-user/include/atomic.h | 1 + > > >> subprojects/libvhost-user/libvhost-user.c | 2 +- > > >> subprojects/libvhost-user/meson.build | 6 +----- > > >> subprojects/libvhost-user/standard-headers/linux | 1 + > > > > > >> diff --git a/subprojects/libvhost-user/include/atomic.h b/subprojects/libvhost-user/include/atomic.h > > >> new file mode 120000 > > >> index 0000000000..8c2be64f7b > > >> --- /dev/null > > >> +++ b/subprojects/libvhost-user/include/atomic.h > > >> @@ -0,0 +1 @@ > > >> +../../../include/qemu/atomic.h > > >> \ No newline at end of file > > > > > >> diff --git a/subprojects/libvhost-user/standard-headers/linux b/subprojects/libvhost-user/standard-headers/linux > > >> new file mode 120000 > > >> index 0000000000..15a2378139 > > >> --- /dev/null > > >> +++ b/subprojects/libvhost-user/standard-headers/linux > > >> @@ -0,0 +1 @@ > > >> +../../../include/standard-headers/linux > > >> \ No newline at end of file > > > > > > > > > Should these really be missing the trailing newline ? > > > > It's a symlink, so yes, there does not need to be a newline in here. > > Interesting. How does it work on Windows hosts ? > > -- PMM > -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo [-- Attachment #2: Type: text/html, Size: 3402 bytes --]
next prev parent reply other threads:[~2021-07-29 16:51 UTC|newest] Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-29 12:47 [PULL 0/7] Misc patches for QEMU 6.1-rc2 Paolo Bonzini 2021-07-29 12:47 ` [PULL 1/7] i386: assert 'cs->kvm_state' is not null Paolo Bonzini 2021-07-29 12:47 ` [PULL 2/7] Makefile: ignore long options Paolo Bonzini 2021-07-29 12:47 ` [PULL 3/7] configure: Add -Werror to avx2, avx512 tests Paolo Bonzini 2021-07-29 12:47 ` [PULL 4/7] target/i386: Added consistency checks for event injection Paolo Bonzini 2021-07-29 12:47 ` [PULL 5/7] target/i386: fix typo in ctl_has_irq Paolo Bonzini 2021-07-29 12:47 ` [PULL 6/7] meson: fix meson 0.58 warning with libvhost-user subproject Paolo Bonzini 2021-07-29 12:58 ` Peter Maydell 2021-07-29 14:05 ` Thomas Huth 2021-07-29 15:07 ` Peter Maydell 2021-07-29 16:50 ` 罗勇刚(Yonggang Luo) [this message] 2021-08-19 8:43 ` Christian Borntraeger 2021-08-19 14:51 ` Christian Borntraeger 2021-08-19 15:11 ` Christian Borntraeger 2021-07-29 12:47 ` [PULL 7/7] libvhost-user: fix -Werror=format= warnings with __u64 fields Paolo Bonzini 2021-07-29 17:48 ` [PULL 0/7] Misc patches for QEMU 6.1-rc2 Peter Maydell
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=CAE2XoE--EOGpcijk4dG-0BDQadQ4vmQmD_sejW3CyXebj-DSvA@mail.gmail.com \ --to=luoyonggang@gmail.com \ --cc=marcandre.lureau@redhat.com \ --cc=pbonzini@redhat.com \ --cc=peter.maydell@linaro.org \ --cc=qemu-devel@nongnu.org \ --cc=thuth@redhat.com \ --subject='Re: [PULL 6/7] meson: fix meson 0.58 warning with libvhost-user subproject' \ /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
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.