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 sign-extension > hw/scsi/lsi53c895a: Use deposit32 rather than handcoded shift/mask > > hw/scsi/lsi53c895a.c | 19 ++++++------------- > 1 file changed, 6 insertions(+), 13 deletions(-) >
Applied both to scsi-next, thanks. Paolo