Re: [PATCH v2] target/s390x/kvm: Enable adapter interruption suppression again

2020-01-20 Thread Thomas Huth
On 20/01/2020 11.30, Cornelia Huck wrote: > On Mon, 20 Jan 2020 10:49:01 +0100 > Thomas Huth wrote: > >> The AIS feature has been disabled late in the v2.10 development cycle since >> there were some issues with migration (see commit 3f2d07b3b01ea61126b - >> "s390x/ais: for 2.10 stable: disable a

Re: [PATCH v2] target/s390x/kvm: Enable adapter interruption suppression again

2020-01-20 Thread Cornelia Huck
On Mon, 20 Jan 2020 10:49:01 +0100 Thomas Huth wrote: > The AIS feature has been disabled late in the v2.10 development cycle since > there were some issues with migration (see commit 3f2d07b3b01ea61126b - > "s390x/ais: for 2.10 stable: disable ais facility"). We originally wanted > to enable it

Re: [PATCH v2] target/s390x/kvm: Enable adapter interruption suppression again

2020-01-20 Thread David Hildenbrand
On 20.01.20 10:49, Thomas Huth wrote: > The AIS feature has been disabled late in the v2.10 development cycle since > there were some issues with migration (see commit 3f2d07b3b01ea61126b - > "s390x/ais: for 2.10 stable: disable ais facility"). We originally wanted > to enable it again for newer ma

[PATCH v2] target/s390x/kvm: Enable adapter interruption suppression again

2020-01-20 Thread Thomas Huth
The AIS feature has been disabled late in the v2.10 development cycle since there were some issues with migration (see commit 3f2d07b3b01ea61126b - "s390x/ais: for 2.10 stable: disable ais facility"). We originally wanted to enable it again for newer machine types, but apparently we forgot to do th