summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/bhyverun.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r273375neel2014-12-301-0/+15
* MFC r270326neel2014-12-281-0/+6
* MFC r267921, r267934, r267949, r267959, r267966, r268202, r268276,grehan2014-08-191-54/+73
* MFC r266933grehan2014-08-171-0/+13
* MFC 266424,266476,266524,266573,266595,266626,266627,266633,266641,266642,jhb2014-07-221-12/+14
* MFC 266125:jhb2014-07-221-0/+3
* MFC 264353,264509,264768,264770,264825,264846,264988,265114,265165,265365,jhb2014-07-211-10/+12
* MFC 263780,264516,265062,265101,265203,265364:jhb2014-07-211-20/+53
* MFC 264916,267611:jhb2014-07-211-4/+0
* MFC 263432,265366,265376:jhb2014-07-191-30/+59
* MFC 261904,261905,262143,262184,264921,265211,267169,267292,267294:jhb2014-07-191-3/+12
* MFC 262744:jhb2014-06-131-2/+11
* MFC 262139,262140,262236,262281,262532:jhb2014-06-131-15/+13
* MFC 261638,262144,262506,266765:jhb2014-06-121-4/+10
* MFC 260239,261268,265058:jhb2014-06-121-2/+2
* MFC 261217:jhb2014-06-101-9/+3
* MFC 259737, 262646:jhb2014-05-181-13/+2
* MFC 258860,260167,260238,260397:jhb2014-04-171-1/+3
* MFC 259635:jhb2014-04-081-11/+39
* MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779:jhb2014-02-231-4/+28
* MFC 259826,259997,259998:jhb2014-01-231-3/+9
* MFC 257422,257661,258075,258476,258494,258579,258609,258699:jhb2014-01-231-3/+0
* MFC r256657,r257018,r257347,r257423,r257729,r257767,grehan2013-12-131-9/+17
* MFC r257293.neel2013-10-301-7/+17
* MFC r256645.neel2013-10-221-34/+46
* MFC r256709:grehan2013-10-181-2/+14
* Parse the memory size parameter using expand_number() to allow specifyingneel2013-10-091-1/+5
* After r256062, the static function fbsdrun_get_next_cpu() indim2013-10-081-11/+0
* Change the behavior of bhyve such that the gdb listening port is opt-inneel2013-10-081-3/+3
* Merge projects/bhyve_npt_pmap into head.neel2013-10-051-15/+13
* Remove obsolete cmd-line options and code associated withgrehan2013-10-041-150/+26
* Sanity-check the vm exitcode, and exit the process if it's out-of-boundsgrehan2013-07-181-2/+11
* Implement RTC CMOS nvram. Init some fields that are usedgrehan2013-07-111-0/+3
* Support an optional "mac=" parameter to virtio-net config, to allowgrehan2013-07-041-1/+7
* Gripe if some <slot,function> tuple is specified more than once instead ofneel2013-04-261-4/+8
* Need to call init_mem() to really initialize the MMIO range lookups.neel2013-04-101-0/+1
* Simplify the assignment of memory to virtual machines by requiring a singleneel2013-03-181-35/+11
* Specify the length of the mapping requested from 'paddr_guest2host()'.neel2013-03-011-8/+10
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-111-1/+5
* Use <vmname> in a consistent manner in usage messages output by 'bhyve',neel2013-01-201-1/+2
* The "unrestricted guest" capability is a feature of Intel VT-x that allowsneel2013-01-041-6/+24
* Rename fbsdrun.* -> bhyverun.*grehan2012-12-131-0/+770
OpenPOWER on IntegriCloud