Steve Sistare <steven.sist...@oracle.com> writes: > Add blockers for cpr-exec migration mode for devices and options that do > not support it. > > Signed-off-by: Steve Sistare <steven.sist...@oracle.com> > --- > accel/xen/xen-all.c | 5 +++++ > backends/hostmem-epc.c | 12 ++++++++++-- > hw/vfio/migration.c | 3 ++- > replay/replay.c | 6 ++++++ > 4 files changed, 23 insertions(+), 3 deletions(-) > > diff --git a/accel/xen/xen-all.c b/accel/xen/xen-all.c > index 0bdefce..9a7ed0f 100644 > --- a/accel/xen/xen-all.c > +++ b/accel/xen/xen-all.c
This file is missing the migration/blocker.h include.