Re: [Qemu-devel] [PATCH 0/2] lsi53c895a: avoid integer undefined behaviours

2013-08-26 Thread Paolo Bonzini
Il 23/08/2013 18:16, Peter Maydell ha scritto: > More patches to fix clang sanitizer warnings; in this case we > can fix them and clean up the code a bit by replacing hand-coded > operations with functions from the bitops header. > > Peter Maydell (2): > hw/scsi/lsi53c895a: Use sextract32 for si

[Qemu-devel] [PATCH 0/2] lsi53c895a: avoid integer undefined behaviours

2013-08-23 Thread Peter Maydell
More patches to fix clang sanitizer warnings; in this case we can fix them and clean up the code a bit by replacing hand-coded operations with functions from the bitops header. Peter Maydell (2): hw/scsi/lsi53c895a: Use sextract32 for sign-extension hw/scsi/lsi53c895a: Use deposit32 rather tha