[Qemu-devel] [PATCH] hostmem: Fix mem-path property name in error report

2015-04-24 Thread Jan Kiszka
The subtle difference between "property not found" and "property not set" is already confusing enough. Signed-off-by: Jan Kiszka --- backends/hostmem-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/hostmem-file.c b/backends/hostmem-file.c index 5179994..4b5536

Re: [Qemu-devel] [PATCH] hostmem: Fix mem-path property name in error report

2015-04-24 Thread Peter Crosthwaite
On Fri, Apr 24, 2015 at 10:41 AM, Jan Kiszka wrote: > The subtle difference between "property not found" and "property not > set" is already confusing enough. > > Signed-off-by: Jan Kiszka Reviewed-by: Peter Crosthwaite > --- > backends/hostmem-file.c | 2 +- > 1 file changed, 1 insertion(+),

Re: [Qemu-devel] [PATCH] hostmem: Fix mem-path property name in error report

2015-04-24 Thread Michael Tokarev
24.04.2015 20:41, Jan Kiszka wrote: > The subtle difference between "property not found" and "property not > set" is already confusing enough. Applied to -trivial, thanks! /mjt