* Marc-André Lureau (marcandre.lur...@redhat.com) wrote:
> Hi
>
> - Original Message -
> > Marc-André Lureau writes:
> >
> > > This will help with the introduction of a new structure to handle
> > > enum lookup.
It would be good to make that comment explain why it's necessary.
> > > Si
Hi
- Original Message -
> Marc-André Lureau writes:
>
> > This will help with the introduction of a new structure to handle
> > enum lookup.
> >
> > Signed-off-by: Marc-André Lureau
> > ---
> [...]
> > 45 files changed, 206 insertions(+), 122 deletions(-)
>
> Hmm.
>
> > diff --git a/
Marc-André Lureau writes:
> This will help with the introduction of a new structure to handle
> enum lookup.
>
> Signed-off-by: Marc-André Lureau
> ---
[...]
> 45 files changed, 206 insertions(+), 122 deletions(-)
Hmm.
> diff --git a/include/qapi/util.h b/include/qapi/util.h
> index 7436ed815
On 08/22/2017 09:22 AM, Marc-André Lureau wrote:
> This will help with the introduction of a new structure to handle
> enum lookup.
>
Procedurally for the sake of review, it's a little odd to introduce the
function, deploy it, and then change it and update all callers.
content-wise, I'm really
This will help with the introduction of a new structure to handle
enum lookup.
Signed-off-by: Marc-André Lureau
---
include/qapi/util.h | 2 +
backends/hostmem.c | 3 +-
block/backup.c | 3 +-
block/file-posix.c | 5 ++-