freebsd-dev/lib/libvmmapi
Robert Wing a7f81b488d libvmm: explicitly save and restore errno in vm_open()
In commit 6bb140e3ca, vm_destroy() was replaced with free() to
preserve errno. However, it's possible that free() may change the errno
as well. Keep the free() call, but explicitly save and restore errno.

Noted by: jhb
Fixes: 6bb140e3ca
2021-05-11 15:11:52 -08:00
..
Makefile
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
vmmapi_freebsd.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
vmmapi.c libvmm: explicitly save and restore errno in vm_open() 2021-05-11 15:11:52 -08:00
vmmapi.h bhyve: support relocating fbuf and passthru data BARs 2021-03-19 11:04:36 +08:00