]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenconfig: change 'hap' setting to align with Xen behavior
authorJim Fehlig <jfehlig@suse.com>
Tue, 23 Feb 2016 01:50:19 +0000 (18:50 -0700)
committerJim Fehlig <jfehlig@suse.com>
Mon, 21 Mar 2016 15:28:17 +0000 (09:28 -0600)
commit4c9ffc53881c8d075b17e66c8b1abd9f2c45e20d
tree53f469356eae46169c58d0a75d2fe83a6161e99b
parent9d243e08955a239e965fa626a1347eb27839bda6
xenconfig: change 'hap' setting to align with Xen behavior

hap is enabled by default in xm and xl config and usually only
specified when it is desirable to disable hap (hap = 0). Change
the xm,xl <-> xml converter to behave similarly. I.e. only
produce 'hap = 0' when <hap state='off'/> and vice versa.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
43 files changed:
src/xenconfig/xen_common.c
tests/xlconfigdata/test-disk-positional-parms-full.cfg
tests/xlconfigdata/test-disk-positional-parms-partial.cfg
tests/xlconfigdata/test-fullvirt-direct-kernel-boot-bogus-extra.cfg
tests/xlconfigdata/test-fullvirt-direct-kernel-boot-extra.cfg
tests/xlconfigdata/test-fullvirt-direct-kernel-boot.cfg
tests/xlconfigdata/test-fullvirt-multiusb.cfg
tests/xlconfigdata/test-fullvirt-nohap.cfg [new file with mode: 0644]
tests/xlconfigdata/test-fullvirt-nohap.xml [new file with mode: 0644]
tests/xlconfigdata/test-new-disk.cfg
tests/xlconfigdata/test-rbd-multihost-noauth.cfg
tests/xlconfigdata/test-spice-features.cfg
tests/xlconfigdata/test-spice.cfg
tests/xlconfigdata/test-vif-rate.cfg
tests/xlconfigtest.c
tests/xmconfigdata/test-escape-paths.cfg
tests/xmconfigdata/test-fullvirt-default-feature.cfg
tests/xmconfigdata/test-fullvirt-force-hpet.cfg
tests/xmconfigdata/test-fullvirt-force-nohpet.cfg
tests/xmconfigdata/test-fullvirt-localtime.cfg
tests/xmconfigdata/test-fullvirt-net-netfront.cfg
tests/xmconfigdata/test-fullvirt-new-cdrom.cfg
tests/xmconfigdata/test-fullvirt-nohap.cfg [new file with mode: 0755]
tests/xmconfigdata/test-fullvirt-nohap.xml [new file with mode: 0644]
tests/xmconfigdata/test-fullvirt-parallel-tcp.cfg
tests/xmconfigdata/test-fullvirt-serial-dev-2-ports.cfg
tests/xmconfigdata/test-fullvirt-serial-dev-2nd-port.cfg
tests/xmconfigdata/test-fullvirt-serial-file.cfg
tests/xmconfigdata/test-fullvirt-serial-null.cfg
tests/xmconfigdata/test-fullvirt-serial-pipe.cfg
tests/xmconfigdata/test-fullvirt-serial-pty.cfg
tests/xmconfigdata/test-fullvirt-serial-stdio.cfg
tests/xmconfigdata/test-fullvirt-serial-tcp-telnet.cfg
tests/xmconfigdata/test-fullvirt-serial-tcp.cfg
tests/xmconfigdata/test-fullvirt-serial-udp.cfg
tests/xmconfigdata/test-fullvirt-serial-unix.cfg
tests/xmconfigdata/test-fullvirt-sound.cfg
tests/xmconfigdata/test-fullvirt-usbmouse.cfg
tests/xmconfigdata/test-fullvirt-usbtablet.cfg
tests/xmconfigdata/test-fullvirt-utc.cfg
tests/xmconfigdata/test-no-source-cdrom.cfg
tests/xmconfigdata/test-pci-devs.cfg
tests/xmconfigtest.c