Re: [PATCH for-11.0.0] Fix include statement for u2f-emu.h
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-trivial,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA--mf5DoEkvPi+9M5zHhxhqOScX4hWKowcR49zE5iwFnA@mail.gmail.com> |
On Wed, 18 Mar 2026 at 17:46, Stefan Weil via qemu development <[email protected]> wrote: > > All examples on https://github.com/Agnoctopus/libu2f-emu/ don't > simply include u2f-emu.h without any added directory. > > The additional include directory does not exist when libu2f > was built with meson. > > It's up to pkgconfig to make sure that u2f-emu.h is found in any case. > > Signed-off-by: Stefan Weil <[email protected]> Hi, Stefan. Could I ask you to try a tweak to your git config which (assuming you use git-send-email) I hope will fix the problem where the mailing list rewrites the From headers of your emails to "Stefan Weil via qemu development <[email protected]>" and then when a maintainer picks them up they need to manually adjust the git commit author line ? This is the suggestion that our .mailmap has: # If the mailing list munges your emails, use: # git config sendemail.from '"Your Name" <[email protected]>' # the use of "" in that line will differ from the typically unquoted # 'git config user.name', which in turn is sufficient for 'git send-email' # to add an extra From: line in the body of your email that takes # precedence over any munged From: in the mail's headers. # See https://lists.openembedded.org/g/openembedded-core/message/166515 # and https://lists.gnu.org/archive/html/qemu-devel/2023-09/msg06784.html Hopefully that will help... (I don't really understand why our mailing list still does some address rewriting -- I thought we had configured it so it never changes the mails any more and so shouldn't need to rewrite senders, but a few people still seem to have their addresses rewritten :-( ) thanks -- PMM