Re: [PATCH v8 04/15] hw/i386/pc: replace use of strtol with qemu_strtol in x86_load_linux()

2019-10-11 Thread Sergio Lopez
Philippe Mathieu-Daudé writes: > On 10/11/19 9:26 AM, Sergio Lopez wrote: >> Philippe Mathieu-Daudé writes: >> >>> Hi Sergio, >>> >>> On 10/10/19 4:31 PM, Sergio Lopez wrote: Follow checkpatch.pl recommendation and replace the use of strtol with qemu_strtol in x86_load_linux().

Re: [PATCH v8 04/15] hw/i386/pc: replace use of strtol with qemu_strtol in x86_load_linux()

2019-10-11 Thread Philippe Mathieu-Daudé
On 10/11/19 9:26 AM, Sergio Lopez wrote: Philippe Mathieu-Daudé writes: Hi Sergio, On 10/10/19 4:31 PM, Sergio Lopez wrote: Follow checkpatch.pl recommendation and replace the use of strtol with qemu_strtol in x86_load_linux(). Signed-off-by: Sergio Lopez --- hw/i386/pc.c | 11

Re: [PATCH v8 04/15] hw/i386/pc: replace use of strtol with qemu_strtol in x86_load_linux()

2019-10-11 Thread Sergio Lopez
Philippe Mathieu-Daudé writes: > Hi Sergio, > > On 10/10/19 4:31 PM, Sergio Lopez wrote: >> Follow checkpatch.pl recommendation and replace the use of strtol with >> qemu_strtol in x86_load_linux(). >> >> Signed-off-by: Sergio Lopez >> --- >> hw/i386/pc.c | 11 +-- >> 1 file

Re: [PATCH v8 04/15] hw/i386/pc: replace use of strtol with qemu_strtol in x86_load_linux()

2019-10-10 Thread Philippe Mathieu-Daudé
Hi Sergio, On 10/10/19 4:31 PM, Sergio Lopez wrote: Follow checkpatch.pl recommendation and replace the use of strtol with qemu_strtol in x86_load_linux(). Signed-off-by: Sergio Lopez --- hw/i386/pc.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git

[PATCH v8 04/15] hw/i386/pc: replace use of strtol with qemu_strtol in x86_load_linux()

2019-10-10 Thread Sergio Lopez
Follow checkpatch.pl recommendation and replace the use of strtol with qemu_strtol in x86_load_linux(). Signed-off-by: Sergio Lopez --- hw/i386/pc.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 77e86bfc3d..e6bcc3ff42 100644