Re: [Qemu-devel] [PATCH v5 12/14] aspeed: use error_report instead of LOG_GUEST_ERROR

2016-09-12 Thread Andrew Jeffery
On Fri, 2016-09-09 at 18:22 +0200, Cédric Le Goater wrote: > Also change the default value used in case of an error. The minimum > size is a bit severe, so let's just use an average RAM size. I'm not sure we should be switching the default value in this patch, but I'm not sure it's worth any effor

[Qemu-devel] [PATCH v5 12/14] aspeed: use error_report instead of LOG_GUEST_ERROR

2016-09-09 Thread Cédric Le Goater
Also change the default value used in case of an error. The minimum size is a bit severe, so let's just use an average RAM size. Signed-off-by: Cédric Le Goater --- hw/misc/aspeed_sdmc.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/hw/misc/aspeed_sdmc.c b