freebsd-src/lib/libvmmapi
Robert Wing 3efc45f34e libvmm: constify vm_get_name()
Allows callers of vm_get_name() to retrieve the vm name without having
to allocate a buffer.

While in the vicinity, do minor cleanup in vm_snapshot_basic_metadata().

Reviewed by:	jhb
Differential Revision:	https://reviews.freebsd.org/D34290
2022-03-17 21:38:21 -08:00
..
Makefile libvmmapi: Fix warnings and stop overridding WARNS 2021-07-26 16:40:16 -04:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
vmmapi.c libvmm: constify vm_get_name() 2022-03-17 21:38:21 -08:00
vmmapi.h libvmm: constify vm_get_name() 2022-03-17 21:38:21 -08:00
vmmapi_freebsd.c