summaryrefslogtreecommitdiffstats
path: root/lib/libvmmapi
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated APIs to get the total and free memory available to vmm.ko.neel2013-04-252-26/+0
* Simplify the assignment of memory to virtual machines by requiring a singleneel2013-03-182-21/+95
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-112-30/+0
* Remove mptable generation code from libvmmapi and move it to bhyve.grehan2012-10-265-528/+1
* Add an api to map a vm capability type into a string to be used for displayneel2012-10-122-11/+25
* The ioctl VM_GET_MEMORY_SEG is no longer able to return the host physicalneel2012-10-042-4/+2
* Change vm_malloc() to map pages in the guest physical address space in 4KBneel2012-10-041-2/+2
* Add ioctls to control the X2APIC capability exposed by the virtual machine toneel2012-09-252-0/+33
* Add sysctls to display the total and free amount of hard-wired mem for VMsgrehan2012-08-262-0/+26
* Allow the 'bhyve' process to control whether or not the virtual machine sees anneel2012-08-044-17/+21
* API to map an apic id to the vcpu.neel2012-08-042-0/+11
* There is no need to explicitly specify the CR4_VMXE bit when writing to guestneel2012-08-042-10/+2
* MSI-x interrupt support for PCI pass-thru devices.grehan2012-04-282-0/+21
* First cut to port bhyve, vmmctl, and libvmmapi to HEAD.jhb2011-05-153-2/+4
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-136-0/+1448
OpenPOWER on IntegriCloud