* Wei Wang (wei.w.w...@intel.com) wrote:
> On 08/07/2018 05:53 PM, Dr. David Alan Gilbert wrote:
> > * Wei Wang (wei.w.w...@intel.com) wrote:
> > > On 08/07/2018 03:39 PM, Peter Xu wrote:
> > > > On Tue, Jul 31, 2018 at 06:01:18PM +0800, Wei Wang wrote:
> > > > > When "nbits = 0", which means no bi
On 08/07/2018 05:53 PM, Dr. David Alan Gilbert wrote:
* Wei Wang (wei.w.w...@intel.com) wrote:
On 08/07/2018 03:39 PM, Peter Xu wrote:
On Tue, Jul 31, 2018 at 06:01:18PM +0800, Wei Wang wrote:
When "nbits = 0", which means no bits to mask, this macro is expected to
return 0, instead of 0xf
On 08/07/2018 08:17 PM, Peter Xu wrote:
On Tue, Aug 07, 2018 at 04:21:15PM +0800, Wei Wang wrote:
On 08/07/2018 03:39 PM, Peter Xu wrote:
On Tue, Jul 31, 2018 at 06:01:18PM +0800, Wei Wang wrote:
When "nbits = 0", which means no bits to mask, this macro is expected to
return 0, instead of 0xff
On Tue, Aug 07, 2018 at 04:21:15PM +0800, Wei Wang wrote:
> On 08/07/2018 03:39 PM, Peter Xu wrote:
> > On Tue, Jul 31, 2018 at 06:01:18PM +0800, Wei Wang wrote:
> > > When "nbits = 0", which means no bits to mask, this macro is expected to
> > > return 0, instead of 0x. This patch changes
* Wei Wang (wei.w.w...@intel.com) wrote:
> On 08/07/2018 03:39 PM, Peter Xu wrote:
> > On Tue, Jul 31, 2018 at 06:01:18PM +0800, Wei Wang wrote:
> > > When "nbits = 0", which means no bits to mask, this macro is expected to
> > > return 0, instead of 0x. This patch changes the macro to retu
On 08/07/2018 03:39 PM, Peter Xu wrote:
On Tue, Jul 31, 2018 at 06:01:18PM +0800, Wei Wang wrote:
When "nbits = 0", which means no bits to mask, this macro is expected to
return 0, instead of 0x. This patch changes the macro to return
0 when there is no bit needs to be masked.
Signed-of
On Tue, Jul 31, 2018 at 06:01:18PM +0800, Wei Wang wrote:
> When "nbits = 0", which means no bits to mask, this macro is expected to
> return 0, instead of 0x. This patch changes the macro to return
> 0 when there is no bit needs to be masked.
>
> Signed-off-by: Wei Wang
> CC: Juan Quinte
Wei Wang wrote:
> When "nbits = 0", which means no bits to mask, this macro is expected to
> return 0, instead of 0x. This patch changes the macro to return
> 0 when there is no bit needs to be masked.
>
> Signed-off-by: Wei Wang
> CC: Juan Quintela
> CC: Dr. David Alan Gilbert
> CC: Pe
When "nbits = 0", which means no bits to mask, this macro is expected to
return 0, instead of 0x. This patch changes the macro to return
0 when there is no bit needs to be masked.
Signed-off-by: Wei Wang
CC: Juan Quintela
CC: Dr. David Alan Gilbert
CC: Peter Xu
---
include/qemu/bitmap