Re: [Qemu-devel] [PATCH qemu v15 07/17] spapr_iommu: Migrate full state

2016-04-04 Thread David Gibson
On Mon, Apr 04, 2016 at 07:33:36PM +1000, Alexey Kardashevskiy wrote: > The source guest could have reallocated the default TCE table and > migrate bigger/smaller table. This adds reallocation in post_load() > if the default table size is different on source and destination. > > This adds @bus_off

[Qemu-devel] [PATCH qemu v15 07/17] spapr_iommu: Migrate full state

2016-04-04 Thread Alexey Kardashevskiy
The source guest could have reallocated the default TCE table and migrate bigger/smaller table. This adds reallocation in post_load() if the default table size is different on source and destination. This adds @bus_offset, @page_shift, @enabled to the migration stream. These cannot change without