libvirt/src/bhyve
Daniel P. Berrangé cb1938eb58 all: don't wait for driver lock during startup
When the drivers acquire their pidfile lock we don't want to wait if the
lock is already held. We need the driver to immediately report error,
causing the daemon to exit.

Reviewed-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-07-15 13:36:45 +01:00
..
bhyve_capabilities.c bhyve: fill in virCapsEnum 'report' 2019-03-18 10:51:02 -04:00
bhyve_capabilities.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_command.c bhyve: convert to net model enum 2019-04-16 13:11:08 -04:00
bhyve_command.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_conf.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
bhyve_conf.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_device.c
bhyve_device.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_domain.c bhyve: add bhyveDomainDefNeedsISAController helper 2019-02-24 17:24:00 +04:00
bhyve_domain.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_driver.c all: don't wait for driver lock during startup 2019-07-15 13:36:45 +01:00
bhyve_driver.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_monitor.c
bhyve_monitor.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_parse_command.c bhyve: convert to net model enum 2019-04-16 13:11:08 -04:00
bhyve_parse_command.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_process.c
bhyve_process.h src/bhyve: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve_utils.h bhyve: acquire a pidfile in the driver root directory 2019-07-11 12:46:20 +01:00
bhyve.conf
libvirtd_bhyve.aug
Makefile.inc.am maint: Add filetype annotations to Makefile.inc.am 2019-04-12 16:55:38 +02:00
test_libvirtd_bhyve.aug.in