summaryrefslogtreecommitdiffstats
path: root/hw/core/nmi.c
Commit message (Expand)AuthorAgeFilesLines
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* nmi: remove x86 specific nmi handlingBandan Das2016-05-231-24/+0Star
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+5
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/core: Clean up includesPeter Maydell2016-01-291-0/+1
* error: Consistently name Error * objects err, and not errpMarkus Armbruster2016-01-131-5/+5
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-1/+1
* nmi: Implement inject_nmi() for non-monitor context useXu Wang2015-06-111-0/+20
* cpus: Define callback for QEMU "nmi" commandAlexey Kardashevskiy2014-08-251-0/+84