]> Git Repo - qemu.git/commit - softmmu/vl.c
qemu-option: pass NULL rather than 0 to the id of qemu_opts_set()
authorMasahiro Yamada <[email protected]>
Mon, 27 Apr 2020 00:57:04 +0000 (09:57 +0900)
committerMarkus Armbruster <[email protected]>
Wed, 29 Apr 2020 06:01:52 +0000 (08:01 +0200)
commit8ef3a4be27efccd791d05e74b7b17d918f511a76
tree5c6352dd431b5522ef365a31fcd472983050631c
parentf6528054f2ef7aab5c70664419b982b50142c25a
qemu-option: pass NULL rather than 0 to the id of qemu_opts_set()

The second argument 'id' is a pointer. Pass NULL rather than 0.

Signed-off-by: Masahiro Yamada <[email protected]>
Message-Id: <20200427005704.2475782[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
softmmu/vl.c
This page took 0.022835 seconds and 4 git commands to generate.