summaryrefslogtreecommitdiffstats
path: root/lib/libvmmapi/vmmapi.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267921, r267934, r267949, r267959, r267966, r268202, r268276,grehan2014-08-191-1/+41
* MFC r267311, r267330, r267811, r267884grehan2014-08-171-0/+14
* MFC r267216grehan2014-08-171-0/+7
* MFC r266933grehan2014-08-171-1/+43
* MFC 266424,266476,266524,266573,266595,266626,266627,266633,266641,266642,jhb2014-07-221-0/+106
* MFC 266125:jhb2014-07-221-0/+14
* MFC 264353,264509,264768,264770,264825,264846,264988,265114,265165,265365,jhb2014-07-211-3/+15
* MFC 263780,264516,265062,265101,265203,265364:jhb2014-07-211-0/+10
* MFC 259942,262274,263035,263054,263211,263744,264179,264324,264468,264631,jhb2014-07-191-0/+35
* MFC 261638,262144,262506,266765:jhb2014-06-121-16/+13
* MFC 260239,261268,265058:jhb2014-06-121-0/+7
* 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