Re: [Qemu-devel] [PATCH] memory: fix subregion collision warning

2011-09-18 Thread Avi Kivity
On 09/16/2011 12:16 AM, Michael Walle wrote: Instead of the offset property use the proper addr property to calculate the offsets. Additionally, be a little more verbose on the warning and print the subregion name. Thanks, applied to memory/core. -- error compiling committee.c: too many arg

[Qemu-devel] [PATCH] memory: fix subregion collision warning

2011-09-15 Thread Michael Walle
Instead of the offset property use the proper addr property to calculate the offsets. Additionally, be a little more verbose on the warning and print the subregion name. Signed-off-by: Michael Walle --- memory.c | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git