Re: [Qemu-devel] [PATCH] ivshmem: Delete duplicate debug message

2016-08-09 Thread
On 2016年08月08日 17:43, Markus Armbruster wrote: This could go in via qemu-trivial. Stefano Dong (董兴水) <opensource@aliyun.com> writes: When Debug switch is open, this debug message will print again in function 'process_msg'. Delete it. Suggest to say "Duplicated in com

[Qemu-devel] [PATCH] ivshmem: Delete duplicate debug message

2016-08-07 Thread
When Debug switch is open, this debug message will print again in function 'process_msg'. Delete it. Signed-off-by: Stefano Dong (董兴水) <opensource@aliyun.com> --- hw/misc/ivshmem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index 40a2ebc..f

[Qemu-devel] [PATCH] Fix memory leak on error

2015-11-26 Thread
hw/ppc/spapr.c: Fix memory leak on error, it was introduced in bc09e0611 hw/acpi/memory_hotplug.c: Fix memory leak on error, it was introduced in 34f2af3d Signed-off-by: Stefano Dong (董兴水) <opensource@aliyun.com> --- hw/acpi/memory_hotplug.c | 1 + hw/ppc/spapr.c | 1 + 2