summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/bhyverun.c
Commit message (Expand)AuthorAgeFilesLines
* 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