summaryrefslogtreecommitdiff
path: root/lib/libvmmapi
Commit message (Expand)AuthorAgeFilesLines
* MFC: r332298,333712,334199,334216,334219 bhyve cpu topologyRodney W. Grimes2019-05-232-1/+39
* MFC 338511: bhyve: Use MAP_GUARD when mapping guest memory ranges.John Baldwin2018-11-181-5/+4
* MFC r334307, r335103-r335104Marcelo Araujo2018-07-101-7/+6
* Revert r330897:Eitan Adler2018-03-293-6/+0
* Partial merge of the SPDX changesEitan Adler2018-03-143-0/+6
* MFC 313727, 317483Peter Grehan2017-07-102-1/+46
* Merge r309640 from head:Gleb 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
* | | | Handle nested exceptions in bhyve.Neel Natu2014-07-192-0/+32
* | | | Provide APIs to directly get 'lowmem' and 'highmem' size directly.Neel Natu2014-06-242-0/+16
* | | | Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintainedNeel Natu2014-06-072-0/+8
* | | | Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingNeel Natu2014-05-312-1/+50
* | | | Fix issue with restarting an "insb/insw/insl" instruction because of a pageNeel Natu2014-05-262-32/+60
* | | | Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and outNeel Natu2014-05-242-0/+91
* | | | Implement a PCI interrupt router to route PCI legacy INTx interrupts toJohn Baldwin2014-05-152-0/+16
* | | | Don't include the guest memory segments in the bhyve(8) process core dump.Neel Natu2014-05-132-3/+18
| |_|/ |/| |
* | | Allow a virtual machine to be forcibly reset or powered off. This is doneNeel Natu2014-04-282-3/+6
| |/ |/|
* | Add support for emulating the slave PIC.Tycho Nightingale2014-04-141-1/+1
* | Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be calledNeel Natu2014-03-262-0/+8
* | Replace the userspace atpic stub with a more functional vmm.ko model.Tycho Nightingale2014-03-112-0/+38
* | Queue pending exceptions in the 'struct vcpu' instead of directly updating theNeel Natu2014-02-262-20/+15
* | Add support for FreeBSD/i386 guests under bhyve.John Baldwin2014-02-052-2/+167
* | Enhance the support for PCI legacy INTx interrupts and enable them inJohn Baldwin2014-01-292-0/+8
* | Extend the support for local interrupts on the local APIC:John Baldwin2013-12-232-0/+13
* | Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' toNeel Natu2013-12-182-8/+9