On 6 July 2018 at 15:31, Dr. David Alan Gilbert (git) <dgilb...@redhat.com> wrote: > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > PPC tcg seems to be failing migration tests quite regularly; > we believe this is TCG bugs in dirty bit updating; it's > not clear why PPC fails more but lets skip for the moment. > > $ ./tests/migration-test > /ppc64/migration/deprecated: OK > /ppc64/migration/bad_dest: Skipping test: kvm_hv not available OK > /ppc64/migration/postcopy/unix: Skipping test: kvm_hv not available OK > /ppc64/migration/precopy/unix: Skipping test: kvm_hv not available OK > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > --- > tests/migration-test.c | 23 +++++++++++++++++------ > 1 file changed, 17 insertions(+), 6 deletions(-) >
Applied to master, thanks -- hopefully this will reduce the number of spurious test failures I encounter. -- PMM