Am 13.04.2017 um 19:39 hat Eric Blake geschrieben: > On 04/13/2017 12:23 PM, Kevin Wolf wrote: > > Commit d35ff5e6 ('block: Ignore guest dev permissions during incoming > > migration') added blk_resume_after_migration() to the precopy migration > > path, but neglected to add it to the duplicated code that is used for > > postcopy migration. This means that the guest device doesn't request the > > necessary permissions, which ultimately led to failing assertions. > > > > Add the missing blk_resume_after_migration() to the postcopy path. > > > > Signed-off-by: Kevin Wolf > > --- > > migration/savevm.c | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > Reviewed-by: Eric Blake > > Are we targetting this for 2.9-rc5, or is it 2.10 material? At this point, I think it's clearly 2.10. Kevin