summaryrefslogtreecommitdiffstats
path: root/hw/misc/pvpanic.c
Commit message (Expand)AuthorAgeFilesLines
* hw/misc/pvpanic: Use standard headers insteadzhenwei pi2022-03-061-2/+3
* hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas2021-01-291-79/+6Star
* pvpanic: Advertise the PVPANIC_CRASHLOADED event supportPaolo Bonzini2020-11-111-1/+4
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* pvpanic: implement crashloaded event handlingzhenwei pi2020-01-241-2/+9
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* check: Only test pvpanic when it is compiled inJuan Quintela2018-08-211-11/+0Star
* hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé2017-12-181-5/+4Star
* hw/misc/pvpanic: remove unused #includePhilippe Mathieu-Daudé2017-12-181-3/+0Star
* pvpanic: use get_uint() for "ioport" propertyMarc-André Lureau2017-06-201-1/+1
* report guest crash information in GUEST_PANICKED eventAnton Nefedov2017-02-161-1/+1
* hw/misc: Clean up includesPeter Maydell2016-01-291-0/+1
* Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin2015-09-071-2/+1Star
* qapi event: convert GUEST_PANICKEDWenchao Xia2014-06-231-11/+2Star
* pc: get rid of builtin pvpanic for "-M pc-1.5"Paolo Bonzini2013-11-211-5/+0Star
* pvpanic: add API to access io portMichael S. Tsirkin2013-10-141-1/+12
* hw/misc: make pvpanic known to userMarcel Apfelbaum2013-08-121-15/+10Star
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-14/+17
|\
| * pvpanic: fix fwcfg for big endian hostsMichael S. Tsirkin2013-07-041-3/+4
| * pvpanic: initialization cleanupMichael S. Tsirkin2013-07-041-14/+16
* | hw/m*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
|/
* isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-7/+12
* pvpanic: use FWCfgState explicitlyMichael S. Tsirkin2013-06-021-1/+1
* fw_cfg: add API to find FW cfg objectMichael S. Tsirkin2013-06-021-1/+1
* pvpanic: create pvpanic by default for machine 1.5Hu Tao2013-04-301-0/+7
* pvpanic: pass configurable ioport to seabiosHu Tao2013-04-301-0/+14
* introduce a new qom device to deal with panicked eventHu Tao2013-04-301-0/+123