Re: [Qemu-devel] [PATCH RFC 3/4] range: Drop the previous commit's trickery

2016-06-20 Thread Markus Armbruster
"Michael S. Tsirkin" writes: > On Wed, Jun 15, 2016 at 10:41:49PM +0200, Markus Armbruster wrote: >> Signed-off-by: Markus Armbruster > > Agree with Eric about squashing this. Sanity check since Eric wrote "may": I assume you prefer this patch be squashed into the previous one for the non-RFC r

Re: [Qemu-devel] [PATCH RFC 3/4] range: Drop the previous commit's trickery

2016-06-18 Thread Michael S. Tsirkin
On Wed, Jun 15, 2016 at 10:41:49PM +0200, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster Agree with Eric about squashing this. Reviewed-by: Michael S. Tsirkin > --- > include/qemu/range.h | 21 - > util/range.c | 1 - > 2 files changed, 22 deletions(-

Re: [Qemu-devel] [PATCH RFC 3/4] range: Drop the previous commit's trickery

2016-06-15 Thread Eric Blake
On 06/15/2016 02:41 PM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > --- > include/qemu/range.h | 21 - > util/range.c | 1 - > 2 files changed, 22 deletions(-) As mentioned on 2/4, you may want to squash this in. Reviewed-by: Eric Blake -- Eric

[Qemu-devel] [PATCH RFC 3/4] range: Drop the previous commit's trickery

2016-06-15 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- include/qemu/range.h | 21 - util/range.c | 1 - 2 files changed, 22 deletions(-) diff --git a/include/qemu/range.h b/include/qemu/range.h index 9296ba0..c8c46a9 100644 --- a/include/qemu/range.h +++ b/include/qemu/range.h @@ -30,