aboutsummaryrefslogtreecommitdiff
path: root/lib/libvmmapi
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | Add an API to deliver message signalled interrupts to vcpus. This allowsNeel Natu2013-12-162-6/+19
* | Add HPET device emulation to bhyve.Neel Natu2013-11-252-0/+15
* | Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedNeel Natu2013-11-232-0/+12
* | Move the ioapic device model from userspace into vmm.ko. This is needed forNeel Natu2013-11-122-0/+24
* | Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to exposeNeel Natu2013-10-161-0/+1
|/
* Parse the memory size parameter using expand_number() to allow specifyingNeel Natu2013-10-092-0/+28
* Merge projects/bhyve_npt_pmap into head.Neel Natu2013-10-052-2/+27
* Remove deprecated APIs to get the total and free memory available to vmm.ko.Neel Natu2013-04-252-26/+0
* Simplify the assignment of memory to virtual machines by requiring a singleNeel Natu2013-03-182-21/+95
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.Neel Natu2013-02-112-30/+0
* Remove mptable generation code from libvmmapi and move it to bhyve.Peter Grehan2012-10-265-528/+1
* Add an api to map a vm capability type into a string to be used for displayNeel Natu2012-10-122-11/+25
* The ioctl VM_GET_MEMORY_SEG is no longer able to return the host physicalNeel Natu2012-10-042-4/+2
* Change vm_malloc() to map pages in the guest physical address space in 4KBNeel Natu2012-10-041-2/+2
* Add ioctls to control the X2APIC capability exposed by the virtual machine toNeel Natu2012-09-252-0/+33
* Add sysctls to display the total and free amount of hard-wired mem for VMsPeter Grehan2012-08-262-0/+26
* Allow the 'bhyve' process to control whether or not the virtual machine sees anNeel Natu2012-08-044-17/+21
* API to map an apic id to the vcpu.Neel Natu2012-08-042-0/+11
* There is no need to explicitly specify the CR4_VMXE bit when writing to guestNeel Natu2012-08-042-10/+2
* MSI-x interrupt support for PCI pass-thru devices.Peter Grehan2012-04-282-0/+21
* First cut to port bhyve, vmmctl, and libvmmapi to HEAD.John Baldwin2011-05-153-2/+4
* Import of bhyve hypervisor and utilities, part 1.Peter Grehan2011-05-136-0/+1448