On 21.12.2017 20:30, Paolo Bonzini wrote: > On 21/12/2017 20:20, Laurent Vivier wrote: >>>> Yes, this is good too. After my pull request is in, feel free to take >>>> Thomas's m68k boot-serial-test patch in your tree. >> And what about: >> >> tests/boot-serial-test: Add tests for microblaze boards >> tests/boot-serial-test: Add a test for the moxiesim machine >> tests/boot-serial-test: Add support for the raspi2 machine > > I didn't want to hold the whole pull request close to the Christmas > holidays; once either Thomas or I will test them with the sanitizers, > they will go in.
I've now checked them with '-fsanitize=undefined -fno-sanitize=shift' (using clang) and I do not get any further errors with the three remaining patches, so I think they should be fine for the next PULL request. Thomas