]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce new VIR_DOMAIN_EVENT_SUSPENDED_API_ERROR event
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 6 Nov 2012 17:39:18 +0000 (18:39 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 7 Nov 2012 11:06:05 +0000 (12:06 +0100)
commitadb29a88694a4ae5d2a2de6d9edf5fe36f2cd42d
tree2c08e2ef38894bb00a36c38c9e8a4ae93d4bf613
parent5f63a5cb42642f945696c51bbce7fdc160325510
Introduce new VIR_DOMAIN_EVENT_SUSPENDED_API_ERROR event

This is supposed to be thrown every time we need to pause domain
because of API execution (e.g. qemuDomainSaveInternal) but fails
to restore it back after. In this case, domain remains paused,
however, none of existing reasons can fit this scenario.
examples/domain-events/events-c/event-test.c
examples/domain-events/events-python/event-test.py
include/libvirt/libvirt.h.in