Re: [libvirt] [PATCH 2/5] Add VIR_CONNECT_BASELINE_CPU_MIGRATABLE flag

2015-02-05 Thread Jiri Denemark
On Thu, Feb 05, 2015 at 15:47:53 +0100, Ján Tomko wrote: > This flag for virConnectBaselineCPU will allow filtering out > CPU features that block migration from the result. > > https://bugzilla.redhat.com/show_bug.cgi?id=1171484 > --- > include/libvirt/libvirt-host.h | 1 + > src/libvirt-host.c

[libvirt] [PATCH 2/5] Add VIR_CONNECT_BASELINE_CPU_MIGRATABLE flag

2015-02-05 Thread Ján Tomko
This flag for virConnectBaselineCPU will allow filtering out CPU features that block migration from the result. https://bugzilla.redhat.com/show_bug.cgi?id=1171484 --- include/libvirt/libvirt-host.h | 1 + src/libvirt-host.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/incl