Re: [Qemu-devel] [PATCH v2 4/4] vl: Set error location when parsing memory options

2016-02-12 Thread Marcel Apfelbaum
On 02/12/2016 09:02 PM, Eduardo Habkost wrote: Set error location so the error_report() calls will show appropriate command-line argument or config file info. Signed-off-by: Eduardo Habkost --- vl.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/vl.c b/vl.c index 50cd018..8fe79dd

[Qemu-devel] [PATCH v2 4/4] vl: Set error location when parsing memory options

2016-02-12 Thread Eduardo Habkost
Set error location so the error_report() calls will show appropriate command-line argument or config file info. Signed-off-by: Eduardo Habkost --- vl.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/vl.c b/vl.c index 50cd018..8fe79dd 100644 --- a/vl.c +++ b/vl.c @@ -2907,6 +2907,10 @@