]> xenbits.xensource.com Git - libvirt.git/commit
bhyve: drop emulator binary value check
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 4 Feb 2021 15:29:44 +0000 (19:29 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sat, 6 Feb 2021 08:54:50 +0000 (12:54 +0400)
commita58edc602ebfef9323d405f846cb0076bdfc8044
treee492e390bb48a0d0d8f7bfc4536dbde2519f2f80
parent3068294e77c1ad0e08799fc76fac0ef0cee5c1bc
bhyve: drop emulator binary value check

Currently, requesting domain capabilities fails when the specified
emulator binary does not equal to "/usr/sbin/bhyve". As we're
not using user-specified emulator anyway, drop this check to avoid
showing errors for values like "bhyve" (without absolute path).

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/bhyve/bhyve_driver.c