summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
...
* IFC @ r242684neel2012-11-111-1/+1
* 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
* Remove mptable generation code from libvmmapi and move it to bhyve.grehan2012-10-267-219/+437
* 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
* Add an option "-a" to present the local apic in the XAPIC mode instead of theneel2012-09-263-3/+31
* 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 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
* Ignore legacy INIT de-asserts in x2apic mode before verifyinggrehan2011-10-181-3/+3
* Allow access to the device's config area with any size i/o access at anygrehan2011-06-072-9/+34
* 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-156-9/+13
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-1327-0/+5893
OpenPOWER on IntegriCloud