aboutsummaryrefslogtreecommitdiff
path: root/lib/libvmmapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forgotten to remove the previous if statement in commit r355838.Marcelo Araujo2019-12-171-4/+2
* Attempt to load vmm(4) module before creating a guest using vm_create()Marcelo Araujo2019-12-171-1/+7
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* bhyve: Use MAP_GUARD when mapping guest memory ranges.John Baldwin2018-09-061-5/+4
* Fix style(9) space vs tab.Marcelo Araujo2018-06-141-7/+6
* Add the ability to control the CPU topology of created VMsRodney W. Grimes2018-04-082-1/+39
* Add a way to temporarily suspend and resume virtual CPUs.John Baldwin2018-04-062-1/+36
* Add a new variant of the GLA2GPA ioctl for use by the debug server.John Baldwin2018-02-262-0/+25
* Add two new ioctls to bhyve for batch register fetch/store operations.John Baldwin2018-02-222-0/+39
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-263-0/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Capsicum support for bhyve(8).Bartek Rutkowski2017-02-142-1/+46
* Fix possible integer overflow in guest memory bounds checking, which couldGleb Smirnoff2016-12-061-3/+8
* lib: minor spelling fixes in comments.Pedro F. Giffuni2016-05-011-1/+1
* MFHGlen Barber2016-02-221-1/+0
|\
| * As <machine/param.h> is included from <sys/param.h>, there is no needSvatopluk Kraus2016-02-221-1/+0
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Move the 'devmem' device nodes from /dev/vmm to /dev/vmm.ioNeel Natu2015-07-061-1/+1
* Updated dependsSimon J. Gerraty2015-07-031-2/+0