OSDN Git Service

qemu-option: pass NULL rather than 0 to the id of qemu_opts_set()
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 27 Apr 2020 00:57:04 +0000 (09:57 +0900)
committerMarkus Armbruster <armbru@redhat.com>
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 <masahiroy@kernel.org>
Message-Id: <20200427005704.2475782-1-masahiroy@kernel.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
softmmu/vl.c