]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Drop feature filtering from virCPUUpdate
authorJiri Denemark <jdenemar@redhat.com>
Wed, 29 Mar 2017 13:00:21 +0000 (15:00 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 19 Apr 2017 14:36:38 +0000 (16:36 +0200)
commit232d87c7dd081d126a079fb45178e0be096cc680
tree023189d63e58d3689113b2e01220c8d42cfeedd1
parent56bd7edcb5dc878beffb80d4e6a9cfb812378ded
cpu: Drop feature filtering from virCPUUpdate

Because of the changes done in the previous commit, @host is already a
migratable CPU and there's no need to do any additional filtering.

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