aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-04hw/acpi/core: Trace enable and status registers of GPE separatelyBernhard Beschow1-3/+7
2023-10-04hw/acpi: Trace GPE access in all device models, not just PIIX4Bernhard Beschow1-0/+5
2023-06-26hw/acpi: Fix PM control register accessBALATON Zoltan1-26/+26
2022-12-13qapi acpi: Elide redundant has_FOO in generated CMarkus Armbruster1-7/+7
2022-01-07acpi: fix QEMU crash when started with SLIC tableIgor Mammedov1-2/+2
2021-02-23acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata1-1/+10
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-03hw/acpi : add space before the open parenthesis '('Xinhao Zhang1-1/+1
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé1-1/+1
2020-07-22acpi: accept byte and word access to core ACPI registersMichael Tokarev1-3/+6
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster1-3/+2
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-8/+6
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-06hw/acpi: remove unnecessary variable acpi_table_builtinWei Yang1-3/+1
2019-03-06hw/acpi: remove unused function acpi_table_add_builtin()Wei Yang1-6/+0
2019-01-17hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé1-4/+8
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-1/+2
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza1-0/+6
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-1/+1
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2017-12-18hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé1-1/+0
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-4/+3
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+2
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-4/+4
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov1-1/+1
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini1-0/+6
2016-05-02Revert "acpi: mark PMTIMER as unlocked"Gerd Hoffmann1-1/+0
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+2
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost1-1/+1
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake1-10/+1
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek1-0/+16
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-11-19acpi: fix buffer overrun on migrationMichael S. Tsirkin1-2/+6
2015-07-01acpi: mark PMTIMER as unlockedPaolo Bonzini1-0/+1
2015-06-04hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to coreLaszlo Ersek1-0/+12
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek1-1/+2
2015-06-03acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua1-0/+7
2014-11-13acpi: accurate overflow checkPavel Dovgalyuk1-2/+5
2014-06-23qapi event: convert SUSPEND_DISKWenchao Xia1-2/+2
2013-12-23acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov1-0/+18
2013-11-05bswap.h: Remove le16_to_cpupu()Peter Maydell1-2/+1
2013-11-05bswap.h: Remove cpu_to_le16wu()Peter Maydell1-2/+2