aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyvectl/bhyvectl.c
Commit message (Expand)AuthorAgeFilesLines
* bhyvectl: fix build without BHYVE_SNAPSHOTRoman Bogorodskiy2025-12-131-0/+2
* bhyvectl: improve options error handlingRoman Bogorodskiy2025-12-131-6/+15
* bhyvectl: Convert to use vm_openf()Mark Johnston2024-11-051-13/+8
* bhyvectl: Prepare to add arm64 supportMark Johnston2024-05-011-1807/+31
* bhyvectl: generate usage from options tableRob Norris2024-04-081-182/+63
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* bhyvectl: Add '--get-debug-cpus' commandVitaliy Gusev2023-07-251-1/+9
* Revert "bhyve: add command line parameter and parsing for migration"Corvin Köhne2023-06-211-55/+2
* bhyve: add command line parameter and parsing for migrationMihai Burcea2023-06-191-2/+55
* bhyvectl: Update usage of vm_run()Mark Johnston2023-05-241-2/+8
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bhyve: use directory file descriptor for checkpointVitaliy Gusev2023-04-281-2/+23
* libvmmapi: Add a struct vcpu and use it in most APIs.John Baldwin2023-03-241-284/+286
* bhyvectl: don't permit using --suspend and --checkpoint at same timeVitaliy Gusev2023-03-061-14/+9
* bhyvectl: don't leak nvlist in send_messageVitaliy Gusev2023-03-061-1/+1
* bhyvectl: correct socket_fd closing in send_messageVitaliy Gusev2023-03-061-1/+1
* bhyvectl: do not return garbage from send_messageVitaliy Gusev2023-03-061-3/+5
* bhyvectl: Address compiler warnings and bump WARNSMark Johnston2023-03-031-18/+12
* bhyve/snapshot: ..back to SOCK_STREAMRobert Wing2022-04-281-4/+5
* bhyve: sweep MAX_VMNAMERobert Wing2022-03-181-2/+0
* bhyvectl: drop vm_get_name()Robert Wing2022-03-181-13/+6
* bhyve/snapshot: use a string for cmd element in the nvlistRobert Wing2022-02-151-4/+5
* bhyve/snapshot: switch to nvlist for snapshot requestsRobert Wing2022-02-091-20/+19
* bhyve/snapshot: provide a way to send other messages/data to bhyveRobert Wing2021-05-131-6/+9
* bhyve/snapshot: use SOCK_DGRAM instead of SOCK_STREAMRobert Wing2021-03-081-16/+6
* bhyvectl: print a better error message when vm_open() failsRobert Wing2021-03-071-1/+3
* bhyve/snapshot: rename and bump size of MAX_SNAPSHOT_VMNAMERobert Wing2021-02-271-1/+1
* bhyvectl: reduce code duplicationRobert Wing2021-02-271-18/+5
* bhyve/snapshot: drop mkdir when creating the unix domain socketRobert Wing2021-02-221-2/+1
* libvmm: clean up vmmapi.hRobert Wing2021-02-181-0/+4
* Remove no longer used variable.John Baldwin2020-09-171-1/+1
* Remove support for setting some obscure fields.John Baldwin2020-09-171-47/+2
* Initial support for bhyve save and restore.John Baldwin2020-05-051-0/+119
* bhyve, bhyvectl: Add Hygon Dhyana support.Konstantin Belousov2020-02-131-0/+2
* style(9) remove unnecessary blank tabs.Marcelo Araujo2018-06-131-4/+4
* Add the ability to control the CPU topology of created VMsRodney W. Grimes2018-04-081-1/+12
* Add CR2 get/set support.Peter Grehan2018-03-111-3/+22
* Save and restore guest debug registers.John Baldwin2018-01-171-2/+99
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove duplicate header string.h.Marcelo Araujo2015-07-041-1/+0
* Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-181-22/+89
* Add an option "--get-vmcs-exit-inst-length" to display the instruction lengthNeel Natu2015-05-211-1/+12
* Initialize 'error' before use.Neel Natu2015-04-151-9/+9
* Simplify instruction restart logic in bhyve.Neel Natu2015-01-181-4/+1
* Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.Neel Natu2014-12-301-0/+84
* Fix bhyvectl so it works correctly on AMD/SVM hosts. Also, add command lineNeel Natu2014-10-101-714/+1140
* After r271635 mmap(2) requires either MAP_PRIVATE or MAP_SHAREDNeel Natu2014-09-271-1/+1
* Handle nested exceptions in bhyve.Neel Natu2014-07-191-2/+44