aboutsummaryrefslogtreecommitdiff
path: root/src/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-20EBDA cleanups.Kevin O'Connor1-1/+1
2012-03-21Drop FIX_RTC flag from FADT.Gleb Natapov1-2/+2
2012-03-14Whitespace changes - replace handful of tabs in core code with spaces.Kevin O'Connor1-1/+1
2012-02-15Fix missing NULL pointer checks causing boot failure on 1meg machines.Kevin O'Connor1-0/+4
2011-11-22acpi: EJ0 method name patchingMichael S. Tsirkin1-8/+36
2011-11-22acpi: add ssdt for pci hotplugMichael S. Tsirkin1-0/+12
2011-10-30seabios: Add Local APIC NMI Structure to ACPI MADTKenji Kaneshige1-2/+20
2011-10-30acpi: extract aml from .lstMichael S. Tsirkin1-2/+0
2011-10-30seabios: acpi: allow qemu to load dsdt as external acpi table.Isaku Yamahata1-8/+39
2011-10-12acpi: automatically generated ssdt procMichael S. Tsirkin1-20/+13
2011-09-20Minor - move ACPI_HPET_ADDRESS definition to config.h.Kevin O'Connor1-3/+2
2011-09-02Minor formatting and comment updates to acpi.c.Kevin O'Connor1-16/+13
2011-09-02Probe HPET existenceJan Kiszka1-1/+13
2011-07-02Convert pci_find_device/class to use 'struct pci_device'.Kevin O'Connor1-1/+1
2011-06-21Convert pci_init_device to use 'struct pci_device'.Kevin O'Connor1-8/+8
2011-06-19Remove dev-i440fx.c/h - move code closer to its callers.Kevin O'Connor1-1/+14
2011-02-04lets pretend that RTC can be used to wakeup from S4Gleb Natapov1-2/+2
2010-08-03Add ACPI SSDT/DSDT support for CPU hotplug.Kevin O'Connor1-39/+96
2010-07-24seabios: acpi: clean up of finding pm device.Isaku Yamahata1-2/+8
2010-07-24seabios: acpi: split out piix4 pm logic.Isaku Yamahata1-4/+10
2010-07-24seabios: acpi: move acpi definitions to acpi.h from acpi.cIsaku Yamahata1-73/+0
2010-07-24seabios: acpi: move out endian conversion helper function.Isaku Yamahata1-10/+0
2010-02-14Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor1-11/+10
2010-02-13seabios: acpi: fix memory leak in build_srat().Isaku Yamahata1-0/+2
2010-01-12Fix PkgLength calculation for the SSDT.Magnus Christensson1-2/+4
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-1/+1
2009-11-25Misc updates.Kevin O'Connor1-2/+3
2009-10-12Enable power button event generation.Kevin O'Connor1-2/+2
2009-10-09Use MaxCountCPUs during building of per cpu tables.Kevin O'Connor1-11/+12
2009-10-08Add SRAT ACPI table support.Kevin O'Connor1-5/+152
2009-10-08HPET support.Kevin O'Connor1-0/+46
2009-10-08Provide gpe _L0x methods.Kevin O'Connor1-0/+2
2009-10-08irq0override provided by qemu.Kevin O'Connor1-1/+1
2009-10-08Always create PCI interrupt override acpi tables.Kevin O'Connor1-4/+0
2009-10-08Add support for passing additional acpi tables from qemu.Kevin O'Connor1-1/+17
2009-10-07Cleanup acpi table creation.Kevin O'Connor1-36/+46
2009-08-30Cleanups for malloc code.Kevin O'Connor1-9/+4
2009-08-01Add Post Memory Manager (PMM) support.Kevin O'Connor1-1/+0
2009-07-29mptable and madt irq overrideKevin O'Connor1-1/+10
2009-07-25Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor1-154/+157
2009-07-04Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor1-2/+2
2009-06-21Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor1-9/+9
2009-03-01Minor - improve formatting of src/acpi.c.Kevin O'Connor1-103/+101
2009-02-15Minor - change checksum functions to take a (void *).Kevin O'Connor1-2/+2
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2009-01-04Initial KVM support.Kevin O'Connor1-24/+51
2008-12-28Move ram size definitions from ebda to global variables.Kevin O'Connor1-1/+1
2008-12-18Add initial S3 resume support.Kevin O'Connor1-11/+47
2008-12-14Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.Kevin O'Connor1-2/+2
2008-12-06Don't overwrite memory on smm init.Kevin O'Connor1-4/+4