]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: De-duplicate scheduling policy enums
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 2 Mar 2015 16:14:39 +0000 (17:14 +0100)
committerCole Robinson <crobinso@redhat.com>
Tue, 28 Apr 2015 15:06:37 +0000 (11:06 -0400)
commitd048e8ec9ef5a72cb2fd471883fb9f11ab3f6c2e
treed50be53ca2870e4be467063d51d4ad2aca2bfc59
parent5b3d68730d86fbb9a6866b43681b914884a5e31c
conf: De-duplicate scheduling policy enums

Since adding the support for scheduler policy settings in commit
8680ea97, there are two enums with the same information.  That was
caused by rewriting the patch since first draft.

Find out thanks to clang, but there was no impact whatsoever.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
(cherry picked from commit 2fd5880b3b00cb6549242c613c5215617f29c428)
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_process.c