
25 Nov
2015
25 Nov
'15
9:08 a.m.
On Tue, Nov 24, 2015 at 15:26:31 +0300, Dmitry Andreev wrote:
Libvirt already has two types of panic devices - pvpanic and pSeries firmware. This patch introduces the 'model' attribute and a new type of panic device.
'isa' model is for ISA pvpanic device. 'pseries' model is a default value for pSeries guests. 'hyperv' model is the new type. It's used for Hyper-V crash.
Schema and docs are updated for the new attribute. --- v5: minor fixes
docs/formatdomain.html.in | 18 ++++++++++++++++-- docs/schemas/domaincommon.rng | 9 +++++++++ src/conf/domain_conf.c | 34 +++++++++++++++++++++++++++++++++- src/conf/domain_conf.h | 11 +++++++++++ 4 files changed, 69 insertions(+), 3 deletions(-)
ACK Jirka