summaryrefslogtreecommitdiffstats
path: root/hw/acpi/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-8/+6Star
* 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/+0Star
* 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/+1Star
* hw/acpi: remove unused function acpi_table_add_builtin()Wei Yang2019-03-061-6/+0Star
* hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé2019-01-181-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/+0Star
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-4/+3Star
* 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/+0Star
* 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/+1Star
* 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-061-2/+1Star
* bswap.h: Remove cpu_to_le16wu()Peter Maydell2013-11-061-2/+2
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-0/+40
|\
| * acpi: add interface to access user-installed tablesMichael S. Tsirkin2013-10-141-0/+40
* | qemu: Adjust qemu wakeupLiu, Jinsong2013-09-251-1/+2
|/
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-4/+4
* hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+6
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* acpi: add dummy write function for acpi timerGerd Hoffmann2013-05-141-0/+7
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+614