libvirt/src/bhyve
Laine Stump c0ae4919e3 change DIR* int g_autoptr(DIR) where appropriate
All of these conversions are trivial - VIR_DIR_CLOSE() (aka
virDirClose()) is called only once on the DIR*, and it happens just
before going out of scope.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
2020-11-02 22:01:36 -05:00
..
bhyve_capabilities.c change DIR* int g_autoptr(DIR) where appropriate 2020-11-02 22:01:36 -05:00
bhyve_capabilities.h bhyve: implement virtio-9p support 2020-10-09 18:46:04 +04:00
bhyve_command.c bhyve: fix virtio-9p src/dst order 2020-10-12 15:24:21 +04:00
bhyve_command.h
bhyve_conf.c
bhyve_conf.h
bhyve_device.c bhyve: implement virtio-9p support 2020-10-09 18:46:04 +04:00
bhyve_device.h
bhyve_domain.c bhyve: use g_new0 instead of VIR_ALLOC* 2020-10-01 12:34:13 +02:00
bhyve_domain.h bhyve: support 'isa' controller for LPC 2020-09-21 20:03:00 +04:00
bhyve_driver.c cpu: Wire in XML validation 2020-10-07 11:26:27 +02:00
bhyve_driver.h
bhyve_monitor.c
bhyve_monitor.h
bhyve_parse_command.c bhyve: parse: Set video device model when parsing bhyve commandline 2020-10-19 11:50:49 +02:00
bhyve_parse_command.h
bhyve_process.c
bhyve_process.h
bhyve_utils.h
bhyve.conf
libvirtd_bhyve.aug
meson.build meson: prefix kvm_dep, m_dep and util_dep with lib 2020-10-09 13:44:54 +02:00
test_libvirtd_bhyve.aug.in