summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* Fix virtio spec URL.grehan2014-02-211-1/+1
* Avoid clobbering the counter mode when issuing a latch command.tychon2014-02-211-2/+3
* Simplify APIC mode switching from MMIO to x2APIC. In part this is done toneel2014-02-201-15/+13
* Add a check to validate that memory BARs of passthru devices are 4KB aligned.neel2014-02-183-27/+53
* Tweak the handling of PCI capabilities in emulated devices to removejhb2014-02-182-47/+26
* Update bhyve(8) man page to describe the usage of the "-s" option to assignneel2014-02-141-3/+9
* Allow PCI devices to be configured on all valid bus numbers from 0 to 255.neel2014-02-145-107/+270
* Provide an indication a "PIO Setup Device to Host FIS" occurred while executingtychon2014-02-121-3/+13
* Mark the I/O ports used by the bhyve console and debug devices as systemjhb2014-02-072-0/+6
* Enhance the support for PCI legacy INTx interrupts and enable them injhb2014-01-2912-120/+323
* Remove support for legacy PCI devices. These haven't been needed sincejhb2014-01-275-55/+10
* Fix issue with stale fields from a recycled request pulled off the freelist.tychon2014-01-221-0/+2
* Increase the block-layer backend maximum number of requests to matchtychon2014-01-221-1/+1
* Fix issue with the virtio descriptor region being truncatedgrehan2014-01-091-1/+1
* virtio-block does not exist, the correct name is virtio-blk.remko2014-01-081-1/+1
* Cosmetic change - switch over to vertical SRCS to make itgrehan2014-01-031-5/+31
* Rework the DSDT generation code a bit to generate more accurate info aboutjhb2014-01-0212-115/+417
* Restructure the VMX code to enter and exit the guest. In large part this changeneel2014-01-011-1/+3
* Extend the ACPI power management support to wire a virtual power button upjhb2013-12-287-38/+212
* Use pthread_once() to replace a static integer initted flag.jhb2013-12-281-7/+3
* Support soft power-off via the ACPI S5 state for bhyve guests.jhb2013-12-245-12/+174
* Extend the support for local interrupts on the local APIC:jhb2013-12-232-0/+42
* mdoc: nuke whitespace.joel2013-12-231-1/+1
* Add a parameter to 'vcpu_set_state()' to enforce that the vcpu is in the IDLEneel2013-12-221-13/+2
* Add an option to ignore accesses by the guest to unimplemented MSRs.neel2013-12-194-14/+58
* Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' toneel2013-12-181-11/+9
* Add an API to deliver message signalled interrupts to vcpus. This allowsneel2013-12-163-36/+31
* mdoc: sort SEE ALSO.joel2013-12-151-2/+2
* bhyve(8) man page.grehan2013-12-132-2/+300
* If a vcpu disables its local apic and then executes a 'HLT' then spin down theneel2013-12-071-4/+28
* Fix the processor table entry structure to use a fixed-width type forjhb2013-12-051-16/+3
* Add support for level triggered interrupt pins on the vioapic. Prior to thisneel2013-11-272-2/+2
* Allow bhyve and bhyveload to attach to tty devices.grehan2013-11-271-48/+72
* The Data Byte Count (DBC) field of a Physical Region Descriptorgrehan2013-11-261-11/+21
* Fix discrepancy between the IOAPIC ID advertised by firmware tables and theneel2013-11-252-3/+3
* Add HPET device emulation to bhyve.neel2013-11-251-3/+84
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedneel2013-11-234-10/+17
* Move the ioapic device model from userspace into vmm.ko. This is needed forneel2013-11-127-429/+11
* x86 platforms that use an IOAPIC route the legacy timer interrupt (IRQ0) toneel2013-11-112-3/+13
* Fix an off-by-one error when iterating over the emulated PCI BARs.neel2013-11-061-1/+1
* Add the VM name to the process name with setproctitle().grehan2013-11-065-11/+13
* Make the virtual ioapic available unconditionally in a bhyve virtual machine.neel2013-10-315-23/+19
* Update copyright to include the author of the LPC bridge emulation code.neel2013-10-291-0/+1
* Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attachedneel2013-10-2913-591/+1097
* Fix bug in the ioapic emulation for level-triggered interrupts,grehan2013-10-251-31/+85
* Tidy usage messages for bhyve and bhyveload.neel2013-10-231-6/+6
* Export the block size capability to guests.grehan2013-10-231-2/+7
* Fix AHCI ATAPI emulation when backed with /dev/cd0grehan2013-10-221-4/+3
* Changes required for OpenBSD/amd64:grehan2013-10-177-147/+60
* Eliminate unconditional debug printfs.grehan2013-10-171-1/+1
OpenPOWER on IntegriCloud