summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r302504, r302666, r302668, r302932, r302933:mav2016-08-181-0/+3
* Import bhyve_graphics into CURRENT. Thanks to all who testedgrehan2016-07-041-1/+14
|\
| * Create branch for bhyve graphics import.grehan2016-05-271-55/+0
|/
* Don't use SYSDIR to avoid conflicts with existing usage.grehan2016-04-201-2/+2
* MFHgjb2016-04-111-1/+3
|\
| * Allow the location of the kernel source tree to be overridden.grehan2016-04-101-1/+3
* | Merge from headbapt2015-10-091-0/+1
|\ \ | |/
| * Simple sysctl-like firmware query interface. Similar in operationgrehan2015-10-021-0/+1
* | Merge from head @274131bapt2015-06-201-0/+1
|\ \ | |/
| * Restructure memory allocation in bhyve to support "devmem".neel2015-06-181-0/+1
* | Merge from headbapt2015-05-031-1/+1
|\ \ | |/
| * Fix overlinking in bhyve:bapt2015-04-091-1/+1
* | Make FreeBSD-bhyve an indivual packagebapt2015-03-051-0/+1
|/
* Convert usr.sbin to LIBADDbapt2014-11-251-3/+2
* Move the ACPI PM timer emulation into vmm.ko.neel2014-10-261-1/+0
* Add emulation for legacy x86 task switching mechanism.neel2014-07-161-0/+1
* Implement a PCI interrupt router to route PCI legacy INTx interrupts tojhb2014-05-151-0/+1
* Provide a very basic stub for the 8042 PS/2 keyboard controller.tychon2014-04-251-0/+1
* Add support for the virtio RNG entropy-source device.grehan2014-04-021-0/+1
* Move the atpit device model from userspace into vmm.ko for bettertychon2014-03-251-1/+0
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-111-2/+0
* Add SMBIOS support.tychon2014-03-041-0/+1
* Enhance the support for PCI legacy INTx interrupts and enable them injhb2014-01-291-1/+1
* Cosmetic change - switch over to vertical SRCS to make itgrehan2014-01-031-5/+31
* Support soft power-off via the ACPI S5 state for bhyve guests.jhb2013-12-241-1/+1
* bhyve(8) man page.grehan2013-12-131-2/+1
* Move the ioapic device model from userspace into vmm.ko. This is needed forneel2013-11-121-1/+1
* Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attachedneel2013-10-291-3/+3
* Parse the memory size parameter using expand_number() to allow specifyingneel2013-10-091-2/+2
* Hook up the AHCI and blockif code to the build.grehan2013-10-041-2/+2
* Major rework of the virtio code. Split out common parts, and modifygrehan2013-07-171-1/+1
* Remove dangling ISA uart stubs.grehan2013-04-051-1/+1
* Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headersjhb2013-02-051-2/+0
* Rename fbsdrun.* -> bhyverun.*grehan2012-12-131-1/+1
* Revamp the x86 instruction emulation in bhyve.neel2012-11-281-1/+4
* ACPI support for bhyve.grehan2012-11-201-3/+5
* Remove mptable generation code from libvmmapi and move it to bhyve.grehan2012-10-261-1/+1
* Rework how guest MMIO regions are dealt with.grehan2012-10-191-1/+1
* Add an explicit exit code 'SPINUP_AP' to tell the controlling process that anneel2012-09-251-0/+1
* Device model for ioapic emulation.neel2012-08-051-1/+1
* Add 16550 uart emulation as a PCI device. This allows it togrehan2012-05-031-1/+1
* MSI-x interrupt support for PCI pass-thru devices.grehan2012-04-281-1/+2
* First cut to port bhyve, vmmctl, and libvmmapi to HEAD.jhb2011-05-151-0/+2
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+18
OpenPOWER on IntegriCloud