summaryrefslogtreecommitdiffstats
path: root/hw/i386/acpi-build.c
Commit message (Expand)AuthorAgeFilesLines
* acpi: fix incorrect encoding for 0x{F-1}FFFFIgor Mammedov2014-04-141-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-03-281-2/+2
|\
| * acpi: fix ACPI generation for pci bridgesMarcel Apfelbaum2014-03-281-2/+2
* | hw/i386/acpi_build.c: Avoid shifting left into sign bitPeter Maydell2014-03-271-1/+1
|/
* acpi: make SSDT 1.0 spec compliant when possibleMichael S. Tsirkin2014-03-261-2/+14
* acpi: fix endian-ness for table idsMichael S. Tsirkin2014-03-181-15/+16
* i386/acpi-build: support hotplug of VCPU with APIC ID 0xFFLaszlo Ersek2014-03-181-1/+6
* i386/acpi-build: allow more than 255 elements in CPONLaszlo Ersek2014-03-181-2/+2
* acpi: Don't use MAX_CPUMASK_BITS for APIC ID bitmapEduardo Habkost2014-03-181-2/+2
* acpi-build: fix misaligned accessMichael S. Tsirkin2014-03-121-2/+2
* acpi-build: don't access unaligned addressesMichael S. Tsirkin2014-03-111-15/+16
* acpi-build: append description for non-hotplugMichael S. Tsirkin2014-03-091-24/+119
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-1/+3
* acpi: Fix PCI hole handling on build_srat()Eduardo Habkost2014-01-261-5/+5
* acpi-build: enable hotplug for PCI bridgesMichael S. Tsirkin2014-01-261-70/+276
* ACPI: Fix AppleSMC _STA sizeGabriel L. Somlo2014-01-261-6/+5
* Add DSDT node for AppleSMCGabriel L. Somlo2014-01-261-0/+9
* acpi: strip compiler info in built-in DSDTMichael S. Tsirkin2013-12-101-1/+7
* acpi-build: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil2013-12-021-2/+3
* acpi-build: fix support for glib < 2.22Michael S. Tsirkin2013-11-251-4/+2
* acpi-build: fix build on glib < 2.14Michael S. Tsirkin2013-11-211-1/+4
* acpi-build: fix build on glib < 2.22Michael S. Tsirkin2013-11-211-5/+6
* acpi-build: disable with -no-acpiMichael S. Tsirkin2013-11-101-0/+5
* i386: ACPI table generation code from seabiosMichael S. Tsirkin2013-10-141-0/+1214
OpenPOWER on IntegriCloud