Re: [Qemu-devel] [PATCH] hostmem: fix build failure caused by qerror cleanups

2015-06-26 Thread Igor Mammedov
On Fri, 26 Jun 2015 11:11:16 +0200 Markus Armbruster wrote: > Igor Mammedov writes: > > > Signed-off-by: Igor Mammedov > > --- > > backends/hostmem.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/backends/hostmem.c b/backends/hostmem.c > > index 4b5c53d..403

Re: [Qemu-devel] [PATCH] hostmem: fix build failure caused by qerror cleanups

2015-06-26 Thread Markus Armbruster
Igor Mammedov writes: > Signed-off-by: Igor Mammedov > --- > backends/hostmem.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/backends/hostmem.c b/backends/hostmem.c > index 4b5c53d..403be07 100644 > --- a/backends/hostmem.c > +++ b/backends/hostmem.c > @@ -15,6 +15

[Qemu-devel] [PATCH] hostmem: fix build failure caused by qerror cleanups

2015-06-25 Thread Igor Mammedov
Signed-off-by: Igor Mammedov --- backends/hostmem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backends/hostmem.c b/backends/hostmem.c index 4b5c53d..403be07 100644 --- a/backends/hostmem.c +++ b/backends/hostmem.c @@ -15,6 +15,7 @@ #include "qapi-visit.h" #include "q