]> xenbits.xensource.com Git - libvirt.git/commit
cpu_s390: Implement virCPUValidateFeatures
authorJiri Denemark <jdenemar@redhat.com>
Thu, 14 Sep 2017 14:09:35 +0000 (16:09 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 18 Sep 2017 08:40:12 +0000 (10:40 +0200)
commit20edbad7769df6bb23e1132aee186090db5e8856
tree5affd05f4ff61b1c79fefde93b9e78d7aaa185f1
parent3f0193f7e5cc3fade291d5579354846dfba00972
cpu_s390: Implement virCPUValidateFeatures

Only feature policy is checked on s390, which was previously done in
virCPUUpdate, but that's not the correct place for the check once we
have virCPUValidateFeatures.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu/cpu_s390.c