summaryrefslogtreecommitdiffstats
path: root/lib/libvmmapi/vmmapi.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779:jhb2014-02-231-6/+30
* MFC 257422,257661,258075,258476,258494,258579,258609,258699:jhb2014-01-231-0/+46
* MFC r256645.neel2013-10-221-0/+1
* Parse the memory size parameter using expand_number() to allow specifyingneel2013-10-091-0/+27
* Merge projects/bhyve_npt_pmap into head.neel2013-10-051-1/+24
* Remove deprecated APIs to get the total and free memory available to vmm.ko.neel2013-04-251-24/+0
* Simplify the assignment of memory to virtual machines by requiring a singleneel2013-03-181-9/+81
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-111-28/+0
* Remove mptable generation code from libvmmapi and move it to bhyve.grehan2012-10-261-13/+0
* Add an api to map a vm capability type into a string to be used for displayneel2012-10-121-11/+24
* The ioctl VM_GET_MEMORY_SEG is no longer able to return the host physicalneel2012-10-041-2/+1
* 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-251-0/+29
* Add sysctls to display the total and free amount of hard-wired mem for VMsgrehan2012-08-261-0/+24
* Allow the 'bhyve' process to control whether or not the virtual machine sees anneel2012-08-041-2/+3
* API to map an apic id to the vcpu.neel2012-08-041-0/+10
* There is no need to explicitly specify the CR4_VMXE bit when writing to guestneel2012-08-041-5/+1
* MSI-x interrupt support for PCI pass-thru devices.grehan2012-04-281-0/+19
* First cut to port bhyve, vmmctl, and libvmmapi to HEAD.jhb2011-05-151-2/+0
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+647
OpenPOWER on IntegriCloud