[Qemu-devel] Re: [PATCH 06/15] Use range_covers_byte

2010-09-05 Thread Blue Swirl
On Sun, Sep 5, 2010 at 6:03 PM, Michael S. Tsirkin wrote: > On Sun, Sep 05, 2010 at 03:06:07PM +, Blue Swirl wrote: >> Use range_covers_byte() instead of comparisons. >> >> This also fixes some warnings with GCC flag -Wtype-limits. >> >> Signed-off-by: Blue Swirl > > To me (not a native engli

[Qemu-devel] Re: [PATCH 06/15] Use range_covers_byte

2010-09-05 Thread Michael S. Tsirkin
On Sun, Sep 05, 2010 at 03:06:07PM +, Blue Swirl wrote: > Use range_covers_byte() instead of comparisons. > > This also fixes some warnings with GCC flag -Wtype-limits. > > Signed-off-by: Blue Swirl To me (not a native english speaker) this comment implies that there's a bugfix here. Is the