On 2014/9/16 17:12, Igor Mammedov wrote:
On Tue, 16 Sep 2014 15:45:32 +0800
zhanghailiang wrote:
In error message, maxmem is printed in Dec but ram_size in Hex.
It is better to print them in same format.
Also use error_report instead of fprintf.
Signed-off-by: zhanghailiang
---
v2:
- Remove
On Tue, 16 Sep 2014 15:45:32 +0800
zhanghailiang wrote:
> In error message, maxmem is printed in Dec but ram_size in Hex.
> It is better to print them in same format.
> Also use error_report instead of fprintf.
>
> Signed-off-by: zhanghailiang
> ---
> v2:
> - Remove redundant "qemu:" in error
In error message, maxmem is printed in Dec but ram_size in Hex.
It is better to print them in same format.
Also use error_report instead of fprintf.
Signed-off-by: zhanghailiang
---
v2:
- Remove redundant "qemu:" in error message, for error_report already prepend
a variation of "qemu" (comment