aboutsummaryrefslogtreecommitdiff
path: root/lib/libvmmapi
Commit message (Expand)AuthorAgeFilesLines
* vmm: Add ability to destroy VMs on closeBojan Novković2025-12-172-3/+6
* libvmmapi: Add support for setting up and configuring guest NUMA domainsBojan Novković2025-07-273-59/+145
* vmm: Add support for guest NUMA emulationBojan Novković2025-07-272-14/+2
* libvmmapi: Fix auto-loading of vmm.koMark Johnston2025-02-061-10/+12
* riscv vmm: add SSTC extension check.Ruslan Bukin2024-12-171-0/+1
* libvmmapi: Use the vmmctl device file to create and destroy VMsMark Johnston2024-11-053-27/+83
* bhyve/riscv: Initial import.Ruslan Bukin2024-10-313-2/+125
* libvmmapi: Conditionalize compilation of some functionsMark Johnston2024-04-106-11/+24
* libvmmapi: Zero out the structure passed to VM_GET_MEMSEGMark Johnston2024-04-101-0/+1
* libvmmapi: Make vm_raise_msi() a common functionMark Johnston2024-04-103-5/+12
* libvmmapi: Add arm64 supportMark Johnston2024-04-104-0/+141
* libvmmapi: Make memory segment handling a bit more abstractMark Johnston2024-04-103-46/+59
* libvmmapi: Move PCI passthrough ioctl wrappers into a separate fileMark Johnston2024-04-103-108/+146
* libvmmapi: Move more amd64-specific ioctl wrappers to vmmapi_machdep.cMark Johnston2024-04-103-126/+130
* libvmmapi: Split the ioctl list into MI and MD listsMark Johnston2024-04-103-31/+88
* libvmmapi: Move VM capability names to vmmapi_machdep.cMark Johnston2024-04-103-18/+22
* libvmmapi: Move some ioctl wrappers to vmmapi_machdep.cMark Johnston2024-04-104-203/+213
* libvmmapi: Add a subdirectory for amd64-specific codeMark Johnston2024-04-105-197/+235
* libvmmapi: add missing capability stringsRob Norris2024-04-081-0/+5
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* libvmmapi: Remove some unneeded includesMark Johnston2023-06-081-3/+0
* vmm: Avoid embedding cpuset_t ioctl ABIsMark Johnston2023-05-242-10/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-0/+2
* bhyve: Remove vmctx member from struct vm_snapshot_meta.John Baldwin2023-03-242-3/+3
* libvmmapi: Add a struct vcpu and use it in most APIs.John Baldwin2023-03-245-214/+272
* libvmm: add missing ioctl's to vm_ioctl_cmdsVitaliy Gusev2023-03-061-1/+2
* vmm: Use struct vcpu in the instruction emulation code.John Baldwin2022-11-182-2/+2
* bhyve: Remove unused vm and vcpu arguments from vm_copy routines.John Baldwin2022-11-182-13/+12
* libvmmapi: Provide an interface for limiting rights on the device fdMark Johnston2022-10-242-25/+54
* bhyve: Initialize more registers in vcpu_reset()Corvin Köhne2022-07-271-2/+38
* libvmm: add __BEGIN_DECLS/__END_DECLS for linking with c++ binariesVitaliy Gusev2022-07-111-0/+3
* libvmmapi: Add vm_close()Vitaliy Gusev2022-06-302-0/+11
* libvmm: constify vm_get_name()Robert Wing2022-03-182-7/+4
* bhyve: add ROM emulationCorvin Köhne2022-03-101-0/+1
* Extend the VMM stats interface to support a dynamic count of statistics.John Baldwin2022-02-071-8/+33
* Remove an always-true check.John Baldwin2021-09-151-1/+1
* libvmmapi: Fix warnings and stop overridding WARNSMark Johnston2021-07-262-19/+17
* libvmm: explicitly save and restore errno in vm_open()Robert Wing2021-05-111-0/+3
* bhyve: support relocating fbuf and passthru data BARsD Scott Phillips2021-03-192-2/+35
* bhyvectl: print a better error message when vm_open() failsRobert Wing2021-03-071-1/+1
* libvmm: clean up vmmapi.hRobert Wing2021-02-181-13/+0
* Honor the disabled setting for MSI-X interrupts for passthrough devices.John Baldwin2020-11-242-1/+16
* vmm(4), bhyve(8): Expose kernel-emulated special devices to userspaceConrad Meyer2020-05-152-0/+24
* Initial support for bhyve save and restore.John Baldwin2020-05-052-0/+94
* Map negative types passed to vm_capability_type2name to NULL.John Baldwin2020-04-211-1/+1
* Add description string for VM_CAP_BPT_EXIT.John Baldwin2020-04-211-19/+12