Re: [Qemu-devel] [PATCH v3 2/3] hostmem: add more information in error messages

2018-01-24 Thread Michael S. Tsirkin
On Wed, Jan 17, 2018 at 04:13:24PM +0800, Haozhong Zhang wrote: > When there are multiple memory backends in use, including the object type > name, ID and the property name in the error message can help users to > locate the error. > > Signed-off-by: Haozhong Zhang > Suggested-by: "Dr. David Alan

[Qemu-devel] [PATCH v3 2/3] hostmem: add more information in error messages

2018-01-17 Thread Haozhong Zhang
When there are multiple memory backends in use, including the object type name, ID and the property name in the error message can help users to locate the error. Signed-off-by: Haozhong Zhang Suggested-by: "Dr. David Alan Gilbert" --- backends/hostmem-file.c | 9 ++--- backends/hostmem.c