aboutsummaryrefslogtreecommitdiff
path: root/lib/libvmmapi
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-232-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-253-3/+3
* libvmmapi: Remove some unneeded includesMark Johnston2023-06-151-3/+0
* libvmm: add missing ioctl's to vm_ioctl_cmdsVitaliy Gusev2023-03-171-1/+2
* vmm: Use struct vcpu in the instruction emulation code.John Baldwin2023-01-262-2/+2
* bhyve: Remove unused vm and vcpu arguments from vm_copy routines.John Baldwin2023-01-262-13/+12
* libvmmapi: Add vm_close()Vitaliy Gusev2023-01-262-0/+11
* libvmm: constify vm_get_name()Robert Wing2023-01-262-7/+4
* libvmm: clean up vmmapi.hRobert Wing2023-01-261-13/+0
* bhyve: Initialize more registers in vcpu_reset()Corvin Köhne2022-12-091-2/+38
* libvmmapi: Provide an interface for limiting rights on the device fdMark Johnston2022-10-312-25/+54
* libvmm: add __BEGIN_DECLS/__END_DECLS for linking with c++ binariesVitaliy Gusev2022-07-181-0/+3
* bhyve: add ROM emulationCorvin Köhne2022-05-161-0/+1
* Remove an always-true check.John Baldwin2022-05-101-1/+1
* Extend the VMM stats interface to support a dynamic count of statistics.John Baldwin2022-04-291-8/+33
* libvmmapi: Fix warnings and stop overridding WARNSMark Johnston2021-08-022-19/+17
* bhyvectl: print a better error message when vm_open() failsMarko2021-07-021-1/+4
* bhyve: support relocating fbuf and passthru data BARsD Scott Phillips2021-03-262-2/+35
* 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
* Fix a regression in "movs" emulation after r284539. The regression was causedNeel Natu2015-06-221-8/+17
* Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-182-61/+311
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\
| * Merge sync of headSimon J. Gerraty2015-05-273-45/+120
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-192-4/+272
| |\