summary refs log tree commit diff stats
path: root/hw/acpi/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/acpi/core: Trace enable and status registers of GPE separatelyBernhard Beschow2023-10-041-3/+7
* hw/acpi: Trace GPE access in all device models, not just PIIX4Bernhard Beschow2023-10-041-0/+5
* hw/acpi: Fix PM control register accessBALATON Zoltan2023-06-261-26/+26
* qapi acpi: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-131-7/+7
* acpi: fix QEMU crash when started with SLIC tableIgor Mammedov2022-01-071-2/+2
* acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-231-1/+10
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw/acpi : add space before the open parenthesis '('Xinhao Zhang2020-11-031-1/+1
* qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé2020-09-291-1/+1
* acpi: accept byte and word access to core ACPI registersMichael Tokarev2020-07-221-3/+6
* qapi: Smooth another visitor error checking patternMarkus Armbruster2020-07-101-3/+2
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-8/+6
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/acpi: remove unnecessary variable acpi_table_builtinWei Yang2019-03-061-3/+1
* hw/acpi: remove unused function acpi_table_add_builtin()Wei Yang2019-03-061-6/+0
* hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé2019-01-171-4/+8
* qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-181-1/+2
* qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza2018-12-181-0/+6
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-1/+1
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé2017-12-181-1/+0
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-4/+3
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+2
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
* opts-visitor: Favor new visit_free() functionEric Blake2016-07-061-4/+4
* acpi: extend ACPI interface to provide send_event hookIgor Mammedov2016-06-071-1/+1
* qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini2016-05-191-0/+6
* Revert "acpi: mark PMTIMER as unlocked"Gerd Hoffmann2016-05-021-1/+0
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-2/+2
* module: Rename machine_init() to opts_init()Eduardo Habkost2016-03-161-1/+1
* qapi-dealloc: Reduce use outside of generated codeEric Blake2016-03-041-10/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2016-02-061-0/+16
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* acpi: fix buffer overrun on migrationMichael S. Tsirkin2015-11-191-2/+6
* acpi: mark PMTIMER as unlockedPaolo Bonzini2015-07-011-0/+1
* hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to coreLaszlo Ersek2015-06-041-0/+12
* hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek2015-06-041-1/+2
* acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua2015-06-031-0/+7
* acpi: accurate overflow checkPavel Dovgalyuk2014-11-131-2/+5
* qapi event: convert SUSPEND_DISKWenchao Xia2014-06-231-2/+2
* acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov2013-12-231-0/+18
* bswap.h: Remove le16_to_cpupu()Peter Maydell2013-11-051-2/+1
* bswap.h: Remove cpu_to_le16wu()Peter Maydell2013-11-051-2/+2