aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/core.c
AgeCommit message (Expand)Author
2021-02-23acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-03hw/acpi : add space before the open parenthesis '('Xinhao Zhang
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé
2020-07-22acpi: accept byte and word access to core ACPI registersMichael Tokarev
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-06hw/acpi: remove unnecessary variable acpi_table_builtinWei Yang
2019-03-06hw/acpi: remove unused function acpi_table_add_builtin()Wei Yang
2019-01-17hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-12-18hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini
2016-05-02Revert "acpi: mark PMTIMER as unlocked"Gerd Hoffmann
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek
2016-01-29x86: Clean up includesPeter Maydell
2015-11-19acpi: fix buffer overrun on migrationMichael S. Tsirkin
2015-07-01acpi: mark PMTIMER as unlockedPaolo Bonzini
2015-06-04hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to coreLaszlo Ersek
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek
2015-06-03acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua
2014-11-13acpi: accurate overflow checkPavel Dovgalyuk
2014-06-23qapi event: convert SUSPEND_DISKWenchao Xia
2013-12-23acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov
2013-11-05bswap.h: Remove le16_to_cpupu()Peter Maydell
2013-11-05bswap.h: Remove cpu_to_le16wu()Peter Maydell
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-14acpi: add interface to access user-installed tablesMichael S. Tsirkin
2013-09-25qemu: Adjust qemu wakeupLiu, Jinsong
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini