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
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