aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Use strlcpy() instead of strncpy() because subsequent mkstemps expectsXin LI2015-09-171-2/+2
* Implement the century byte in the RTC. Some guests require this field to beNeel Natu2015-04-281-1/+1
* iasl(8) expects integer fields in data tables to be specified as hexadecimalNeel Natu2014-10-091-2/+2
* Add new fields in the FADT, required by IASL 20140926-64.Peter Grehan2014-10-031-1/+4
* Support PCI extended config space in bhyve.Neel Natu2014-08-081-4/+44
* Implement a PCI interrupt router to route PCI legacy INTx interrupts toJohn Baldwin2014-05-151-1/+1
* Add SMBIOS support.Tycho Nightingale2014-03-041-9/+9
* Allow PCI devices to be configured on all valid bus numbers from 0 to 255.Neel Natu2014-02-141-1/+1
* Rework the DSDT generation code a bit to generate more accurate info aboutJohn Baldwin2014-01-021-107/+119
* Extend the ACPI power management support to wire a virtual power button upJohn Baldwin2013-12-281-20/+20
* Support soft power-off via the ACPI S5 state for bhyve guests.John Baldwin2013-12-241-8/+19
* Extend the support for local interrupts on the local APIC:John Baldwin2013-12-231-0/+10
* Add support for level triggered interrupt pins on the vioapic. Prior to thisNeel Natu2013-11-271-1/+1
* Fix discrepancy between the IOAPIC ID advertised by firmware tables and theNeel Natu2013-11-251-1/+1
* Add HPET device emulation to bhyve.Neel Natu2013-11-251-3/+84
* x86 platforms that use an IOAPIC route the legacy timer interrupt (IRQ0) toNeel Natu2013-11-111-1/+11
* Make the virtual ioapic available unconditionally in a bhyve virtual machine.Neel Natu2013-10-311-6/+1
* Go way past 11 and bump bhyve's max vCPUs to 16.Peter Grehan2013-09-101-3/+5
* Simplify the assignment of memory to virtual machines by requiring a singleNeel Natu2013-03-181-18/+15
* Reorder code to avoid the stat buffer being used uninitialized.Peter Grehan2013-03-061-6/+10
* Specify the length of the mapping requested from 'paddr_guest2host()'.Neel Natu2013-03-011-3/+6
* Rename fbsdrun.* -> bhyverun.*Peter Grehan2012-12-131-1/+1
* - Add in an XSDT to stop acpidump from exiting with aPeter Grehan2012-11-301-8/+48
* ACPI support for bhyve.Peter Grehan2012-11-201-0/+804