]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't return fatal error in HAL driver init if HAL isn't running
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 13 Nov 2009 10:36:01 +0000 (10:36 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 13 Nov 2009 15:10:55 +0000 (15:10 +0000)
commit7bed630dfbad2c42788c66506325375f825918ba
tree686d4dc7e21f65496e6c59f947099cee0e74ad51
parent4be6e024c7188f60bdd5bdd1a9c32193abb6aeb6
Don't return fatal error in HAL driver init if HAL isn't running

The HAL driver returns a fatal error code in the case where HAL
is not running. This causes the entire libvirtd daemon to quit
which isn't desirable. Instead it should simply disable the HAL
driver

* src/node_device/node_device_hal.c: Quietly disable HAL if it is
  not running
src/node_device/node_device_hal.c