Re: [Qemu-devel] [PATCH] dump: Show custom message for ENOSPC

2018-02-09 Thread Eric Blake
On 02/09/2018 01:31 PM, Yasmin Beatriz wrote: This patch intends to make a more specific message for when the system has not enough space to save guest memory. Reported-by: yilzh...@redhat.com Cc: Jose Ricardo Ziviani Signed-off-by: Yasmin Beatriz --- dump.c | 9 - 1 file changed, 8

Re: [Qemu-devel] [PATCH] dump: Show custom message for ENOSPC

2018-02-09 Thread Murilo Opsfelder Araujo
Hi, Yasmin. Congratulations on your first patch! On 02/09/2018 05:31 PM, Yasmin Beatriz wrote: > This patch intends to make a more specific message for when > the system has not enough space to save guest memory. > > Reported-by: yilzh...@redhat.com > Cc: Jose Ricardo Ziviani > Signed-off-by: Y

Re: [Qemu-devel] [PATCH] dump: Show custom message for ENOSPC

2018-02-09 Thread Daniel Henrique Barboza
Hi Yasmin, On 02/09/2018 05:31 PM, Yasmin Beatriz wrote: This patch intends to make a more specific message for when the system has not enough space to save guest memory. Reported-by: yilzh...@redhat.com Cc: Jose Ricardo Ziviani Signed-off-by: Yasmin Beatriz --- dump.c | 9 - 1 fil

[Qemu-devel] [PATCH] dump: Show custom message for ENOSPC

2018-02-09 Thread Yasmin Beatriz
This patch intends to make a more specific message for when the system has not enough space to save guest memory. Reported-by: yilzh...@redhat.com Cc: Jose Ricardo Ziviani Signed-off-by: Yasmin Beatriz --- dump.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dump.c