On 30/09/2018 16:54, Philippe Mathieu-Daudé wrote: > Hi Paolo, Peter. > > On 9/30/18 10:11 AM, Paolo Bonzini wrote: >> The following changes since commit 042938f46e1c477419d1931381fdadffaa49d45e: >> >> Merge remote-tracking branch >> 'remotes/dgilbert/tags/pull-migration-20180926a' into staging (2018-09-28 >> 17:07:23 +0100) >> >> are available in the git repository at: >> >> >> git://github.com/bonzini/qemu.git tags/for-upstream >> >> for you to fetch changes up to 54b570779677ff8620a79ed81ddf0906b1d23f4e: >> >> hw/scsi/mptendian: Avoid taking address of fields in packed structs >> (2018-09-30 10:08:28 +0200) >> >> ---------------------------------------------------------------- >> * configure fix for environment variables (Daniel) >> * fix memory leaks (Alex) >> * x86_64 MTTCG (Emilio) >> * introduce atomic64 (Emilio) >> * Fix for virtio hang (Fam, myself) >> * SH serial port fix (Geert) >> * Deprecate rotation_rate for scsi-block (Fam) >> * Extend memory-backend-file availability to all POSIX hosts (Hikaru) >> * Memory API cleanups and fixes (Igor, Li Qiang, Peter, Philippe) >> * MSI/IOMMU fix (Jan) >> * Socket reconnection fixes (Marc-André) >> * icount fixes (Emilio, myself) >> * QSP fixes for Coverity (myself) >> * Some record/replay improovements (Pavel) >> * Packed struct fixes (Peter) >> * Windows dump fixes and elf2dmp (Viktor) >> * kbmclock fix (Yongji) > > Paolo, thanks for queuing all of this, however I note some UTF-8 issues. > > Alex got lucky: > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > > But Marc-André and myself have: > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com>
I'll fix it. In the meanwhile, I'll note that we're also improving Patchew so that it is much better at applying patches via three-way merge (basically the adding of *-by tags moves from "patchew apply" to the web stuff) and that should make these UTF-8 issues a thing of the past. Paolo