On Sat, Dec 17, 2016 at 11:18:03AM +0000, Peter Maydell wrote: > On 16 December 2016 at 21:32, <no-re...@patchew.org> wrote: > > Your series seems to have some coding style problems. See output below for > > more information: > > > > Type: series > > Subject: [Qemu-devel] [PULL for-2.9 0/9] virtio, vhost, pc: fixes > > Message-id: 1481922841-4324-1-git-send-email-...@redhat.com > > > Checking PATCH 5/9: contrib: add libvhost-user... > > ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8 > > #75: FILE: contrib/libvhost-user/libvhost-user.c:9: > > + * Marc-Andr Lureau <mlur...@redhat.com> > > ^ > > > > ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8 > > #1579: FILE: contrib/libvhost-user/libvhost-user.h:8: > > + * Marc-Andr Lureau <mlur...@redhat.com> > > ^ > > > > total: 2 errors, 0 warnings, 1950 lines checked > > Michael, could you check the encoding in that file and respin > the patchset if necessary, please? > > thanks > -- PMM
I have no idea what this means. 00000000: 202a 2020 4d61 7263 2d41 6e64 72c3 a920 * Marc-Andr.. 00000010: 4c75 7265 6175 203c 6d6c 7572 6561 7540 Lureau <mlureau@ 00000020: 7265 6468 6174 2e63 6f6d 3e0a redhat.com>. So c3 a9, seems to be right: https://mothereff.in/utf-8#%C3%A9 Any idea? -- MST