libvirt/src/bhyve
Roman Bogorodskiy fcac0cf7e9 bhyve: fix build with gcc48
Build with gcc 4.8 fails with:

bhyve/bhyve_monitor.c: In function 'bhyveMonitorIO':
bhyve/bhyve_monitor.c:51:18: error: missing initializer for field 'tv_sec' of 'const struct timespec' [-Werror=missing-field-initializers]
     const struct timespec zerowait = {};

Explicitly initialize zerowait to fix the build.
2015-05-24 10:12:35 +03:00
..
bhyve_capabilities.c caps: Convert to use VIR_DOMAIN_VIRT internally 2015-04-20 16:40:26 -04:00
bhyve_capabilities.h
bhyve_command.c conf: Replace access to def->mem.max_balloon with accessor functions 2015-03-16 14:26:51 +01:00
bhyve_command.h
bhyve_device.c drvbhyve: Clean-up some used ATTRIBUTE_UNUSEDs. 2014-11-13 14:05:10 +01:00
bhyve_device.h
bhyve_domain.c conf: Add interface to parse and format memory device information 2015-03-23 14:25:15 +01:00
bhyve_domain.h
bhyve_driver.c virDomainObjListFindByName: Return referenced object 2015-04-24 13:22:45 +02:00
bhyve_driver.h bhyve: Add console support for grub-bhyve bootloader 2014-11-12 09:55:22 +01:00
bhyve_monitor.c bhyve: fix build with gcc48 2015-05-24 10:12:35 +03:00
bhyve_monitor.h drvbhyve: Automatically tear down guest domains on shutdown 2014-12-04 11:03:13 +01:00
bhyve_process.c drvbhyve: Automatically tear down guest domains on shutdown 2014-12-04 11:03:13 +01:00
bhyve_process.h
bhyve_utils.h bhyve: Add console support for grub-bhyve bootloader 2014-11-12 09:55:22 +01:00