Paolo Bonzini <pbonz...@redhat.com> writes: > Il 28/02/2013 14:06, Anthony Liguori ha scritto: >>>> >> >>>> >> That would make sense, but it shouldn't block this patch. What would >>>> >> happen otherwise is that distros (who care about migration >>>> >> compatibility) will just patch their code without even the #ifdefs. >>>> >> It's already happening, these patches are in F18. >>> > >>> > Ping, where do we stand here? Shall we discuss it next Tuesday? >> My only requirement for this patch series is that it *also* be made to >> be dynamically configurable. This should be toggable with a command >> line option and the default can be set by configure. >> >> At least that makes it testable with make check. > > Can you remind me what migration tests we have in make check?
I've got fingerprinting tests in qemu-test that dumps all of the details of PCI devices. If this is a run time switch, I can add fingerprints for qemu-kvm pretty trivially. I'd like to add migration tests soon too. This series doesn't just do migration stuff. It changes the meaning of pc-XXX. Regards, Anthony Liguori > > Paolo