summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Change the thread name of the vCPU threads to contain thegrehan2012-10-311-1/+8
| * | | | | | | | Exit if the requested num vCPUs exceeds the maximum rathergrehan2012-10-311-16/+27
| * | | | | | | | Present the bvm dbgport to the guest only when explicitly requested vianeel2012-10-271-27/+40
| * | | | | | | | Present the bvm console device to the guest only when explicitly requested vianeel2012-10-273-3/+25
| * | | | | | | | Ignore PCI configuration accesses to all bus numbers other than PCI bus 0.neel2012-10-271-1/+5
| * | | | | | | | Rename vmmctl to bhyvectl. 'vmmctl' came from a pre-bhyvegrehan2012-10-275-78/+78
| * | | | | | | | Remove mptable generation code from libvmmapi and move it to bhyve.grehan2012-10-267-219/+437
| * | | | | | | | Fix typo: host_rip -> host_rspneel2012-10-251-1/+1
| * | | | | | | | Rework how guest MMIO regions are dealt with.grehan2012-10-1913-374/+850
| * | | | | | | | Deal with transient EBUSY error return from vm_run() by retrying the operation.neel2012-10-121-2/+13
| * | | | | | | | Output the value of all capabilities when the "--getcap" option is used withoutneel2012-10-121-8/+21
| * | | | | | | | The ioctl VM_GET_MEMORY_SEG is no longer able to return the host physicalneel2012-10-041-5/+7
| * | | | | | | | Add an option "-a" to present the local apic in the XAPIC mode instead of theneel2012-09-263-3/+31
| * | | | | | | | Add ioctls to control the X2APIC capability exposed by the virtual machine toneel2012-09-251-0/+20
| * | | | | | | | Add an explicit exit code 'SPINUP_AP' to tell the controlling process that anneel2012-09-255-219/+240
| * | | | | | | | Fix a bug in how a 64-bit bar in a pci passthru device would be presented toneel2012-08-061-1/+6
| * | | | | | | | Add support for emulating PCI multi-function devices.neel2012-08-061-54/+146
| * | | | | | | | Device model for ioapic emulation.neel2012-08-055-3/+347
| * | | | | | | | The displacement field in the decoded instruction should be treated as a 8-bitneel2012-08-041-20/+14
| * | | | | | | | Add the "-I" option to control whether or not an ioapic is visible to the guest.neel2012-08-041-5/+10
| * | | | | | | | Use the correct variable to index into the 'lirq[]' array to check the legacyneel2012-08-041-1/+1
| * | | | | | | | Check that 'opts' is actually not NULL before dereferencing it. It is expectedneel2012-08-041-1/+1
| * | | | | | | | Add --get-all option to dump all readable parameters.grehan2012-07-121-86/+90
| * | | | | | | | IFC @ r238370grehan2012-07-11157-1286/+10653
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add 16550 uart emulation as a PCI device. This allows it togrehan2012-05-035-27/+725
| * | | | | | | | | MSI-x interrupt support for PCI pass-thru devices.grehan2012-04-287-20/+953
| * | | | | | | | | IFC @ r234692grehan2012-04-26171-1120/+7867
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ IFC to head to catch up the bhyve branchsbruno2012-01-04200-2027/+1571
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ IFC @ r227804grehan2011-11-2237-462/+691
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ IFC @ r226824grehan2011-10-27110-23203/+336
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Ignore legacy INIT de-asserts in x2apic mode before verifyinggrehan2011-10-181-3/+3
| * | | | | | | | | | | | | IFC @ r225592grehan2011-09-1554-11845/+878
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ IFC @ r224187grehan2011-07-1864-1693/+4756
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | 'bhyveload' is a userspace FreeBSD loader that can load the kernel + metadataneel2011-07-063-0/+619
| * | | | | | | | | | | | | | | IFC @ r223696 to pick up dfr's userbootgrehan2011-06-3015-26/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ IFC @ r222830grehan2011-06-2879-2148/+6257
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Allow access to the device's config area with any size i/o access at anygrehan2011-06-072-9/+34
| * | | | | | | | | | | | | | | | | IFC @ r222256grehan2011-05-2448-140/+3451
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Catch up with CURRENTs different timer usage compared to 8.1. A countergrehan2011-05-241-0/+2
| * | | | | | | | | | | | | | | | | | Changes to allow the GENERIC+bhye kernel built from this branch togrehan2011-05-195-6/+61
| * | | | | | | | | | | | | | | | | | First cut to port bhyve, vmmctl, and libvmmapi to HEAD.jhb2011-05-1531-0/+7476
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Import of bhyve hypervisor and utilities, part 1.grehan2011-05-1331-0/+7472
| | * | | | | | | | | | | | | | | | | | MFC r209273:randi2010-06-181-0/+3
| | * | | | | | | | | | | | | | | | | | MFC r199818:bz2010-05-301-2/+2
| | * | | | | | | | | | | | | | | | | | Change the current working directory to be inside the jail created bycperciva2010-05-271-0/+4
| | * | | | | | | | | | | | | | | | | | Add packages-8.1-release directory. While here add packages-7.3-release.kensmith2010-05-261-0/+2
| | * | | | | | | | | | | | | | | | | | MFC: r208320jkim2010-05-251-1/+5
| | * | | | | | | | | | | | | | | | | | MFC r198477,198503:randi2010-05-251-0/+23
| | * | | | | | | | | | | | | | | | | | MFC r208407:randi2010-05-251-2/+12
| | * | | | | | | | | | | | | | | | | | Merge r208110:kensmith2010-05-241-0/+2
OpenPOWER on IntegriCloud