aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/snapshot.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* bhyve: rename 'user_dev' with 'devices'Vitaliy Gusev2023-08-181-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* bhyve: Remove vmctx argument from PCI device model methods.John Baldwin2023-01-261-4/+4
* bhyve/snapshot: use a string for cmd element in the nvlistRobert Wing2023-01-261-6/+0
* bhyve/snapshot: switch to nvlist for snapshot requestsRobert Wing2023-01-261-19/+0
* bhyve/snapshot: split up mutex/cond initialization from socket creationRobert Wing2023-01-261-0/+1
* bhyve/snapshot: provide a way to send other messages/data to bhyveRobert Wing2023-01-261-3/+18
* bhyve/snapshot: rename and bump size of MAX_SNAPSHOT_VMNAMERobert Wing2023-01-261-2/+2
* bhyve/snapshot: rename checkpoint_opcodes to be more genericRobert Wing2023-01-261-3/+3
* bhyve/snapshot: drop mkdir when creating the unix domain socketRobert Wing2023-01-261-0/+1
* libvmm: clean up vmmapi.hRobert Wing2023-01-261-0/+12
* Initial support for bhyve save and restore.John Baldwin2020-05-051-0/+105