Re: [Qemu-devel] [PATCH v5 03/16] memory-device: improve "range conflicts" error message

2018-10-09 Thread Philippe Mathieu-Daudé
On 05/10/2018 11:20, David Hildenbrand wrote: > Handle id==NULL better and indicate that we are dealing with memory > devices. > > Signed-off-by: David Hildenbrand Reviewed-by: Philippe Mathieu-Daudé > --- > hw/mem/memory-device.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >

Re: [Qemu-devel] [PATCH v5 03/16] memory-device: improve "range conflicts" error message

2018-10-07 Thread David Gibson
On Fri, Oct 05, 2018 at 11:20:11AM +0200, David Hildenbrand wrote: > Handle id==NULL better and indicate that we are dealing with memory > devices. > > Signed-off-by: David Hildenbrand Reviewed-by: David Gibson > --- > hw/mem/memory-device.c | 3 ++- > 1 file changed, 2 insertions(+), 1 delet

[Qemu-devel] [PATCH v5 03/16] memory-device: improve "range conflicts" error message

2018-10-05 Thread David Hildenbrand
Handle id==NULL better and indicate that we are dealing with memory devices. Signed-off-by: David Hildenbrand --- hw/mem/memory-device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/mem/memory-device.c b/hw/mem/memory-device.c index 7c706fadfc..0624184c40 100644 --- a