unicorn/qemu/scripts
Eric Blake 534e37585d
qapi: Drop unused c_null()
Now that we are always bulk-initializing a QAPI C struct to 0
(whether by g_malloc0() or by 'Type arg = {0};'), we no longer
have any clients of c_null() in the generator for per-element
initialization. This patch is easy enough to revert if we find
a use in the future, but in the present, get rid of the dead code.

Backports commit 861877a0dd0a8e1bdbcc9743530f4dc9745a736a from qemu
2018-02-21 22:49:33 -05:00
..
create_config more cleanup qemu/configure 2017-01-19 14:11:54 +08:00
make_device_config.sh fix file perms 2015-08-28 21:05:38 -07:00
ordereddict.py import 2015-08-21 15:04:50 +08:00
qapi-event.py qapi-event: Utilize implicit struct visits 2018-02-21 22:45:28 -05:00
qapi-types.py qapi: Emit implicit structs in generated C 2018-02-21 22:31:15 -05:00
qapi-visit.py qapi: Inline gen_visit_members() into lone caller 2018-02-21 22:47:50 -05:00
qapi.py qapi: Drop unused c_null() 2018-02-21 22:49:33 -05:00