aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/pvpanic.c
AgeCommit message (Expand)Author
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-08-21check: Only test pvpanic when it is compiled inJuan Quintela
2017-12-18hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé
2017-12-18hw/misc/pvpanic: remove unused #includePhilippe Mathieu-Daudé
2017-06-20pvpanic: use get_uint() for "ioport" propertyMarc-André Lureau
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov
2016-01-29hw/misc: Clean up includesPeter Maydell
2015-09-07Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin
2014-06-23qapi event: convert GUEST_PANICKEDWenchao Xia
2013-11-21pc: get rid of builtin pvpanic for "-M pc-1.5"Paolo Bonzini
2013-10-14pvpanic: add API to access io portMichael S. Tsirkin
2013-08-12hw/misc: make pvpanic known to userMarcel Apfelbaum
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-04hw/m*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04pvpanic: fix fwcfg for big endian hostsMichael S. Tsirkin
2013-07-04pvpanic: initialization cleanupMichael S. Tsirkin
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-06-02pvpanic: use FWCfgState explicitlyMichael S. Tsirkin
2013-06-02fw_cfg: add API to find FW cfg objectMichael S. Tsirkin
2013-04-30pvpanic: create pvpanic by default for machine 1.5Hu Tao
2013-04-30pvpanic: pass configurable ioport to seabiosHu Tao
2013-04-30introduce a new qom device to deal with panicked eventHu Tao