hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()
commit133ef074bd88957c0ed5b38d4489111889acf915
authorSergio Lopez <slp@redhat.com>
Thu, 10 Oct 2019 13:49:39 +0000 (10 15:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 Oct 2019 07:38:42 +0000 (22 09:38 +0200)
tree8d2790f949a4d9dafa9faecfd7bfb948ef033643
parent62a188546ff9dec8020776c04a728ff62d2b4aeb
hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()

Follow checkpatch.pl recommendation and replace the use of strtol with
qemu_strtoui in x86_load_linux().

Signed-off-by: Sergio Lopez <slp@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
hw/i386/pc.c