Re: [Qemu-devel] [PATCH 3/6] spapr: Validate capabilities on migration

2017-12-18 Thread Greg Kurz
On Mon, 18 Dec 2017 20:20:21 +1100 David Gibson wrote: > Now that the "pseries" machine type implements optional capabilities (well, > one so far) there's the possibility of having different capabilities > available at either end of a migration. Although arguably a user error, > it would be nice

[Qemu-devel] [PATCH 3/6] spapr: Validate capabilities on migration

2017-12-18 Thread David Gibson
Now that the "pseries" machine type implements optional capabilities (well, one so far) there's the possibility of having different capabilities available at either end of a migration. Although arguably a user error, it would be nice to catch this situation and fail as gracefully as we can. This