libvirt/src/bhyve
Cole Robinson af36f8a641 Require a semicolon for VIR_ONCE_GLOBAL_INIT calls
Missing semicolon at the end of macros can confuse some analyzers
(like cppcheck <filename>). VIR_ONCE_GLOBAL_INIT is almost
exclusively called without an ending semicolon, but let's
standardize on using one like the other macros.

Add a dummy struct definition at the end of the macro, so
the compiler will require callers to add a semicolon.

Reviewed-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2019-02-03 17:46:29 -05:00
..
bhyve_capabilities.c internal: Move <stdio.h> include to internal.h 2018-09-20 10:16:38 +02:00
bhyve_capabilities.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
bhyve_command.c bhyve: emit warning when using bhyve:commandline 2019-02-01 22:08:55 +04:00
bhyve_command.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
bhyve_conf.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
bhyve_conf.h bhyve: implement support for commandline args 2019-01-27 14:54:52 +04:00
bhyve_device.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
bhyve_device.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
bhyve_domain.c bhyve: bhyveDomainDefNamespaceFormatXML cleanup 2019-02-01 22:08:55 +04:00
bhyve_domain.h bhyve: implement support for commandline args 2019-01-27 14:54:52 +04:00
bhyve_driver.c qemu: use line breaks in command line args written to log 2018-12-17 15:02:11 +00:00
bhyve_driver.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
bhyve_monitor.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
bhyve_monitor.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
bhyve_parse_command.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
bhyve_parse_command.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
bhyve_process.c src: remove blank first line in function body 2018-09-17 13:29:01 +02:00
bhyve_process.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
bhyve_utils.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
bhyve.conf bhyve: add config file support 2017-03-14 20:46:05 +04:00
libvirtd_bhyve.aug bhyve: add config file support 2017-03-14 20:46:05 +04:00
Makefile.inc.am make: split bhyve driver build rules into bhyve/Makefile.inc.am 2018-02-23 13:14:26 +00:00
test_libvirtd_bhyve.aug.in bhyve: add config file support 2017-03-14 20:46:05 +04:00