]> git.ipfire.org Git - thirdparty/qemu.git/commit
module: use g_hash_table_add()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 22 Jul 2019 13:10:46 +0000 (17:10 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 21 Aug 2019 14:29:57 +0000 (16:29 +0200)
commit90629122d2ef536290882c71ca16bac3df842ca1
tree51a023f2ecd1ddea03b892049ddfcc6e78820824
parentc932ce3144d92b3032336d02b59e6a14be68098d
module: use g_hash_table_add()

The hashtable is used like a set, use the convenience
g_hash_table_add() function.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
util/module.c