aboutsummaryrefslogtreecommitdiff
path: root/lib/libvmmapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-082-3/+6
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-281-2/+164
| |\ \ \
| * | | | Merge headSimon J. Gerraty2014-04-272-30/+161
| |\| | |
| * | | | New/updated dependenciesSimon J. Gerraty2013-10-171-0/+19
* | | | | Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup().Neel Natu2015-05-062-26/+19
* | | | | Fix overlinking in bhyve:Baptiste Daroussin2015-04-091-0/+2
* | | | | Fix "MOVS" instruction memory to MMIO emulation. Currently updates toTycho Nightingale2015-04-012-0/+14
* | | | | Fix a bug in libvmmapi 'vm_copy_setup()' where it would return success even ifNeel Natu2015-01-192-7/+17
* | | | | Simplify instruction restart logic in bhyve.Neel Natu2015-01-182-26/+24
* | | | | Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.Neel Natu2014-12-302-0/+58
| |_|_|/ |/| | |
* | | | Fix fault injection in bhyve.Neel Natu2014-07-242-32/+0
* | | | Emulate instructions emitted by OpenBSD/i386 version 5.5:Neel Natu2014-07-232-2/+47