On Thu, Jun 9, 2016 at 11:46 AM, Peter Maydell wrote:
> On 12 May 2016 at 23:45, Alistair Francis wrote:
>> Add a macro that creates a 64bit value which has length number of ones
>> shifted acrros by the value of shift.
>
> "across"
>
>>
>> Signed-off-by: Alistair Francis
>> Reviewed-by: Alex Be
On 12 May 2016 at 23:45, Alistair Francis wrote:
> Add a macro that creates a 64bit value which has length number of ones
> shifted acrros by the value of shift.
"across"
>
> Signed-off-by: Alistair Francis
> Reviewed-by: Alex Bennée
> ---
> V5:
> - Re-write to a 64-bit mask instead of ONES()
Add a macro that creates a 64bit value which has length number of ones
shifted acrros by the value of shift.
Signed-off-by: Alistair Francis
Reviewed-by: Alex Bennée
---
V5:
- Re-write to a 64-bit mask instead of ONES()
- Re-order this patch in the series
include/qemu/bitops.h | 3 +++
1 fil