aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/pvpanic.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-29hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas1-79/+6
2020-11-11pvpanic: Advertise the PVPANIC_CRASHLOADED event supportPaolo Bonzini1-1/+4
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-24pvpanic: implement crashloaded event handlingzhenwei pi1-2/+9
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-08-21check: Only test pvpanic when it is compiled inJuan Quintela1-11/+0
2017-12-18hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé1-5/+4
2017-12-18hw/misc/pvpanic: remove unused #includePhilippe Mathieu-Daudé1-3/+0
2017-06-20pvpanic: use get_uint() for "ioport" propertyMarc-André Lureau1-1/+1
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov1-1/+1
2016-01-29hw/misc: Clean up includesPeter Maydell1-0/+1
2015-09-07Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin1-2/+1
2014-06-23qapi event: convert GUEST_PANICKEDWenchao Xia1-11/+2
2013-11-21pc: get rid of builtin pvpanic for "-M pc-1.5"Paolo Bonzini1-5/+0
2013-10-14pvpanic: add API to access io portMichael S. Tsirkin1-1/+12
2013-08-12hw/misc: make pvpanic known to userMarcel Apfelbaum1-15/+10
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-14/+17
2013-07-04hw/m*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-07-04pvpanic: fix fwcfg for big endian hostsMichael S. Tsirkin1-3/+4
2013-07-04pvpanic: initialization cleanupMichael S. Tsirkin1-14/+16
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-7/+12
2013-06-02pvpanic: use FWCfgState explicitlyMichael S. Tsirkin1-1/+1
2013-06-02fw_cfg: add API to find FW cfg objectMichael S. Tsirkin1-1/+1
2013-04-30pvpanic: create pvpanic by default for machine 1.5Hu Tao1-0/+7
2013-04-30pvpanic: pass configurable ioport to seabiosHu Tao1-0/+14
2013-04-30introduce a new qom device to deal with panicked eventHu Tao1-0/+123